2019-11-18 23:37:36 +00:00
|
|
|
{
|
|
|
|
"name": "web",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2020-07-16 02:32:31 +00:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.30",
|
2020-07-16 04:55:03 +00:00
|
|
|
"@fortawesome/free-regular-svg-icons": "^5.14.0",
|
2020-07-16 03:12:59 +00:00
|
|
|
"@fortawesome/free-solid-svg-icons": "^5.14.0",
|
2020-06-17 07:03:06 +00:00
|
|
|
"@fortawesome/react-fontawesome": "^0.1.11",
|
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-03-19 10:29:30 +00:00
|
|
|
"@types/classnames": "^2.2.10",
|
2020-09-13 13:07:23 +00:00
|
|
|
"@types/enzyme": "^3.10.6",
|
2020-09-03 23:48:47 +00:00
|
|
|
"@types/jest": "^26.0.13",
|
2020-09-14 01:51:07 +00:00
|
|
|
"@types/node": "^14.10.1",
|
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-06-05 00:43:19 +00:00
|
|
|
"@types/react-dom": "^16.9.8",
|
2019-12-07 16:40:42 +00:00
|
|
|
"@types/react-ga": "^2.3.0",
|
2020-04-26 19:41:56 +00:00
|
|
|
"@types/react-router-dom": "^5.1.5",
|
2020-08-23 13:44:54 +00:00
|
|
|
"axios": "^0.20.0",
|
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-09-03 22:56:55 +00:00
|
|
|
"enzyme-adapter-react-16": "^1.15.4",
|
2019-11-18 23:37:36 +00:00
|
|
|
"qrcode.react": "^1.0.0",
|
2020-09-14 00:33:53 +00:00
|
|
|
"query-string": "^6.13.2",
|
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",
|
2020-07-07 04:49:24 +00:00
|
|
|
"react-ga": "^3.1.2",
|
2019-11-18 23:37:36 +00:00
|
|
|
"react-loading": "^2.0.3",
|
2020-08-05 00:36:00 +00:00
|
|
|
"react-otp-input": "^2.0.2",
|
2020-05-11 23:00:13 +00:00
|
|
|
"react-router-dom": "^5.2.0",
|
2020-08-13 00:54:46 +00:00
|
|
|
"react-scripts": "^3.4.3",
|
2020-03-21 03:09:44 +00:00
|
|
|
"react-test-renderer": "^16.13.1",
|
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"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|