35 lines
891 B
JSON
35 lines
891 B
JSON
{
|
|
"name": "nomadvip",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev -p 3002 -H 0.0.0.0",
|
|
"build": "node --max-old-space-size=1536 ./node_modules/next/dist/bin/next build",
|
|
"start": "next start",
|
|
"lint": "eslint"
|
|
},
|
|
"dependencies": {
|
|
"animate.css": "^4.1.1",
|
|
"geist": "^1.7.0",
|
|
"github-markdown-css": "^5.9.0",
|
|
"marked": "^17.0.4",
|
|
"next": "16.1.6",
|
|
"pocketbase": "^0.26.8",
|
|
"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",
|
|
"@types/three": "^0.183.1",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "16.1.6",
|
|
"tailwindcss": "^4",
|
|
"typescript": "^5"
|
|
},
|
|
"packageManager": "pnpm@10.25.0+sha1.2cfb3ab644446565c127f58165cc76368c9c920b"
|
|
}
|