feat: Copied from template

This commit is contained in:
2025-03-16 19:57:51 +08:00
parent f6d6fc3cb1
commit 905875b4ce
25 changed files with 798 additions and 162 deletions

View File

@@ -9,19 +9,22 @@
"lint": "next lint"
},
"dependencies": {
"next": "15.2.2",
"next-themes": "^0.4.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"next": "15.2.2"
"react-icons": "^5.5.0"
},
"devDependencies": {
"typescript": "^5",
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@tailwindcss/postcss": "^4",
"tailwindcss": "^4",
"autoprefixer": "^10.4.21",
"eslint": "^9",
"eslint-config-next": "15.2.2",
"@eslint/eslintrc": "^3"
"tailwindcss": "^4",
"typescript": "^5"
}
}