Files
rent/apps/official-website/package.json
T
2026-05-13 17:59:30 +08:00

29 lines
657 B
JSON

{
"name": "@rent/official-website",
"version": "1.0.0",
"description": "品居会官网 - 酒店民宿短租预订平台",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start -p 3001",
"lint": "eslint",
"export": "next build"
},
"dependencies": {
"next": "16.2.6",
"react": "19.2.4",
"react-dom": "19.2.4"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.6",
"tailwindcss": "^4",
"typescript": "^5"
}
}