blossom/blossom-web/package.json

37 lines
920 B
JSON
Raw Normal View History

2023-08-07 11:50:22 +08:00
{
2023-08-09 14:34:57 +08:00
"name": "blossom-web",
2023-09-24 16:02:17 +08:00
"version": "1.4.1",
2023-08-07 11:50:22 +08:00
"private": true,
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit --skipLibCheck"
},
"dependencies": {
"axios": "^1.4.0",
2023-08-23 17:27:22 +08:00
"echarts": "^5.4.3",
"element-plus": "^2.3.9",
2023-08-14 22:05:25 +08:00
"katex": "^0.16.8",
2023-08-23 17:27:22 +08:00
"pinia": "^2.1.6",
2023-08-07 11:50:22 +08:00
"vue": "^3.3.4",
2023-08-23 17:27:22 +08:00
"vue-router": "^4.2.4"
2023-08-07 11:50:22 +08:00
},
"devDependencies": {
"@types/node": "^18.11.12",
2023-08-23 17:27:22 +08:00
"@vitejs/plugin-vue": "^4.3.3",
"@vitejs/plugin-vue-jsx": "^3.0.2",
2023-08-07 11:50:22 +08:00
"@vue/tsconfig": "^0.1.3",
"npm-run-all": "^4.1.5",
2023-08-23 17:27:22 +08:00
"rollup-plugin-visualizer": "^5.9.2",
"sass": "^1.66.1",
2023-08-07 11:50:22 +08:00
"typescript": "~4.7.4",
2023-08-23 17:27:22 +08:00
"unplugin-auto-import": "^0.16.6",
"unplugin-element-plus": "^0.7.2",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.4.9",
"vue-tsc": "^1.8.8"
2023-08-07 11:50:22 +08:00
}
}