stellar-neighbours/package.json
2025-02-03 10:59:26 +01:00

23 lines
471 B
JSON

{
"name": "stellar-neighbourhood",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "oxlint --fix"
},
"devDependencies": {
"@types/node": "^22.13.0",
"@types/three": "^0.173.0",
"csv-parse": "^5.6.0",
"typescript": "^5.7.0",
"vite": "^6.0.0",
"oxlint": "^0.15.9"
},
"dependencies": {
"three": "^0.148.0"
}
}