rts-app/node/package.json

26 lines
528 B
JSON

{
"name": "node",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='--max-old-space-size=1024' next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"bcryptjs": "^3.0.3",
"jose": "^6.2.3",
"next": "16.2.4",
"pg": "^8.20.0",
"react": "19.2.4",
"react-dom": "19.2.4"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"eslint": "^9",
"eslint-config-next": "16.2.4",
"tailwindcss": "^4"
}
}