2019-11-18 23:37:36 +00:00
|
|
|
{
|
|
|
|
"name": "web",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2020-10-09 13:25:10 +00:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.32",
|
2020-10-10 14:49:21 +00:00
|
|
|
"@fortawesome/free-regular-svg-icons": "^5.15.1",
|
2020-10-11 10:29:46 +00:00
|
|
|
"@fortawesome/free-solid-svg-icons": "^5.15.1",
|
2020-10-27 22:49:52 +00:00
|
|
|
"@fortawesome/react-fontawesome": "^0.1.12",
|
2020-07-01 00:59:27 +00:00
|
|
|
"@material-ui/core": "^4.11.0",
|
2020-03-20 04:00:28 +00:00
|
|
|
"@material-ui/icons": "^4.9.1",
|
2020-07-25 11:43:29 +00:00
|
|
|
"@types/chai": "^4.2.12",
|
2020-10-31 02:32:00 +00:00
|
|
|
"@types/classnames": "^2.2.11",
|
2020-10-29 12:10:35 +00:00
|
|
|
"@types/enzyme": "^3.10.8",
|
2020-10-20 23:03:42 +00:00
|
|
|
"@types/jest": "^26.0.15",
|
2020-10-31 11:24:05 +00:00
|
|
|
"@types/node": "^14.14.6",
|
2020-05-15 19:49:34 +00:00
|
|
|
"@types/qrcode.react": "^1.0.1",
|
2019-11-18 23:37:36 +00:00
|
|
|
"@types/query-string": "^6.3.0",
|
2020-07-13 08:45:16 +00:00
|
|
|
"@types/react": "^16.9.43",
|
2020-10-29 04:36:44 +00:00
|
|
|
"@types/react-dom": "^16.9.9",
|
2019-12-07 16:40:42 +00:00
|
|
|
"@types/react-ga": "^2.3.0",
|
2020-10-11 23:55:16 +00:00
|
|
|
"@types/react-router-dom": "^5.1.6",
|
2020-10-25 07:25:56 +00:00
|
|
|
"axios": "^0.21.0",
|
2020-10-26 04:05:33 +00:00
|
|
|
"babel-preset-react-app": "^10.0.0",
|
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-09-25 01:09:19 +00:00
|
|
|
"enzyme-adapter-react-16": "^1.15.5",
|
2019-11-18 23:37:36 +00:00
|
|
|
"qrcode.react": "^1.0.0",
|
2020-11-05 22:37:06 +00:00
|
|
|
"query-string": "^6.13.7",
|
2020-10-16 14:03:37 +00:00
|
|
|
"react": "^16.14.0",
|
2020-10-19 02:55:14 +00:00
|
|
|
"react-dom": "^16.14.0",
|
2020-10-20 08:42:18 +00:00
|
|
|
"react-ga": "^3.2.0",
|
2019-11-18 23:37:36 +00:00
|
|
|
"react-loading": "^2.0.3",
|
2020-10-31 13:43:52 +00:00
|
|
|
"react-otp-input": "^2.3.0",
|
2020-05-11 23:00:13 +00:00
|
|
|
"react-router-dom": "^5.2.0",
|
2020-11-07 02:06:18 +00:00
|
|
|
"react-scripts": "^4.0.0",
|
2020-10-20 01:36:49 +00:00
|
|
|
"react-test-renderer": "^16.14.0",
|
2020-07-17 00:59:17 +00:00
|
|
|
"typescript": "^3.9.7",
|
2019-11-18 23:37:36 +00:00
|
|
|
"u2f-api": "^1.1.1"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
2020-06-05 00:43:19 +00:00
|
|
|
"test": "react-scripts test --coverage --no-cache",
|
2019-11-18 23:37:36 +00:00
|
|
|
"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"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|