Initial commit from Create Next App
parents
Showing
.eslintrc.json
0 → 100644
.gitignore
0 → 100644
README.md
0 → 100644
next-env.d.ts
0 → 100644
next.config.js
0 → 100644
package.json
0 → 100644
{ | |||
"name": "block-scout", | |||
"version": "0.1.0", | |||
"private": true, | |||
"scripts": { | |||
"dev": "next dev", | |||
"build": "next build", | |||
"start": "next start", | |||
"lint": "next lint" | |||
}, | |||
"dependencies": { | |||
"next": "12.1.6", | |||
"react": "18.1.0", | |||
"react-dom": "18.1.0" | |||
}, | |||
"devDependencies": { | |||
"@types/node": "17.0.36", | |||
"@types/react": "18.0.9", | |||
"@types/react-dom": "18.0.5", | |||
"eslint": "8.16.0", | |||
"eslint-config-next": "12.1.6", | |||
"typescript": "4.7.2" | |||
} | |||
} |
pages/_app.tsx
0 → 100644
pages/api/hello.ts
0 → 100644
pages/index.tsx
0 → 100644
public/favicon.ico
0 → 100644
25.3 KB
public/vercel.svg
0 → 100644
styles/Home.module.css
0 → 100644
styles/globals.css
0 → 100644
tsconfig.json
0 → 100644
yarn.lock
0 → 100644