planning-fight/package.json

29 lines
675 B
JSON
Raw Permalink Normal View History

2025-11-04 14:18:19 +00:00
{
"name": "planning-fight",
2025-11-04 14:18:19 +00:00
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "node .next/standalone/server.js",
2025-11-04 14:18:19 +00:00
"lint": "next lint",
"json-server": "json-server --watch db.json --port 3001"
},
"dependencies": {
"next": "15.5.9",
2025-11-04 14:18:19 +00:00
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"autoprefixer": "^10.4.0",
"json-server": "^0.17.4",
"postcss": "^8.4.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.0.0"
},
"packageManager": "yarn@4.11.0"
2025-11-04 14:18:19 +00:00
}