Files
2026-03-15 11:19:52 -05:00

29 lines
665 B
JSON

{
"name": "salon",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3002 -H 0.0.0.0",
"build": "next build",
"start": "next start -p 3002",
"lint": "eslint"
},
"dependencies": {
"next": "16.1.6",
"pocketbase": "^0.26.8",
"react": "19.2.3",
"react-dom": "19.2.3"
},
"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"
},
"packageManager": "pnpm@10.25.0+sha1.2cfb3ab644446565c127f58165cc76368c9c920b"
}