2019-12-26 19:08:51 +00:00
|
|
|
{
|
2020-02-03 18:43:11 +00:00
|
|
|
"name": "@dbgate/web",
|
2019-12-26 19:08:51 +00:00
|
|
|
"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",
|
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",
|
|
|
|
"cross-env": "^6.0.3",
|
2019-12-30 18:30:20 +00:00
|
|
|
"eslint": "^6.8.0",
|
|
|
|
"eslint-plugin-react": "^7.17.0",
|
2020-01-01 10:23:30 +00:00
|
|
|
"formik": "^2.1.0",
|
2020-01-25 20:13:53 +00:00
|
|
|
"json-stable-stringify": "^1.0.1",
|
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",
|
2019-12-26 19:08:51 +00:00
|
|
|
"react-dom": "^16.12.0",
|
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-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-01-20 20:20:53 +00:00
|
|
|
"styled-components": "^4.4.1",
|
|
|
|
"uuid": "^3.4.0"
|
2019-12-26 19:08:51 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "cross-env PORT=5000 react-scripts start",
|
|
|
|
"start:silent": "cross-env BROWSER=none PORT=5000 react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"test": "react-scripts test",
|
2020-01-09 21:30:53 +00:00
|
|
|
"eject": "react-scripts eject",
|
|
|
|
"ts": "tsc"
|
2019-12-26 19:08:51 +00:00
|
|
|
},
|
|
|
|
"browserslist": {
|
|
|
|
"production": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not op_mini all"
|
|
|
|
],
|
|
|
|
"development": [
|
|
|
|
"last 1 chrome version",
|
|
|
|
"last 1 firefox version",
|
|
|
|
"last 1 safari version"
|
|
|
|
]
|
2019-12-30 18:13:54 +00:00
|
|
|
},
|
2019-12-30 19:17:21 +00:00
|
|
|
"devDependencies": {
|
2020-01-09 21:30:53 +00:00
|
|
|
"@fortawesome/fontawesome-free": "^5.12.0",
|
2020-02-03 18:43:11 +00:00
|
|
|
"@dbgate/types": "^0.1.0",
|
2020-01-09 21:30:53 +00:00
|
|
|
"@types/react": "^16.9.17",
|
|
|
|
"@types/styled-components": "^4.4.2",
|
|
|
|
"typescript": "^3.7.4"
|
2019-12-30 19:17:21 +00:00
|
|
|
}
|
2019-12-26 19:08:51 +00:00
|
|
|
}
|