sk-matrix-project/app/wails/frontend/package.json

36 lines
832 B
JSON
Raw Permalink Normal View History

2023-07-05 16:41:13 +08:00
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
2023-07-20 10:14:42 +08:00
"@types/node": "^20.4.2",
2023-07-05 16:41:13 +08:00
"@vitejs/plugin-vue": "^4.2.3",
2023-07-16 04:26:30 +08:00
"@vitejs/plugin-vue-jsx": "^3.0.1",
2023-07-05 16:41:13 +08:00
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
2023-07-14 17:20:38 +08:00
"sass": "^1.63.6",
2023-07-05 16:41:13 +08:00
"tailwindcss": "^3.3.2",
2023-07-16 04:26:30 +08:00
"unplugin-vue-components": "^0.25.1",
2023-07-05 16:41:13 +08:00
"vite": "^4.0.0"
},
"dependencies": {
2023-07-25 02:12:00 +08:00
"@amap/amap-jsapi-loader": "^1.0.1",
2023-07-25 15:53:20 +08:00
"@element-plus/icons-vue": "^2.1.0",
2023-07-08 20:46:27 +08:00
"@vueuse/core": "^10.2.1",
2023-07-25 02:12:00 +08:00
"axios": "^1.4.0",
2023-07-17 15:53:59 +08:00
"echarts": "^5.4.2",
2023-07-05 16:41:13 +08:00
"element-plus": "^2.3.7",
2023-07-08 22:59:16 +08:00
"eruda": "^3.0.0",
2023-07-17 15:53:59 +08:00
"moment": "^2.29.4",
2023-07-05 16:41:13 +08:00
"pinia": "^2.1.4",
2023-07-16 04:26:30 +08:00
"typescript": "^4.6.4",
2023-07-05 16:41:13 +08:00
"vue": "^3.3.4",
"vue-router": "^4.2.2"
}
}