show SQL create script

This commit is contained in:
Jan Prochazka
2020-02-02 21:57:47 +01:00
parent 06aa838234
commit eee6c94ebc
7 changed files with 1272 additions and 1207 deletions

View File

@@ -1,11 +1,12 @@
{
"name": "dbgate",
"name": "dbgate-web",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"ace-builds": "^1.4.8",
"axios": "^0.19.0",
"cross-env": "^6.0.3",
"eslint": "^6.8.0",
@@ -13,6 +14,7 @@
"formik": "^2.1.0",
"json-stable-stringify": "^1.0.1",
"react": "^16.12.0",
"react-ace": "^8.0.0",
"react-dom": "^16.12.0",
"react-modal": "^3.11.1",
"react-scripts": "3.3.0",
@@ -43,9 +45,9 @@
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.12.0",
"@types/dbgate": "file:../types",
"@types/react": "^16.9.17",
"@types/styled-components": "^4.4.2",
"@types/dbgate": "file:../lib",
"typescript": "^3.7.4"
}
}