Initial commit
Showing
| ... | ... | @@ -9,17 +9,18 @@ |
| "lint": "next lint" | ||
| }, | ||
| "dependencies": { | ||
| "next": "15.3.4", | ||
| "react": "^19.0.0", | ||
| "react-dom": "^19.0.0", | ||
| "next": "15.3.4" | ||
| "react-dom": "^19.0.0" | ||
| }, | ||
| "devDependencies": { | ||
| "typescript": "^5", | ||
| "@eslint/eslintrc": "^3", | ||
| "@types/node": "^20", | ||
| "@types/react": "^19", | ||
| "@types/react-dom": "^19", | ||
| "eslint": "^9", | ||
| "eslint-config-next": "15.3.4", | ||
| "@eslint/eslintrc": "^3" | ||
| "prettier": "^3.6.2", | ||
| "typescript": "^5" | ||
| } | ||
| } |
prettierrc
0 → 100644
src/app/favicon.ico
deleted
100644 → 0
25.3 KB
src/app/global.css
0 → 100644
src/app/globals.css
deleted
100644 → 0
src/pages/Home/Home.tsx
0 → 100644