gf-vben-admin/package.json

192 lines
6.0 KiB
JSON
Raw Normal View History

2020-09-28 20:19:10 +08:00
{
2021-01-07 21:16:30 +08:00
"name": "vben-admin",
2021-11-03 00:36:53 +08:00
"version": "2.8.0",
"author": {
"name": "vben",
"email": "anncwb@126.com",
"url": "https://github.com/anncwb"
},
2020-09-28 20:19:10 +08:00
"scripts": {
"bootstrap": "pnpm install",
2021-05-17 00:54:45 +08:00
"serve": "npm run dev",
2021-06-01 21:30:56 +08:00
"dev": "vite",
"build": "cross-env NODE_ENV=production vite build && esno ./build/script/postBuild.ts",
"build:test": "cross-env vite build --mode test && esno ./build/script/postBuild.ts",
"build:no-cache": "pnpm clean:cache && npm run build",
2021-04-13 21:42:10 +08:00
"report": "cross-env REPORT=true npm run build",
"type:check": "vue-tsc --noEmit --skipLibCheck",
2021-01-25 06:21:11 +08:00
"preview": "npm run build && vite preview",
"preview:dist": "vite preview",
2021-02-25 20:17:08 +08:00
"log": "conventional-changelog -p angular -i CHANGELOG.md -s",
2021-01-21 22:58:38 +08:00
"clean:cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite",
2021-02-25 20:17:08 +08:00
"clean:lib": "rimraf node_modules",
2021-06-17 22:56:21 +08:00
"lint:eslint": "eslint --cache --max-warnings 0 \"{src,mock}/**/*.{vue,ts,tsx}\" --fix",
2021-07-19 23:54:47 +08:00
"lint:prettier": "prettier --write \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
2021-06-17 22:56:21 +08:00
"lint:stylelint": "stylelint --cache --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
"lint:lint-staged": "lint-staged",
2021-06-17 22:56:21 +08:00
"test:unit": "jest",
2021-10-26 01:06:35 +08:00
"test:gzip": "npx http-server dist --cors --gzip -c-1",
"test:br": "npx http-server dist --cors --brotli -c-1",
"reinstall": "rimraf pnpm-lock.yaml && rimraf package.lock.json && rimraf node_modules && npm run bootstrap",
2021-07-03 17:22:51 +08:00
"prepare": "husky install",
2021-11-25 00:23:30 +08:00
"gen:icon": "esno ./build/generate/icon/index.ts"
2020-09-28 20:19:10 +08:00
},
"dependencies": {
2021-10-25 23:33:24 +08:00
"@ant-design/colors": "^6.0.0",
2022-03-15 12:54:27 +08:00
"@ant-design/icons-vue": "^6.1.0",
2022-04-08 13:09:03 +08:00
"@iconify/iconify": "^2.2.1",
"@logicflow/core": "^1.1.13",
"@logicflow/extension": "^1.1.13",
2022-04-18 08:25:20 +08:00
"@vue/runtime-core": "^3.2.33",
"@vue/shared": "^3.2.33",
"@vueuse/core": "^8.3.0",
"@vueuse/shared": "^8.3.0",
2022-03-18 20:07:37 +08:00
"@zxcvbn-ts/core": "^2.0.1",
"ant-design-vue": "^3.2.0",
2022-03-15 12:54:27 +08:00
"axios": "^0.26.1",
2022-04-21 10:30:04 +08:00
"codemirror": "^5.65.3",
"cropperjs": "^1.5.12",
2021-07-25 09:07:53 +08:00
"crypto-js": "^4.1.1",
"dayjs": "^1.11.1",
2022-04-08 13:09:03 +08:00
"echarts": "^5.3.2",
"intro.js": "^5.1.0",
2021-02-21 21:42:56 +08:00
"lodash-es": "^4.17.21",
2020-09-28 20:19:10 +08:00
"mockjs": "^1.1.0",
2022-05-29 05:12:23 +08:00
"naive-ui": "^2.29.0",
2020-09-28 20:19:10 +08:00
"nprogress": "^0.2.0",
"path-to-regexp": "^6.2.0",
2022-03-18 20:07:37 +08:00
"pinia": "2.0.12",
2021-03-28 00:04:19 +08:00
"print-js": "^1.6.0",
2021-11-10 22:12:10 +08:00
"qrcode": "^1.5.0",
2022-01-18 22:05:51 +08:00
"qs": "^6.10.3",
"resize-observer-polyfill": "^1.5.1",
2022-05-27 11:24:24 +08:00
"sass": "^1.52.1",
2022-04-21 10:30:04 +08:00
"showdown": "^2.1.0",
2022-04-08 13:09:03 +08:00
"sortablejs": "^1.15.0",
"tinymce": "^5.10.3",
"vditor": "^3.8.13",
2022-04-18 08:25:20 +08:00
"vue": "^3.2.33",
"vue-i18n": "^9.1.9",
"vue-json-pretty": "^2.0.6",
"vue-router": "^4.0.14",
2021-10-20 01:11:29 +08:00
"vue-types": "^4.1.1",
2022-05-13 09:20:46 +08:00
"vxe-table": "^4.2.3",
"xe-utils": "^3.5.4",
2022-04-08 13:09:03 +08:00
"xlsx": "^0.18.5"
2020-09-28 20:19:10 +08:00
},
"devDependencies": {
2022-05-13 09:20:46 +08:00
"@commitlint/cli": "^16.2.4",
"@commitlint/config-conventional": "^16.2.4",
"@iconify/json": "^2.1.41",
2022-03-15 12:54:27 +08:00
"@purge-icons/generated": "^0.8.1",
2021-10-20 01:11:29 +08:00
"@types/codemirror": "^5.60.5",
2022-02-28 00:21:26 +08:00
"@types/crypto-js": "^4.1.1",
2021-09-24 15:52:21 +08:00
"@types/fs-extra": "^9.0.13",
2022-04-08 13:09:03 +08:00
"@types/inquirer": "^8.2.1",
2021-07-13 00:07:10 +08:00
"@types/intro.js": "^3.0.2",
2022-02-28 00:21:26 +08:00
"@types/lodash-es": "^4.17.6",
2022-01-18 22:05:51 +08:00
"@types/mockjs": "^1.0.6",
2022-05-13 09:20:46 +08:00
"@types/node": "^17.0.32",
2020-09-28 20:19:10 +08:00
"@types/nprogress": "^0.2.0",
2021-12-18 22:36:06 +08:00
"@types/qrcode": "^1.4.2",
2021-07-13 00:07:10 +08:00
"@types/qs": "^6.9.7",
"@types/showdown": "^1.9.4",
2022-05-13 09:20:46 +08:00
"@types/sortablejs": "^1.13.0",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"@vitejs/plugin-legacy": "^1.8.2",
"@vitejs/plugin-vue": "^2.3.3",
2022-04-18 08:25:20 +08:00
"@vitejs/plugin-vue-jsx": "^1.3.10",
"@vue/compiler-sfc": "^3.2.33",
2022-04-21 10:30:04 +08:00
"@vue/test-utils": "^2.0.0-rc.21",
2022-05-13 09:20:46 +08:00
"autoprefixer": "^10.4.7",
2021-05-09 15:30:32 +08:00
"commitizen": "^4.2.4",
2021-12-28 21:48:12 +08:00
"conventional-changelog-cli": "^2.2.2",
2020-12-03 21:49:32 +08:00
"cross-env": "^7.0.3",
2022-05-13 09:20:46 +08:00
"dotenv": "^16.0.1",
"eslint": "^8.15.0",
2022-03-15 12:54:27 +08:00
"eslint-config-prettier": "^8.5.0",
2021-09-05 18:11:59 +08:00
"eslint-plugin-prettier": "^4.0.0",
2022-05-13 09:20:46 +08:00
"eslint-plugin-vue": "^8.7.1",
2022-02-28 00:21:26 +08:00
"esno": "^0.14.1",
2022-04-18 08:25:20 +08:00
"fs-extra": "^10.1.0",
2021-10-25 23:45:58 +08:00
"husky": "^7.0.4",
2022-05-13 09:20:46 +08:00
"inquirer": "^8.2.4",
2021-10-05 22:51:26 +08:00
"less": "^4.1.2",
2022-03-18 20:07:37 +08:00
"lint-staged": "12.3.7",
"npm-run-all": "^4.1.5",
2022-03-18 18:39:32 +08:00
"picocolors": "^1.0.0",
2022-05-13 09:20:46 +08:00
"postcss": "^8.4.13",
2022-04-18 08:25:20 +08:00
"postcss-html": "^1.4.1",
2022-01-18 22:05:51 +08:00
"postcss-less": "^6.0.0",
2022-04-08 13:09:03 +08:00
"prettier": "^2.6.2",
2020-09-28 20:19:10 +08:00
"rimraf": "^3.0.2",
2022-05-13 09:20:46 +08:00
"rollup": "^2.72.1",
2022-02-28 00:21:26 +08:00
"rollup-plugin-visualizer": "^5.6.0",
2022-05-13 09:20:46 +08:00
"stylelint": "^14.8.2",
2021-10-20 01:11:29 +08:00
"stylelint-config-prettier": "^9.0.3",
2022-02-28 00:21:26 +08:00
"stylelint-config-recommended": "^7.0.0",
2022-04-08 13:09:03 +08:00
"stylelint-config-recommended-vue": "^1.4.0",
2022-02-28 00:21:26 +08:00
"stylelint-config-standard": "^25.0.0",
2021-10-25 23:45:58 +08:00
"stylelint-order": "^5.0.0",
2022-03-15 12:54:27 +08:00
"ts-node": "^10.7.0",
2022-05-13 09:20:46 +08:00
"typescript": "^4.6.4",
"vite": "^2.9.9",
2022-02-28 00:21:26 +08:00
"vite-plugin-compression": "^0.5.1",
2022-03-15 12:54:27 +08:00
"vite-plugin-html": "^3.2.0",
2022-02-28 00:21:26 +08:00
"vite-plugin-imagemin": "^0.6.1",
"vite-plugin-mkcert": "^1.6.0",
2021-08-24 00:28:53 +08:00
"vite-plugin-mock": "^2.9.6",
2022-03-15 12:54:27 +08:00
"vite-plugin-purge-icons": "^0.8.1",
2022-01-18 22:05:51 +08:00
"vite-plugin-pwa": "^0.11.13",
2022-02-28 00:21:26 +08:00
"vite-plugin-style-import": "^2.0.0",
"vite-plugin-svg-icons": "^2.0.1",
2022-04-08 13:09:03 +08:00
"vite-plugin-theme": "^0.8.6",
2022-02-28 00:21:26 +08:00
"vite-plugin-vue-setup-extend": "^0.4.0",
2022-04-18 08:25:20 +08:00
"vite-plugin-windicss": "^1.8.4",
2022-02-28 00:21:26 +08:00
"vue-eslint-parser": "^8.3.0",
2022-04-08 13:09:03 +08:00
"vue-tsc": "^0.33.9"
2020-09-28 20:19:10 +08:00
},
2021-02-04 22:00:25 +08:00
"resolutions": {
2021-04-01 22:34:31 +08:00
"bin-wrapper": "npm:bin-wrapper-china",
"rollup": "^2.56.3",
"gifsicle": "5.2.0"
2021-02-04 22:00:25 +08:00
},
2020-10-07 10:29:28 +08:00
"repository": {
"type": "git",
"url": "git+https://github.com/anncwb/vue-vben-admin.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/anncwb/vue-vben-admin/issues"
},
"homepage": "https://github.com/anncwb/vue-vben-admin",
2020-09-28 20:19:10 +08:00
"engines": {
"node": "^12 || >=14"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix",
"prettier --write"
],
"{!(package)*.json,*.code-snippets,.!(browserslist)*rc}": [
"prettier --write--parser json"
],
"package.json": [
"prettier --write"
],
"*.vue": [
"eslint --fix",
"prettier --write",
"stylelint --fix"
],
"*.{scss,less,styl,html}": [
"stylelint --fix",
"prettier --write"
],
"*.md": [
"prettier --write"
]
2020-09-28 20:19:10 +08:00
}
}