You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
156 lines
5.3 KiB
156 lines
5.3 KiB
Arguments:
|
|
/usr/local/bin/node /Users/mac/.yarn/bin/yarn.js add echarts
|
|
|
|
PATH:
|
|
/Users/mac/.yarn/bin:/Users/mac/.config/yarn/global/node_modules/.bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Users/mac/.yarn/bin:/Users/mac/.config/yarn/global/node_modules/.bin
|
|
|
|
Yarn version:
|
|
1.22.19
|
|
|
|
Node version:
|
|
16.20.2
|
|
|
|
Platform:
|
|
darwin x64
|
|
|
|
Trace:
|
|
Error: https://registry.npmjs.org/@iconify%2ficonify: ETIMEDOUT
|
|
at Timeout._onTimeout (/Users/mac/.yarn/lib/cli.js:141550:19)
|
|
at listOnTimeout (node:internal/timers:559:17)
|
|
at processTimers (node:internal/timers:502:7)
|
|
|
|
npm manifest:
|
|
{
|
|
"name": "krm-admin-ui",
|
|
"version": "1.0.0",
|
|
"description": "一套基于vue3、element-plus、typesScript、vite4的后台集成方案。",
|
|
"author": "bmian <1713617006@qq.com>",
|
|
"private": false,
|
|
"scripts": {
|
|
"i": "pnpm install",
|
|
"dev": "vite --mode base",
|
|
"ts:check": "vue-tsc --noEmit --skipLibCheck",
|
|
"build:pro": "vite build --mode pro",
|
|
"build:gitee": "vite build --mode gitee",
|
|
"build:dev": "vite build --mode dev",
|
|
"build:test": "npm run ts:check && vite build --mode test",
|
|
"build:vite": "rimraf dist-moudle && vite build -c scripts/build/vite.config.ts --mode pro",
|
|
"serve:pro": "vite preview --mode pro",
|
|
"serve:dev": "vite preview --mode dev",
|
|
"serve:test": "vite preview --mode test",
|
|
"npm:check": "npx npm-check-updates",
|
|
"clean": "npx rimraf node_modules",
|
|
"clean:cache": "npx rimraf node_modules/.cache",
|
|
"lint:eslint": "eslint --fix --ext .js,.ts,.vue ./src",
|
|
"lint:format": "prettier --write --loglevel warn \"src/**/*.{js,ts,json,tsx,css,less,vue,html,md}\"",
|
|
"lint:style": "stylelint --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
|
|
"lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js",
|
|
"prepare": "husky install",
|
|
"p": "plop",
|
|
"icon": "esno ./scripts/icon.ts"
|
|
},
|
|
"dependencies": {
|
|
"@iconify/iconify": "^3.1.1",
|
|
"@iconify/vue": "^4.1.1",
|
|
"@vueuse/core": "^10.5.0",
|
|
"@wangeditor/editor": "^5.1.23",
|
|
"@wangeditor/editor-for-vue": "^5.1.10",
|
|
"@zxcvbn-ts/core": "^3.0.4",
|
|
"animate.css": "^4.1.1",
|
|
"axios": "^1.5.1",
|
|
"base64-js": "~1.5.1",
|
|
"dayjs": "^1.11.10",
|
|
"driver.js": "^1.3.0",
|
|
"echarts": "^5.4.3",
|
|
"echarts-wordcloud": "^2.1.0",
|
|
"element-plus": "^2.4.0",
|
|
"file-saver": "^2.0.5",
|
|
"lodash-es": "^4.17.21",
|
|
"mitt": "^3.0.1",
|
|
"mockjs": "^1.1.0",
|
|
"nprogress": "^0.2.0",
|
|
"pinia": "^2.1.7",
|
|
"pinia-plugin-persist": "^1.0.0",
|
|
"qrcode": "^1.5.3",
|
|
"qs": "^6.11.2",
|
|
"url": "^0.11.3",
|
|
"vue": "3.3.4",
|
|
"vue-draggable-plus": "~0.4.1",
|
|
"vue-i18n": "9.5.0",
|
|
"vue-json-pretty": "^2.2.4",
|
|
"vue-router": "^4.2.5",
|
|
"vue-types": "^5.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^17.7.2",
|
|
"@commitlint/config-conventional": "^17.7.0",
|
|
"@iconify/json": "^2.2.128",
|
|
"@intlify/unplugin-vue-i18n": "^1.4.0",
|
|
"@purge-icons/generated": "^0.9.0",
|
|
"@types/fs-extra": "^11.0.2",
|
|
"@types/inquirer": "^9.0.4",
|
|
"@types/lodash-es": "^4.17.9",
|
|
"@types/node": "^20.8.6",
|
|
"@types/nprogress": "^0.2.1",
|
|
"@types/qrcode": "^1.5.2",
|
|
"@types/qs": "^6.9.8",
|
|
"@types/sortablejs": "^1.15.3",
|
|
"@typescript-eslint/eslint-plugin": "^6.7.5",
|
|
"@typescript-eslint/parser": "^6.7.5",
|
|
"@unocss/transformer-variant-group": "^0.56.5",
|
|
"@vitejs/plugin-legacy": "^4.1.1",
|
|
"@vitejs/plugin-vue": "^4.4.0",
|
|
"@vitejs/plugin-vue-jsx": "^3.0.2",
|
|
"autoprefixer": "^10.4.16",
|
|
"chalk": "^5.3.0",
|
|
"consola": "^3.2.3",
|
|
"eslint": "^8.51.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-define-config": "^1.24.1",
|
|
"eslint-plugin-prettier": "^5.0.1",
|
|
"eslint-plugin-vue": "^9.17.0",
|
|
"esno": "^0.17.0",
|
|
"fs-extra": "^11.1.1",
|
|
"husky": "^8.0.3",
|
|
"inquirer": "^9.2.11",
|
|
"js-cookie": "~3.0.5",
|
|
"less": "^4.2.0",
|
|
"lint-staged": "^14.0.1",
|
|
"plop": "^4.0.0",
|
|
"postcss": "^8.4.31",
|
|
"postcss-html": "^1.5.0",
|
|
"postcss-less": "^6.0.0",
|
|
"prettier": "^3.0.3",
|
|
"rimraf": "^5.0.5",
|
|
"rollup": "^4.0.2",
|
|
"sass": "^1.77.8",
|
|
"stylelint": "^15.10.3",
|
|
"stylelint-config-html": "^1.1.0",
|
|
"stylelint-config-recommended": "^13.0.0",
|
|
"stylelint-config-standard": "^34.0.0",
|
|
"stylelint-order": "^6.0.3",
|
|
"terser": "^5.21.0",
|
|
"typescript": "5.2.2",
|
|
"unocss": "^0.56.5",
|
|
"vite": "4.4.11",
|
|
"vite-plugin-ejs": "^1.6.4",
|
|
"vite-plugin-eslint": "^1.8.1",
|
|
"vite-plugin-mock": "2.9.6",
|
|
"vite-plugin-progress": "^0.0.7",
|
|
"vite-plugin-purge-icons": "^0.9.2",
|
|
"vite-plugin-style-import": "2.0.0",
|
|
"vite-plugin-svg-icons": "^2.0.1",
|
|
"vue-tsc": "^1.8.19"
|
|
},
|
|
"engines": {
|
|
"node": ">= 16.13.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|
|
|
|
yarn manifest:
|
|
No manifest
|
|
|
|
Lockfile:
|
|
No lockfile
|