mirror of
https://github.com/blossom-editor/blossom
synced 2024-11-17 22:48:03 +08:00
37 lines
920 B
JSON
37 lines
920 B
JSON
{
|
|
"name": "blossom-web",
|
|
"version": "1.8.0",
|
|
"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",
|
|
"echarts": "^5.4.3",
|
|
"element-plus": "^2.3.9",
|
|
"katex": "^0.16.8",
|
|
"pinia": "^2.1.6",
|
|
"vue": "^3.3.4",
|
|
"vue-router": "^4.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.11.12",
|
|
"@vitejs/plugin-vue": "^4.3.3",
|
|
"@vitejs/plugin-vue-jsx": "^3.0.2",
|
|
"@vue/tsconfig": "^0.1.3",
|
|
"npm-run-all": "^4.1.5",
|
|
"rollup-plugin-visualizer": "^5.9.2",
|
|
"sass": "^1.66.1",
|
|
"typescript": "~4.7.4",
|
|
"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"
|
|
}
|
|
}
|