Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
40 lines
918 B
JSON
40 lines
918 B
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc -b && vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest run"
|
|
},
|
|
"dependencies": {
|
|
"@vueuse/core": "^14.2.1",
|
|
"3d-force-graph": "^1.79.0",
|
|
"axios": "^1.13.6",
|
|
"echarts": "^6.0.0",
|
|
"element-plus": "^2.13.6",
|
|
"lucide-vue-next": "^0.577.0",
|
|
"motion": "^12.38.0",
|
|
"phaser": "^3.90.0",
|
|
"pinia": "^3.0.4",
|
|
"three": "^0.180.0",
|
|
"vue": "^3.5.30",
|
|
"vue-router": "^4.6.4",
|
|
"weather-icons": "^1.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.5.0",
|
|
"@types/three": "^0.180.0",
|
|
"@vitejs/plugin-vue": "^6.0.5",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"@vue/tsconfig": "^0.9.0",
|
|
"jsdom": "^29.0.1",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^8.0.1",
|
|
"vitest": "^4.1.0",
|
|
"vue-tsc": "^2.2.12"
|
|
}
|
|
}
|