2019-11-18 23:37:36 +00:00
|
|
|
{
|
|
|
|
"name": "web",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2020-12-08 19:25:31 +00:00
|
|
|
"@craco/craco": "^6.0.0",
|
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-12-23 10:36:34 +00:00
|
|
|
"@fortawesome/react-fontawesome": "^0.1.14",
|
2020-12-03 00:56:46 +00:00
|
|
|
"@material-ui/core": "^4.11.2",
|
2020-12-03 00:35:45 +00:00
|
|
|
"@material-ui/icons": "^4.11.2",
|
2020-11-09 00:41:23 +00:00
|
|
|
"@types/chai": "^4.2.14",
|
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-12-10 23:03:29 +00:00
|
|
|
"@types/jest": "^26.0.19",
|
2020-12-31 02:01:33 +00:00
|
|
|
"@types/node": "^14.14.17",
|
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-11-23 05:30:56 +00:00
|
|
|
"@types/react": "^17.0.0",
|
2020-11-23 06:34:33 +00:00
|
|
|
"@types/react-dom": "^17.0.0",
|
2019-12-07 16:40:42 +00:00
|
|
|
"@types/react-ga": "^2.3.0",
|
2020-12-31 01:20:26 +00:00
|
|
|
"@types/react-router-dom": "^5.1.7",
|
2020-12-23 11:05:50 +00:00
|
|
|
"axios": "^0.21.1",
|
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",
|
2020-12-31 02:17:02 +00:00
|
|
|
"qrcode.react": "^1.0.1",
|
2020-12-30 21:28:49 +00:00
|
|
|
"query-string": "^6.13.8",
|
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-11-23 10:00:25 +00:00
|
|
|
"react-ga": "^3.3.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-24 00:45:35 +00:00
|
|
|
"react-scripts": "^4.0.1",
|
2020-10-20 01:36:49 +00:00
|
|
|
"react-test-renderer": "^16.14.0",
|
2020-12-12 01:37:45 +00:00
|
|
|
"typescript": "^4.1.3",
|
2019-11-18 23:37:36 +00:00
|
|
|
"u2f-api": "^1.1.1"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2020-11-19 01:50:34 +00:00
|
|
|
"start": "craco start",
|
2019-11-18 23:37:36 +00:00
|
|
|
"build": "react-scripts build",
|
2020-11-19 01:50:34 +00:00
|
|
|
"coverage": "craco build",
|
2020-06-05 00:43:19 +00:00
|
|
|
"test": "react-scripts test --coverage --no-cache",
|
2020-11-19 01:50:34 +00:00
|
|
|
"report": "nyc report -r clover -r json -r lcov -r text",
|
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"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|