vue-pure-admin2/package.json

60 lines
1.5 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",
2021-03-23 17:43:53 +08:00
"version": "1.0.0",
2021-03-01 15:26:05 +08:00
"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": {
"@amap/amap-jsapi-loader": "^1.0.1",
2021-04-19 21:42:50 +08:00
"@logicflow/core": "^0.3.1",
"@logicflow/extension": "^0.3.1",
2021-04-09 10:19:04 +08:00
"@vueuse/core": "^4.8.1",
2021-03-01 15:26:05 +08:00
"await-to-js": "^2.1.1",
"axios": "^0.21.1",
2021-04-11 14:53:15 +08:00
"cropperjs": "^1.5.11",
2021-04-02 19:58:19 +08:00
"dayjs": "^1.10.4",
2021-03-01 15:26:05 +08:00
"dotenv": "^8.2.0",
2021-04-07 14:07:21 +08:00
"echarts": "^5.0.2",
2021-04-09 10:53:48 +08:00
"element-plus": "^1.0.2-beta.37",
2021-04-02 14:52:50 +08:00
"font-awesome": "^4.7.0",
2021-03-01 15:26:05 +08:00
"mitt": "^2.1.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",
"resize-observer-polyfill": "^1.5.1",
"v-contextmenu": "^3.0.0-alpha.4",
2021-04-09 10:53:48 +08:00
"vue": "^3.0.11",
"vue-i18n": "^9.1.2",
2021-04-15 23:10:28 +08:00
"vue-json-pretty": "^2.0.2",
2021-04-09 10:53:48 +08:00
"vue-router": "^4.0.6",
2021-04-03 15:04:28 +08:00
"vue-types": "^3.0.2",
2021-03-01 15:26:05 +08:00
"vuedraggable": "^4.0.1",
"vuex": "^4.0.0",
2021-03-31 18:01:12 +08:00
"vxe-table": "^4.0.7-beta.4",
2021-04-04 17:52:30 +08:00
"wangeditor": "^4.0.3",
2021-03-31 18:01:12 +08:00
"xe-ajax": "^4.0.5",
"xe-utils": "^3.1.12",
2021-04-14 16:44:58 +08:00
"xgplayer": "^2.19.1"
2020-11-16 14:10:17 +08:00
},
"devDependencies": {
"@types/mockjs": "^1.0.3",
2021-03-01 15:26:05 +08:00
"@types/node": "^14.14.14",
"@types/nprogress": "^0.2.0",
2021-04-09 10:53:48 +08:00
"@vitejs/plugin-vue": "^1.2.1",
"@vitejs/plugin-vue-jsx": "^1.1.3",
2021-04-09 10:53:48 +08:00
"@vue/compiler-sfc": "^3.0.11",
2021-03-01 15:26:05 +08:00
"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",
2021-04-09 10:53:48 +08:00
"typescript": "^4.2.4",
"vite": "^2.1.5",
"vite-plugin-mock": "^2.5.0"
2020-11-16 14:10:17 +08:00
}
2021-03-01 15:06:11 +08:00
}