This commit is contained in:
rafaeldpsilva
2025-12-10 14:57:34 +00:00
parent 84f5286126
commit b1ddf0c85e
102 changed files with 0 additions and 497175 deletions

27
package.json Normal file
View File

@@ -0,0 +1,27 @@
{
"name": "web-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"papaparse": "^5.4.1",
"socket.io-client": "^4.8.1",
"suncalc": "^1.9.0",
"three": "^0.170.0",
"vue": "^3.5.13"
},
"devDependencies": {
"@types/papaparse": "^5.3.15",
"@types/suncalc": "^1.9.2",
"@types/three": "^0.170.0",
"@vitejs/plugin-vue": "^5.2.1",
"typescript": "~5.6.2",
"vite": "^6.0.1",
"vue-tsc": "^2.1.10"
}
}