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": {
|
2021-03-29 16:38:52 +08:00
|
|
|
"@amap/amap-jsapi-loader": "^1.0.1",
|
2021-03-01 15:26:05 +08:00
|
|
|
"await-to-js": "^2.1.1",
|
|
|
|
"axios": "^0.21.1",
|
|
|
|
"dotenv": "^8.2.0",
|
2021-03-30 11:55:31 +08:00
|
|
|
"element-plus": "^1.0.2-beta.36",
|
2021-03-01 15:26:05 +08:00
|
|
|
"mitt": "^2.1.0",
|
2021-03-29 16:38:52 +08:00
|
|
|
"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",
|
|
|
|
"screenfull": "^5.1.0",
|
2021-03-29 18:18:24 +08:00
|
|
|
"three": "^0.126.1",
|
|
|
|
"troisjs": "^0.1.19",
|
2021-03-01 15:26:05 +08:00
|
|
|
"v-contextmenu": "^3.0.0-alpha.4",
|
2021-03-30 11:55:31 +08:00
|
|
|
"vconsole": "^3.4.0",
|
2021-03-31 11:31:16 +08:00
|
|
|
"vue": "^3.0.10",
|
2021-03-04 16:04:06 +08:00
|
|
|
"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-29 16:38:52 +08:00
|
|
|
"@types/mockjs": "^1.0.3",
|
2021-03-01 15:26:05 +08:00
|
|
|
"@types/node": "^14.14.14",
|
2021-03-29 16:38:52 +08:00
|
|
|
"@types/nprogress": "^0.2.0",
|
2021-03-01 15:26:05 +08:00
|
|
|
"@vitejs/plugin-vue": "^1.1.4",
|
2021-03-31 11:31:16 +08:00
|
|
|
"@vue/compiler-sfc": "^3.0.10",
|
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",
|
|
|
|
"typescript": "^4.2.2",
|
2021-03-30 11:55:31 +08:00
|
|
|
"vite": "^2.1.4",
|
2021-03-31 11:31:16 +08:00
|
|
|
"vite-plugin-mock": "^2.4.1"
|
2020-11-16 14:10:17 +08:00
|
|
|
}
|
2021-03-01 15:06:11 +08:00
|
|
|
}
|