mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 21:38:58 +00:00
28 lines
595 B
JSON
28 lines
595 B
JSON
{
|
|
"name": "nextjs-spa",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/postcss": "^4.1.10",
|
|
"next": "^15.3.4",
|
|
"postcss": "^8.5.6",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"tailwindcss": "^4.1.10"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.0.3",
|
|
"@types/react": "^19.1.8",
|
|
"@types/react-dom": "^19.1.6",
|
|
"eslint": "^9.29.0",
|
|
"eslint-config-next": "^15.3.4",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|