2019-12-26 19:08:51 +00:00
|
|
|
{
|
2020-11-16 20:59:08 +00:00
|
|
|
"name": "dbgate-web",
|
2021-02-08 16:15:08 +00:00
|
|
|
"version": "3.9.6-alpha.8",
|
2021-02-08 17:27:26 +00:00
|
|
|
"files": [
|
|
|
|
"build"
|
|
|
|
],
|
|
|
|
"scripts": {
|
|
|
|
"start": "cross-env BROWSER=none PORT=5000 react-scripts start",
|
|
|
|
"build:docker": "cross-env CI=false REACT_APP_API_URL=ORIGIN react-scripts build",
|
|
|
|
"build:app": "cross-env PUBLIC_URL=. CI=false react-scripts build",
|
|
|
|
"build": "cross-env CI=false REACT_APP_API_URL=ORIGIN react-scripts build",
|
|
|
|
"prepublishOnly": "yarn build",
|
|
|
|
"test": "react-scripts test",
|
|
|
|
"eject": "react-scripts eject",
|
|
|
|
"ts": "tsc"
|
|
|
|
},
|
|
|
|
"browserslist": {
|
|
|
|
"production": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not op_mini all"
|
|
|
|
],
|
|
|
|
"development": [
|
|
|
|
"last 1 chrome version",
|
|
|
|
"last 1 firefox version",
|
|
|
|
"last 1 safari version"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/react": "^16.9.17",
|
|
|
|
"@types/styled-components": "^4.4.2",
|
|
|
|
"dbgate-types": "^3.9.6-alpha.8",
|
|
|
|
"typescript": "^3.7.4",
|
2020-11-12 08:46:01 +00:00
|
|
|
"@ant-design/colors": "^5.0.0",
|
2020-11-09 17:42:16 +00:00
|
|
|
"@mdi/font": "^5.8.55",
|
2019-12-26 19:08:51 +00:00
|
|
|
"@testing-library/jest-dom": "^4.2.4",
|
|
|
|
"@testing-library/react": "^9.3.2",
|
|
|
|
"@testing-library/user-event": "^7.1.2",
|
2020-02-02 20:57:47 +00:00
|
|
|
"ace-builds": "^1.4.8",
|
2019-12-26 19:08:51 +00:00
|
|
|
"axios": "^0.19.0",
|
2020-12-05 14:13:08 +00:00
|
|
|
"chart.js": "^2.9.4",
|
2021-01-18 17:09:30 +00:00
|
|
|
"compare-versions": "^3.6.0",
|
2019-12-26 19:08:51 +00:00
|
|
|
"cross-env": "^6.0.3",
|
2021-02-08 16:15:08 +00:00
|
|
|
"dbgate-datalib": "^3.9.6-alpha.8",
|
|
|
|
"dbgate-sqltree": "^3.9.6-alpha.8",
|
|
|
|
"dbgate-tools": "^3.9.6-alpha.8",
|
2019-12-30 18:30:20 +00:00
|
|
|
"eslint": "^6.8.0",
|
|
|
|
"eslint-plugin-react": "^7.17.0",
|
2020-01-25 20:13:53 +00:00
|
|
|
"json-stable-stringify": "^1.0.1",
|
2020-12-03 12:22:54 +00:00
|
|
|
"localforage": "^1.9.0",
|
2020-12-10 13:24:41 +00:00
|
|
|
"markdown-to-jsx": "^7.1.0",
|
2020-12-05 17:33:19 +00:00
|
|
|
"randomcolor": "^0.6.2",
|
2019-12-26 19:08:51 +00:00
|
|
|
"react": "^16.12.0",
|
2020-02-02 20:57:47 +00:00
|
|
|
"react-ace": "^8.0.0",
|
2020-12-05 14:13:08 +00:00
|
|
|
"react-chartjs-2": "^2.11.1",
|
2019-12-26 19:08:51 +00:00
|
|
|
"react-dom": "^16.12.0",
|
2020-11-07 10:43:31 +00:00
|
|
|
"react-dropzone": "^11.2.3",
|
2020-11-09 18:33:46 +00:00
|
|
|
"react-helmet": "^6.1.0",
|
2020-11-05 13:33:51 +00:00
|
|
|
"react-json-view": "^1.19.1",
|
2020-01-01 10:23:30 +00:00
|
|
|
"react-modal": "^3.11.1",
|
2019-12-26 21:25:28 +00:00
|
|
|
"react-scripts": "3.3.0",
|
2020-06-04 14:20:13 +00:00
|
|
|
"react-select": "^3.1.0",
|
2020-02-01 17:00:44 +00:00
|
|
|
"resize-observer-polyfill": "^1.5.1",
|
2020-01-04 18:22:57 +00:00
|
|
|
"socket.io-client": "^2.3.0",
|
2020-04-26 16:39:06 +00:00
|
|
|
"sql-formatter": "^2.3.3",
|
2020-01-20 20:20:53 +00:00
|
|
|
"styled-components": "^4.4.1",
|
2020-04-10 19:21:57 +00:00
|
|
|
"uuid": "^3.4.0"
|
2019-12-30 19:17:21 +00:00
|
|
|
}
|
2021-02-08 16:15:08 +00:00
|
|
|
}
|