mirror of
https://github.com/dbgate/dbgate
synced 2024-11-08 04:35:58 +00:00
57 lines
1.5 KiB
JSON
57 lines
1.5 KiB
JSON
{
|
|
"name": "@dbgate/web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@dbgate/datalib": "^0.1.0",
|
|
"@dbgate/engines": "^0.1.0",
|
|
"@dbgate/sqltree": "^0.1.0",
|
|
"@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",
|
|
"eslint-plugin-react": "^7.17.0",
|
|
"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",
|
|
"resize-observer-polyfill": "^1.5.1",
|
|
"socket.io-client": "^2.3.0",
|
|
"styled-components": "^4.4.1",
|
|
"uuid": "^3.4.0"
|
|
},
|
|
"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",
|
|
"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": {
|
|
"@dbgate/types": "^0.1.0",
|
|
"@fortawesome/fontawesome-free": "^5.12.0",
|
|
"@types/react": "^16.9.17",
|
|
"@types/styled-components": "^4.4.2",
|
|
"typescript": "^3.7.4"
|
|
}
|
|
}
|