vue-pure-admin2/package.json

45 lines
1.1 KiB
JSON
Raw Normal View History

2020-11-16 14:10:17 +08:00
{
2021-03-01 15:26:05 +08:00
"name": "vue-ts",
"version": "0.1.0",
"private": true,
2020-11-16 14:10:17 +08:00
"scripts": {
2021-03-01 15:26:05 +08:00
"serve": "vite",
"build": "vite build"
},
"dependencies": {
"@types/nprogress": "^0.2.0",
"await-to-js": "^2.1.1",
"axios": "^0.21.1",
"dotenv": "^8.2.0",
2021-03-23 10:36:09 +08:00
"element-plus": "^1.0.2-beta.35",
2021-03-01 15:26:05 +08:00
"mitt": "^2.1.0",
"nprogress": "^0.2.0",
"path": "^0.12.7",
"path-to-regexp": "^6.2.0",
"resize-observer-polyfill": "^1.5.1",
"screenfull": "^5.1.0",
"v-contextmenu": "^3.0.0-alpha.4",
2021-03-23 10:36:09 +08:00
"vue": "^3.0.7",
"vue-i18n": "^9.0.0",
2021-03-01 15:26:05 +08:00
"vue-router": "^4.0.4",
"vuedraggable": "^4.0.1",
"vuex": "^4.0.0",
"vxe-table": "^4.0.0-beta.10",
2021-03-23 14:51:36 +08:00
"xe-utils": "^3.1.8",
"xgplayer": "^2.18.3"
2020-11-16 14:10:17 +08:00
},
"devDependencies": {
2021-03-01 15:26:05 +08:00
"@types/node": "^14.14.14",
"@vitejs/plugin-vue": "^1.1.4",
"@vue/compiler-sfc": "^3.0.6",
"autoprefixer": "^10.2.4",
"babel-plugin-transform-remove-console": "^6.9.4",
"postcss": "^8.2.6",
"postcss-import": "^14.0.0",
"sass": "^1.32.8",
"sass-loader": "^11.0.1",
"typescript": "^4.2.2",
2021-03-23 10:36:09 +08:00
"vite": "^2.1.2"
2020-11-16 14:10:17 +08:00
}
2021-03-01 15:06:11 +08:00
}