Files
worth-buying/package.json

31 lines
720 B
JSON

{
"name": "purchase-decision-calculator",
"version": "1.0.0",
"description": "大型开支决策计算器",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@vercel/analytics": "^1.5.0",
"lucide-react": "^0.294.0",
"next": "^14.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.0.0",
"eslint-config-next": "^14.0.0",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.0",
"typescript": "^5.0.0"
}
}