cool-admin-vue/package.json

63 lines
1.7 KiB
JSON
Raw Normal View History

2021-02-28 01:55:04 +08:00
{
2021-03-31 09:56:37 +08:00
"name": "front-next",
"version": "0.3.0",
2021-02-28 01:55:04 +08:00
"scripts": {
2021-03-30 18:23:08 +08:00
"dev": "vite",
2021-04-01 18:36:57 +08:00
"build": "vue-tsc --noEmit --skipLibCheck && vite build",
"serve": "vite preview",
"lint:prettier": "prettier --write --loglevel warn \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
"lint:eslint": "eslint \"{src,mock}/**/*.{vue,ts,tsx}\" --fix"
2021-02-28 01:55:04 +08:00
},
"dependencies": {
2021-03-29 00:10:32 +08:00
"array.prototype.flat": "^1.2.4",
2021-02-28 01:55:04 +08:00
"axios": "^0.21.1",
"cl-admin-crud-vue3": "^0.1.3",
2021-03-29 00:10:32 +08:00
"clipboard": "^2.0.8",
"clone-deep": "^4.0.1",
"codemirror": "^5.60.0",
2021-03-09 18:10:43 +08:00
"core-js": "^3.6.5",
"echarts": "^5.0.2",
2021-03-29 00:10:32 +08:00
"element-plus": "1.0.2-beta.35",
2021-04-19 10:29:35 +08:00
"file-saver": "^2.0.5",
2021-04-02 19:00:16 +08:00
"glob": "^7.1.6",
2021-03-07 10:31:49 +08:00
"js-beautify": "^1.13.5",
2021-03-29 00:10:32 +08:00
"merge": "^2.1.1",
"mitt": "^2.1.0",
"mockjs": "^1.1.0",
2021-02-28 01:55:04 +08:00
"nprogress": "^0.2.0",
2021-03-07 10:31:49 +08:00
"quill": "^1.3.7",
2021-03-29 00:10:32 +08:00
"socket.io-client": "^4.0.0",
2021-02-28 01:55:04 +08:00
"store": "^2.0.12",
2021-03-30 18:23:08 +08:00
"uuid": "^8.3.2",
2021-04-02 19:00:16 +08:00
"vue": "^3.0.11",
"vue-echarts": "^6.0.0-rc.3",
2021-03-29 00:10:32 +08:00
"vue-router": "^4.0.5",
"vuedraggable": "^4.0.1",
2021-04-19 10:29:35 +08:00
"vuex": "^4.0.0-0",
"xlsx": "^0.16.9"
2021-02-28 01:55:04 +08:00
},
"devDependencies": {
2021-04-01 18:36:57 +08:00
"@types/lodash": "^4.14.168",
"@types/node": "^14.14.37",
"@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/parser": "^4.20.0",
"@vitejs/plugin-vue": "^1.2.1",
2021-04-02 19:00:16 +08:00
"@vitejs/plugin-vue-jsx": "^1.1.3",
2021-03-30 18:23:08 +08:00
"@vue/compiler-sfc": "^3.0.5",
2021-04-03 13:37:52 +08:00
"@vue/composition-api": "^1.0.0-rc.6",
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.8.0",
"prettier": "^2.2.1",
2021-03-30 18:23:08 +08:00
"sass": "^1.32.8",
"sass-loader": "^11.0.1",
2021-03-29 00:10:32 +08:00
"svg-sprite-loader": "^6.0.2",
2021-03-30 18:23:08 +08:00
"typescript": "^4.1.3",
2021-04-02 19:00:16 +08:00
"vite": "^2.1.5",
"vite-plugin-style-import": "^0.9.1",
2021-03-30 18:23:08 +08:00
"vite-svg-loader": "^1.5.1",
"vue-tsc": "^0.0.8"
}
2021-02-28 01:55:04 +08:00
}