iye bbe29622c2
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 4m39s
Polish static UI flows
2026-05-28 12:29:12 +08:00

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"
}
}