-
- Downloads
Initial commit from Create Next App
parents
No related branches found
No related tags found
Showing
- .eslintrc.json 3 additions, 0 deletions.eslintrc.json
- .gitignore 35 additions, 0 deletions.gitignore
- README.md 36 additions, 0 deletionsREADME.md
- app/api/hello/route.ts 3 additions, 0 deletionsapp/api/hello/route.ts
- app/favicon.ico 0 additions, 0 deletionsapp/favicon.ico
- app/globals.css 107 additions, 0 deletionsapp/globals.css
- app/layout.tsx 21 additions, 0 deletionsapp/layout.tsx
- app/page.module.css 229 additions, 0 deletionsapp/page.module.css
- app/page.tsx 95 additions, 0 deletionsapp/page.tsx
- next.config.js 8 additions, 0 deletionsnext.config.js
- package-lock.json 0 additions, 0 deletionspackage-lock.json
- package.json 22 additions, 0 deletionspackage.json
- public/next.svg 2 additions, 0 deletionspublic/next.svg
- public/vercel.svg 2 additions, 0 deletionspublic/vercel.svg
- tsconfig.json 28 additions, 0 deletionstsconfig.json
.eslintrc.json
0 → 100644
.gitignore
0 → 100644
README.md
0 → 100644
app/api/hello/route.ts
0 → 100644
app/favicon.ico
0 → 100644
25.3 KiB
app/globals.css
0 → 100644
app/layout.tsx
0 → 100644
app/page.module.css
0 → 100644
app/page.tsx
0 → 100644
next.config.js
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | |||
"name": "project_ss23", | |||
"version": "0.1.0", | |||
"private": true, | |||
"scripts": { | |||
"dev": "next dev", | |||
"build": "next build", | |||
"start": "next start", | |||
"lint": "next lint" | |||
}, | |||
"dependencies": { | |||
"@types/node": "18.16.0", | |||
"@types/react": "18.0.38", | |||
"@types/react-dom": "18.0.11", | |||
"eslint": "8.39.0", | |||
"eslint-config-next": "13.3.1", | |||
"next": "13.3.1", | |||
"react": "18.2.0", | |||
"react-dom": "18.2.0", | |||
"typescript": "5.0.4" | |||
} | |||
} |
public/next.svg
0 → 100644
public/vercel.svg
0 → 100644
tsconfig.json
0 → 100644