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
package.json
0 → 100644
{ | |||
"name": "classwork", | |||
"version": "0.1.0", | |||
"private": true, | |||
"scripts": { | |||
"dev": "next dev --turbopack", | |||
"build": "next build", | |||
"start": "next start", | |||
"lint": "next lint" | |||
}, | |||
"dependencies": { | |||
"react": "^19.0.0", | |||
"react-dom": "^19.0.0", | |||
"next": "15.3.2" | |||
}, | |||
"devDependencies": { | |||
"typescript": "^5", | |||
"@types/node": "^20", | |||
"@types/react": "^19", | |||
"@types/react-dom": "^19" | |||
} | |||
} |
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
src/app/favicon.ico
0 → 100644
25.3 KB
src/app/globals.css
0 → 100644
src/app/layout.tsx
0 → 100644
src/app/page.module.css
0 → 100644
src/app/page.tsx
0 → 100644
tsconfig.json
0 → 100644