Files
multiverse/jumpa-vc/package.json
T

35 lines
788 B
JSON

{
"name": "vc",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -H 127.0.0.1 -p 3000",
"lint": "eslint"
},
"dependencies": {
"@ducanh2912/next-pwa": "^10.2.9",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.6.1",
"@types/three": "^0.184.1",
"next": "16.2.4",
"pdf-lib": "^1.17.1",
"pg": "^8.20.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"three": "^0.184.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/pg": "^8.20.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.4",
"tailwindcss": "^4",
"typescript": "^5"
}
}