better web app layout

This commit is contained in:
2019-08-07 11:17:06 +03:00
parent fb1ed0515f
commit 1df9fede9d
11 changed files with 485 additions and 129 deletions

View File

@@ -7,6 +7,7 @@
},
"devDependencies": {
"@types/autoprefixer": "^9.5.0",
"@types/bootstrap": "^4.3.1",
"@types/enzyme": "^3.10.3",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/jest": "^24.0.15",
@@ -14,6 +15,7 @@
"@types/parcel-bundler": "^1.12.0",
"@types/prettier": "^1.18.1",
"@types/react": "^16.8.23",
"@types/react-bootstrap": "^0.32.19",
"@types/react-dom": "^16.8.4",
"@types/sass": "^1.16.0",
"autoprefixer": "^9.6.1",
@@ -34,9 +36,11 @@
"typescript": "^3.5.3"
},
"dependencies": {
"bootstrap": "^4.3.1",
"konva": "^4.0.0",
"normalize.css": "^8.0.1",
"react": "^16.8.6",
"react-bootstrap": "^1.0.0-beta.10",
"react-dom": "^16.8.6",
"react-konva": "^16.8.7-3"
},