2019-11-18 23:37:36 +00:00
|
|
|
{
|
|
|
|
"name": "web",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2020-03-24 20:19:05 +00:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.28",
|
2020-03-24 00:13:11 +00:00
|
|
|
"@fortawesome/free-regular-svg-icons": "^5.13.0",
|
2020-03-24 21:24:57 +00:00
|
|
|
"@fortawesome/free-solid-svg-icons": "^5.13.0",
|
2020-03-19 11:32:37 +00:00
|
|
|
"@fortawesome/react-fontawesome": "^0.1.9",
|
2020-03-21 02:24:59 +00:00
|
|
|
"@material-ui/core": "^4.9.7",
|
2020-03-20 04:00:28 +00:00
|
|
|
"@material-ui/icons": "^4.9.1",
|
2020-03-20 05:56:18 +00:00
|
|
|
"@types/chai": "^4.2.11",
|
2020-03-19 10:29:30 +00:00
|
|
|
"@types/classnames": "^2.2.10",
|
2020-03-19 09:56:54 +00:00
|
|
|
"@types/enzyme": "^3.10.5",
|
2020-03-20 04:22:39 +00:00
|
|
|
"@types/jest": "25.1.4",
|
2020-03-22 20:30:20 +00:00
|
|
|
"@types/node": "13.9.3",
|
2019-11-18 23:37:36 +00:00
|
|
|
"@types/qrcode.react": "^1.0.0",
|
|
|
|
"@types/query-string": "^6.3.0",
|
2020-03-21 02:43:11 +00:00
|
|
|
"@types/react": "^16.9.25",
|
2020-03-20 02:44:07 +00:00
|
|
|
"@types/react-dom": "16.9.5",
|
2019-12-07 16:40:42 +00:00
|
|
|
"@types/react-ga": "^2.3.0",
|
2019-11-18 23:37:36 +00:00
|
|
|
"@types/react-router-dom": "^5.1.2",
|
2020-03-20 00:55:55 +00:00
|
|
|
"axios": "^0.19.2",
|
2020-02-04 21:18:02 +00:00
|
|
|
"babel-preset-react-app": "^9.1.1",
|
2019-11-24 19:01:58 +00:00
|
|
|
"chai": "^4.2.0",
|
2019-11-18 23:37:36 +00:00
|
|
|
"classnames": "^2.2.6",
|
2020-03-19 23:27:29 +00:00
|
|
|
"enzyme": "^3.11.0",
|
2020-03-19 22:13:23 +00:00
|
|
|
"enzyme-adapter-react-16": "^1.15.2",
|
2019-11-18 23:37:36 +00:00
|
|
|
"qrcode.react": "^1.0.0",
|
2020-03-19 23:51:49 +00:00
|
|
|
"query-string": "^6.11.1",
|
2020-03-19 23:08:47 +00:00
|
|
|
"react": "^16.13.1",
|
2020-03-20 10:12:25 +00:00
|
|
|
"react-dom": "^16.13.1",
|
2019-12-07 16:40:42 +00:00
|
|
|
"react-ga": "^2.7.0",
|
2019-11-18 23:37:36 +00:00
|
|
|
"react-loading": "^2.0.3",
|
|
|
|
"react-otp-input": "^1.0.1",
|
|
|
|
"react-router-dom": "^5.1.2",
|
2020-03-21 03:26:09 +00:00
|
|
|
"react-scripts": "3.4.1",
|
2020-03-21 03:09:44 +00:00
|
|
|
"react-test-renderer": "^16.13.1",
|
2020-03-20 07:24:32 +00:00
|
|
|
"typescript": "3.8.3",
|
2019-11-18 23:37:36 +00:00
|
|
|
"u2f-api": "^1.1.1"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"test": "react-scripts test",
|
|
|
|
"eject": "react-scripts eject"
|
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"extends": "react-app"
|
|
|
|
},
|
|
|
|
"browserslist": {
|
|
|
|
"production": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not op_mini all"
|
|
|
|
],
|
|
|
|
"development": [
|
|
|
|
"last 1 chrome version",
|
|
|
|
"last 1 firefox version",
|
|
|
|
"last 1 safari version"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|