buildadmin/web/package.json

49 lines
1.5 KiB
JSON

{
"name": "build-admin",
"version": "0.0.1",
"scripts": {
"dev": "vite --force",
"build": "vite build && esno ./src/utils/build.ts",
"build:online": "vite build --mode online && esno ./src/utils/build.ts",
"lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/"
},
"dependencies": {
"@element-plus/icons-vue": "^0.2.7",
"@vueuse/core": "^7.5.3",
"@wangeditor/editor": "^5.0.1",
"@wangeditor/editor-for-vue": "^5.1.10",
"axios": "^0.26.0",
"countup.js": "^2.0.8",
"echarts": "^5.2.2",
"element-plus": "^2.1.10",
"esno": "^0.14.1",
"lodash": "^4.17.21",
"mitt": "^3.0.0",
"nprogress": "^0.2.0",
"pinia": "^2.0.11",
"pinia-plugin-persistedstate": "^1.2.3",
"screenfull": "^6.0.1",
"sortablejs": "^1.14.0",
"v-code-diff": "^0.3.10",
"vue": "^3.2.25",
"vue-i18n": "^9.1.9",
"vue-router": "^4.0.12"
},
"devDependencies": {
"@types/lodash": "^4.14.180",
"@types/node": "^17.0.8",
"@types/nprogress": "^0.2.0",
"@types/sortablejs": "^1.10.7",
"@vitejs/plugin-vue": "^2.0.0",
"dotenv": "^11.0.0",
"eslint": "^8.6.0",
"eslint-plugin-vue": "^8.2.0",
"prettier": "^2.5.1",
"sass": "^1.47.0",
"sass-loader": "^12.4.0",
"typescript": "^4.4.4",
"vite": "^2.7.4",
"vue-eslint-parser": "^8.0.1"
}
}