Files
moon/package.json
Puechberty Arthur 49fd31f4db first commit
2026-03-30 23:07:36 +02:00

30 lines
606 B
JSON

{
"name": "moon",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@types/three": "^0.183.1",
"jspdf": "^4.2.0",
"next": "16.1.6",
"react": "19.2.3",
"react-dom": "19.2.3",
"three": "^0.183.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"tailwindcss": "^4",
"typescript": "^5"
}
}