2019-12-26 19:08:51 +00:00
|
|
|
{
|
|
|
|
"name": "dbgate",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2019-12-26 22:48:17 +00:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.26",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^5.12.0",
|
|
|
|
"@fortawesome/react-fontawesome": "^0.1.8",
|
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",
|
|
|
|
"axios": "^0.19.0",
|
|
|
|
"cross-env": "^6.0.3",
|
|
|
|
"react": "^16.12.0",
|
|
|
|
"react-dom": "^16.12.0",
|
2019-12-26 21:25:28 +00:00
|
|
|
"react-scripts": "3.3.0",
|
|
|
|
"styled-components": "^4.4.1"
|
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",
|
|
|
|
"eject": "react-scripts eject"
|
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"extends": "react-app"
|
2019-12-30 18:13:54 +00:00
|
|
|
},
|
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
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"eslint": "^6.8.0"
|
2019-12-26 19:08:51 +00:00
|
|
|
}
|
|
|
|
}
|