47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "front",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc && vite build",
|
|
"build_dev": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@fireworks-js/vue": "^2.10.7",
|
|
"@monogrid/gainmap-js": "^3.0.5",
|
|
"@tresjs/cientos": "^3.9.0",
|
|
"@tresjs/core": "^4.0.2",
|
|
"@tresjs/leches": "^0.14.0",
|
|
"@tresjs/post-processing": "^0.7.1",
|
|
"@vueuse/components": "^10.9.0",
|
|
"@vueuse/core": "^10.9.0",
|
|
"d3": "^7.9.0",
|
|
"pathfinding": "^0.4.18",
|
|
"pinia": "^2.1.7",
|
|
"reset-css": "^5.0.2",
|
|
"three": "^0.164.1",
|
|
"vite-svg-loader": "^5.1.0",
|
|
"vue": "^3.4.21",
|
|
"vue-3d-model": "^2.0.0-alpha.4",
|
|
"vue-router": "^4.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-json/mdi": "^1.1.66",
|
|
"@types/d3": "^7.4.3",
|
|
"@types/pathfinding": "^0.0.9",
|
|
"@types/three": "^0.164.1",
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
"@vue/compiler-sfc": "^3.2.31",
|
|
"sass": "^1.75.0",
|
|
"typescript": "^5.2.2",
|
|
"unplugin-icons": "^0.18.5",
|
|
"unplugin-vue-components": "^0.26.0",
|
|
"vite": "^5.2.0",
|
|
"vite-plugin-static-copy": "^1.0.5",
|
|
"vue-tsc": "^2.0.6"
|
|
}
|
|
}
|