remove frontend directory from git tracking

This commit is contained in:
2026-09-14 17:56:43 +08:00
parent 4f296eb58c
commit 6d44b8ff37
34 changed files with 0 additions and 2648 deletions
-25
View File
@@ -1,25 +0,0 @@
{
"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"
}
}