Initial commit from Create Next App
parents
Showing
.gitignore
0 → 100644
README.md
0 → 100644
next.config.ts
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
Click to expand it.
package.json
0 → 100644
{ | ||
"name": "frontend", | ||
"version": "0.1.0", | ||
"private": true, | ||
"scripts": { | ||
"dev": "next dev", | ||
"build": "next build", | ||
"start": "next start", | ||
"lint": "next lint" | ||
}, | ||
"dependencies": { | ||
"react": "^19.0.0", | ||
"react-dom": "^19.0.0", | ||
"next": "15.3.3" | ||
}, | ||
"devDependencies": { | ||
"typescript": "^5", | ||
"@types/node": "^20", | ||
"@types/react": "^19", | ||
"@types/react-dom": "^19", | ||
"@tailwindcss/postcss": "^4", | ||
"tailwindcss": "^4" | ||
} | ||
} |
pages/_app.tsx
0 → 100644
pages/_document.tsx
0 → 100644
pages/api/hello.ts
0 → 100644
pages/index.tsx
0 → 100644
postcss.config.mjs
0 → 100644
public/favicon.ico
0 → 100644
File added
public/file.svg
0 → 100644
public/globe.svg
0 → 100644
public/next.svg
0 → 100644
public/vercel.svg
0 → 100644
public/window.svg
0 → 100644
styles/globals.css
0 → 100644
tsconfig.json
0 → 100644
Please
register
or
sign in
to comment