Files

26 lines
549 B
JSON
Raw Permalink Normal View History

2026-09-14 20:31:06 +08:00
{
"name": "huaxia-fund-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "tsc --noEmit -p tsconfig.lint.json"
},
"dependencies": {
"lucide-react": "^0.563.0",
"next": "^16.1.6",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"tailwindcss": "^4",
"typescript": "^5"
}
}