All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 7s
26 lines
522 B
JSON
26 lines
522 B
JSON
{
|
|
"name": "airshelf",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"next": "^15.5.18",
|
|
"react": "19.0.0",
|
|
"react-dom": "19.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "4.0.0",
|
|
"@types/node": "22.10.5",
|
|
"@types/react": "19.0.7",
|
|
"@types/react-dom": "19.0.3",
|
|
"postcss": "8.5.1",
|
|
"tailwindcss": "4.0.0",
|
|
"typescript": "5.7.3"
|
|
}
|
|
}
|