Bootstrap the admin project

This commit is contained in:
Gabe Kangas
2020-09-30 15:12:10 -07:00
parent 5b58ca8345
commit 0f74e1988f
10 changed files with 769 additions and 78 deletions

View File

@@ -8,8 +8,14 @@
"start": "next start"
},
"dependencies": {
"antd": "^4.6.6",
"next": "9.5.3",
"react": "16.13.1",
"react-dom": "16.13.1"
},
"devDependencies": {
"@types/node": "^14.11.2",
"@types/react": "^16.9.49",
"typescript": "^4.0.3"
}
}