first commit

This commit is contained in:
rafaeldpsilva
2025-12-10 12:32:12 +00:00
commit adbbf6bf50
3442 changed files with 2725681 additions and 0 deletions

26
web-app/package.json Normal file
View File

@@ -0,0 +1,26 @@
{
"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",
"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"
}
}