OS-Expr/package.json

27 lines
562 B
JSON
Raw Normal View History

2024-12-04 22:01:33 +08:00
{
"name": "operating-system",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"echarts": "^5.5.1",
"pinia": "^2.2.6",
"tdesign-vue-next": "^1.10.4",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"less": "^4.2.1",
"typescript": "~5.6.2",
"vite": "^6.0.1",
"vue-tsc": "^2.1.10"
}
}