Initial commit.
Showing
- .gitmodules 3 additions, 0 deletions.gitmodules
- next-env.d.ts 2 additions, 0 deletionsnext-env.d.ts
- package.json 13 additions, 2 deletionspackage.json
- pages/_app.tsx 7 additions, 0 deletionspages/_app.tsx
- pages/api/hello.js 0 additions, 6 deletionspages/api/hello.js
- pages/index.js 0 additions, 65 deletionspages/index.js
- pages/index.tsx 26 additions, 0 deletionspages/index.tsx
- public/api 1 addition, 0 deletionspublic/api
- src/theme.ts 160 additions, 0 deletionssrc/theme.ts
- styles/Home.module.css 0 additions, 123 deletionsstyles/Home.module.css
- styles/globals.css 0 additions, 16 deletionsstyles/globals.css
- styles/globals.scss 24 additions, 0 deletionsstyles/globals.scss
- tsconfig.json 29 additions, 0 deletionstsconfig.json
- yarn.lock 684 additions, 20 deletionsyarn.lock
.gitmodules
0 → 100644
next-env.d.ts
0 → 100644
... | ... | @@ -8,8 +8,19 @@ |
"start": "next start" | ||
}, | ||
"dependencies": { | ||
"base64-js": "^1.3.1", | ||
"core-js": "^3.6.5", | ||
"mobx": "^4.2.0", | ||
"next": "9.5.2", | ||
"react": "16.13.1", | ||
"react-dom": "16.13.1" | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1", | ||
"redoc": "^2.0.0-rc.40", | ||
"sass": "^1.26.10", | ||
"styled-components": "^5.1.1" | ||
}, | ||
"devDependencies": { | ||
"@types/base64-js": "^1.3.0", | ||
"@types/react": "^16.9.49", | ||
"typescript": "^4.0.2" | ||
} | ||
} |
pages/api/hello.js
deleted
100644 → 0
pages/index.js
deleted
100644 → 0
pages/index.tsx
0 → 100644
src/theme.ts
0 → 100644
styles/Home.module.css
deleted
100644 → 0
styles/globals.css
deleted
100644 → 0
styles/globals.scss
0 → 100644
tsconfig.json
0 → 100644
This diff is collapsed.
Please register or sign in to comment