Added some initial styles, dependencies, next-auth, and page structure

This commit is contained in:
Valtteri Karesto
2021-11-11 11:42:36 +02:00
parent 583371489c
commit e7efed79ce
24 changed files with 6224 additions and 86 deletions

View File

@@ -9,9 +9,24 @@
"lint": "next lint"
},
"dependencies": {
"next": "11.1.2",
"@mattjennings/react-modal": "^1.0.3",
"@monaco-editor/react": "^4.3.1",
"@octokit/core": "^3.5.1",
"@radix-ui/react-dropdown-menu": "^0.1.1",
"@theme-ui/color": "^0.11.3",
"@theme-ui/match-media": "^0.11.3",
"@wasmer/wasi": "^0.12.0",
"@wasmer/wasm-transformer": "^0.12.0",
"@wasmer/wasmfs": "^0.12.0",
"monaco-editor": "^0.29.1",
"next": "^12.0.1",
"next-auth": "^4.0.0-beta.5",
"octokit": "^1.7.0",
"phosphor-react": "^1.3.1",
"react": "17.0.2",
"react-dom": "17.0.2"
"react-dom": "17.0.2",
"theme-ui": "^0.11.3",
"valtio": "^1.2.5"
},
"devDependencies": {
"@types/react": "17.0.31",