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 36 additions, 0 deletions.gitignore
- README.md 34 additions, 0 deletionsREADME.md
- next.config.js 7 additions, 0 deletionsnext.config.js
- package.json 24 additions, 0 deletionspackage.json
- pages/_app.tsx 8 additions, 0 deletionspages/_app.tsx
- pages/api/hello.ts 13 additions, 0 deletionspages/api/hello.ts
- pages/index.tsx 72 additions, 0 deletionspages/index.tsx
- public/favicon.ico 0 additions, 0 deletionspublic/favicon.ico
- public/vercel.svg 5 additions, 0 deletionspublic/vercel.svg
- styles/Home.module.css 129 additions, 0 deletionsstyles/Home.module.css
- styles/globals.css 26 additions, 0 deletionsstyles/globals.css
- tsconfig.json 20 additions, 0 deletionstsconfig.json
- yarn.lock 0 additions, 0 deletionsyarn.lock
.eslintrc.json
0 → 100644
.gitignore
0 → 100644
README.md
0 → 100644
next.config.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "stravaganza-website", | ||
"version": "0.1.0", | ||
"private": true, | ||
"scripts": { | ||
"dev": "next dev", | ||
"build": "next build", | ||
"start": "next start", | ||
"lint": "next lint" | ||
}, | ||
"dependencies": { | ||
"next": "12.2.4", | ||
"react": "18.2.0", | ||
"react-dom": "18.2.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "18.6.5", | ||
"@types/react": "18.0.17", | ||
"@types/react-dom": "18.0.6", | ||
"eslint": "8.21.0", | ||
"eslint-config-next": "12.2.4", | ||
"typescript": "4.7.4" | ||
} | ||
} |
pages/_app.tsx
0 → 100644
pages/api/hello.ts
0 → 100644
pages/index.tsx
0 → 100644
public/favicon.ico
0 → 100644
25.3 KiB
public/vercel.svg
0 → 100644
styles/Home.module.css
0 → 100644
styles/globals.css
0 → 100644
tsconfig.json
0 → 100644
yarn.lock
0 → 100644
This diff is collapsed.