create script callable from react

This commit is contained in:
Jan Prochazka
2020-02-03 20:34:38 +01:00
parent 680bed549f
commit 8a85cfe687
14 changed files with 147 additions and 95 deletions

View File

@@ -21,7 +21,8 @@
"resize-observer-polyfill": "^1.5.1",
"socket.io-client": "^2.3.0",
"styled-components": "^4.4.1",
"uuid": "^3.4.0"
"uuid": "^3.4.0",
"@dbgate/engines": "^0.1.0"
},
"scripts": {
"start": "cross-env PORT=5000 react-scripts start",