vue-pure-admin2/package.json

105 lines
3.5 KiB
JSON
Raw Normal View History

2020-11-16 14:10:17 +08:00
{
2021-04-22 17:31:50 +08:00
"name": "vue-pure-admin",
2021-10-14 17:50:03 +08:00
"version": "2.1.0",
2021-03-01 15:26:05 +08:00
"private": true,
2020-11-16 14:10:17 +08:00
"scripts": {
2021-04-22 17:31:50 +08:00
"dev": "cross-env --max_old_space_size=4096 vite",
2021-09-16 12:30:12 +08:00
"serve": "yarn dev",
2021-08-27 01:33:57 +08:00
"build": "rimraf dist && cross-env vite build",
2021-04-22 17:31:50 +08:00
"preview": "vite preview",
2021-09-16 12:30:12 +08:00
"preview:build": "yarn build && vite preview",
2021-09-18 22:24:52 +08:00
"clean:cache": "rm -rf node_modules && rm -rf .eslintcache && yarn cache clean && yarn",
"lint:eslint": "eslint --cache --max-warnings 0 \"{src,mock}/**/*.{vue,ts,tsx}\" --fix",
"lint:prettier": "prettier --write \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
2021-09-04 12:37:23 +08:00
"lint:stylelint": "stylelint --cache --fix \"**/*.{vue,css,scss,postcss,less}\" --cache --cache-location node_modules/.cache/stylelint/",
"lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js",
"lint:pretty": "pretty-quick --staged",
2021-09-19 01:12:46 +08:00
"lint": "yarn lint:eslint && yarn lint:prettier && yarn lint:stylelint && yarn lint:pretty",
"prepare": "husky install"
2021-06-09 13:11:01 +08:00
},
2021-03-01 15:26:05 +08:00
"dependencies": {
"@amap/amap-jsapi-loader": "^1.0.1",
2021-10-21 18:55:46 +08:00
"@logicflow/core": "^0.7.1",
"@logicflow/extension": "^0.7.1",
2021-10-20 22:30:52 +08:00
"@vueuse/core": "^6.7.1",
2021-08-02 12:57:57 +08:00
"animate.css": "^4.1.1",
2021-05-03 11:50:19 +08:00
"await-to-js": "^3.0.0",
2021-03-01 15:26:05 +08:00
"axios": "^0.21.1",
2021-04-11 14:53:15 +08:00
"cropperjs": "^1.5.11",
2021-10-03 08:38:48 +08:00
"dayjs": "^1.10.7",
"echarts": "^5.2.1",
2021-10-20 11:40:22 +08:00
"element-plus": "1.1.0-beta.24",
"element-resize-detector": "^1.2.3",
2021-04-02 14:52:50 +08:00
"font-awesome": "^4.7.0",
2021-04-25 11:58:38 +08:00
"lodash-es": "^4.17.21",
"lowdb": "^3.0.0",
2021-10-03 08:38:48 +08:00
"mitt": "^3.0.0",
"mockjs": "^1.1.0",
2021-03-01 15:26:05 +08:00
"nprogress": "^0.2.0",
"path": "^0.12.7",
"path-to-regexp": "^6.2.0",
2021-10-20 22:30:52 +08:00
"pinia": "^2.0.0-rc.14",
2021-03-01 15:26:05 +08:00
"resize-observer-polyfill": "^1.5.1",
"responsive-storage": "^1.0.11",
2021-09-17 10:29:59 +08:00
"sortablejs": "1.13.0",
"typescript-cookie": "^1.0.0",
2021-05-07 22:28:38 +08:00
"v-contextmenu": "^3.0.0",
"vue": "^3.2.20",
2021-08-26 15:44:33 +08:00
"vue-i18n": "^9.2.0-beta.3",
2021-04-15 23:10:28 +08:00
"vue-json-pretty": "^2.0.2",
2021-08-26 15:44:33 +08:00
"vue-router": "^4.0.11",
2021-09-18 22:24:52 +08:00
"vue-types": "^4.1.0",
2021-08-26 15:44:33 +08:00
"vuedraggable": "^4.1.0",
2021-10-20 22:30:52 +08:00
"vxe-table": "^4.0.30",
2021-08-26 15:44:33 +08:00
"wangeditor": "^4.7.7",
2021-03-31 18:01:12 +08:00
"xe-ajax": "^4.0.5",
2021-10-20 22:30:52 +08:00
"xe-utils": "^3.4.0",
2021-08-26 15:44:33 +08:00
"xgplayer": "^2.28.0"
2020-11-16 14:10:17 +08:00
},
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@types/element-resize-detector": "^1.1.3",
"@types/mockjs": "^1.0.3",
2021-03-01 15:26:05 +08:00
"@types/node": "^14.14.14",
"@types/nprogress": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
2021-08-26 15:44:33 +08:00
"@vitejs/plugin-vue": "^1.6.0",
"@vitejs/plugin-vue-jsx": "^1.1.7",
"@vue/compiler-sfc": "^3.2.20",
2021-07-05 17:39:00 +08:00
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
2021-03-01 15:26:05 +08:00
"autoprefixer": "^10.2.4",
"babel-plugin-transform-remove-console": "^6.9.4",
2021-06-09 13:11:01 +08:00
"chalk": "^2.4.2",
2021-04-22 17:31:50 +08:00
"cross-env": "^7.0.3",
2021-07-05 17:39:00 +08:00
"eslint": "^7.30.0",
"eslint-plugin-prettier": "^3.4.0",
2021-09-01 22:27:43 +08:00
"eslint-plugin-vue": "^7.17.0",
"husky": "^7.0.2",
"lint-staged": "^11.1.2",
2021-03-01 15:26:05 +08:00
"postcss": "^8.2.6",
"postcss-import": "^14.0.0",
2021-07-05 17:39:00 +08:00
"prettier": "^2.3.2",
"pretty-quick": "^3.1.1",
2021-08-27 01:33:57 +08:00
"rimraf": "^3.0.2",
"sass": "^1.38.0",
"sass-loader": "^12.1.0",
2021-09-04 12:37:23 +08:00
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^22.0.0",
"stylelint-order": "^4.1.0",
"typescript": "^4.4.2",
2021-09-29 09:55:50 +08:00
"unplugin-element-plus": "^0.1.0",
2021-10-20 22:30:52 +08:00
"vite": "^2.6.10",
2021-08-26 15:44:33 +08:00
"vite-plugin-mock": "^2.9.6",
"vite-plugin-style-import": "^1.2.1",
"vite-svg-loader": "^2.2.0",
2021-09-01 22:27:43 +08:00
"vue-eslint-parser": "^7.10.0"
2021-09-16 12:30:12 +08:00
},
"repository": "git@github.com:xiaoxian521/vue-pure-admin.git",
"author": "xiaoxian521",
"license": "MIT"
2021-03-01 15:06:11 +08:00
}