2023-08-07 11:50:22 +08:00
|
|
|
{
|
2023-08-09 14:34:57 +08:00
|
|
|
"name": "blossom-web",
|
2024-04-17 20:21:23 +08:00
|
|
|
"version": "1.16.0",
|
2023-08-07 11:50:22 +08:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
2023-12-12 21:39:07 +08:00
|
|
|
"dev:spring": "vite --mode spring",
|
2023-08-07 11:50:22 +08:00
|
|
|
"build": "run-p type-check build-only",
|
2023-12-12 21:39:07 +08:00
|
|
|
"build:spring": "vite build --mode spring",
|
2023-08-07 11:50:22 +08:00
|
|
|
"preview": "vite preview",
|
|
|
|
"build-only": "vite build",
|
|
|
|
"type-check": "vue-tsc --noEmit --skipLibCheck"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-04-06 00:27:05 +08:00
|
|
|
"axios": "^1.6.8",
|
|
|
|
"echarts": "^5.5.0",
|
|
|
|
"element-plus": "^2.6.3",
|
|
|
|
"katex": "^0.16.10",
|
|
|
|
"pinia": "^2.1.7",
|
|
|
|
"vue": "^3.4.21",
|
|
|
|
"vue-router": "^4.3.0"
|
2023-08-07 11:50:22 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-04-06 00:27:05 +08:00
|
|
|
"@types/node": "^18.19.29",
|
|
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
|
|
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
|
|
|
"@vue/tsconfig": "^0.5.1",
|
2023-08-07 11:50:22 +08:00
|
|
|
"npm-run-all": "^4.1.5",
|
2024-04-06 00:27:05 +08:00
|
|
|
"rollup-plugin-visualizer": "^5.12.0",
|
|
|
|
"sass": "^1.74.1",
|
|
|
|
"typescript": "^5.4.4",
|
|
|
|
"unplugin-auto-import": "^0.17.5",
|
|
|
|
"unplugin-element-plus": "^0.8.0",
|
|
|
|
"unplugin-vue-components": "^0.26.0",
|
|
|
|
"vite": "^5.2.8",
|
|
|
|
"vue-tsc": "^2.0.10"
|
2023-08-07 11:50:22 +08:00
|
|
|
}
|
|
|
|
}
|