mr_web_back/package.json
2023-06-28 18:44:28 +08:00

58 lines
1.4 KiB
JSON

{
"name": "template",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview"
},
"browserslist": [
"chrome > 70",
"last 10 version",
"> 1%",
"not dead"
],
"dependencies": {
"@amap/amap-jsapi-loader": "^1.0.1",
"@element-plus/icons-vue": "^0.2.7",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"audit": "^0.0.6",
"axios": "^0.26.1",
"echarts": "^5.4.1",
"element-plus": "^2.2.30",
"highlight.js": "^11.7.0",
"hyw-drag": "^1.0.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"nprogress": "^0.2.0",
"pinia": "^2.0.32",
"pinia-plugin-persist": "^1.0.0",
"sortablejs": "^1.15.0",
"vue": "^3.2.47",
"vue-demi": "^0.13.11",
"vue-router": "^4.1.6",
"vuex": "^4.1.0",
"wangeditor": "^4.7.15"
},
"devDependencies": {
"@types/node": "^17.0.45",
"@vitejs/plugin-legacy": "^1.8.2",
"@vitejs/plugin-vue": "^2.3.4",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"@vue/compiler-sfc": "^3.2.47",
"element-theme-chalk": "^2.15.13",
"less": "^4.1.3",
"less-loader": "^10.2.0",
"prettier": "^2.8.4",
"sass": "^1.58.2",
"unplugin-auto-import": "^0.6.9",
"unplugin-element-plus": "^0.3.4",
"unplugin-vue-components": "^0.17.21",
"vite": "^2.9.15",
"vite-plugin-pages": "^0.23.0",
"vue-tsc": "^0.31.4"
}
}