2019-11-19 06:37:36 +07:00
|
|
|
{
|
|
|
|
"name": "web",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2020-10-09 20:25:10 +07:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.32",
|
2020-10-10 21:49:21 +07:00
|
|
|
"@fortawesome/free-regular-svg-icons": "^5.15.1",
|
2020-10-11 17:29:46 +07:00
|
|
|
"@fortawesome/free-solid-svg-icons": "^5.15.1",
|
2020-06-17 14:03:06 +07:00
|
|
|
"@fortawesome/react-fontawesome": "^0.1.11",
|
2020-07-01 07:59:27 +07:00
|
|
|
"@material-ui/core": "^4.11.0",
|
2020-03-20 11:00:28 +07:00
|
|
|
"@material-ui/icons": "^4.9.1",
|
2020-07-25 18:43:29 +07:00
|
|
|
"@types/chai": "^4.2.12",
|
2020-03-19 17:29:30 +07:00
|
|
|
"@types/classnames": "^2.2.10",
|
2020-09-25 08:53:33 +07:00
|
|
|
"@types/enzyme": "^3.10.7",
|
2020-09-18 23:08:59 +07:00
|
|
|
"@types/jest": "^26.0.14",
|
2020-10-12 11:04:49 +07:00
|
|
|
"@types/node": "^14.11.8",
|
2020-05-16 02:49:34 +07:00
|
|
|
"@types/qrcode.react": "^1.0.1",
|
2019-11-19 06:37:36 +07:00
|
|
|
"@types/query-string": "^6.3.0",
|
2020-07-13 15:45:16 +07:00
|
|
|
"@types/react": "^16.9.43",
|
2020-06-05 07:43:19 +07:00
|
|
|
"@types/react-dom": "^16.9.8",
|
2019-12-07 23:40:42 +07:00
|
|
|
"@types/react-ga": "^2.3.0",
|
2020-10-12 06:55:16 +07:00
|
|
|
"@types/react-router-dom": "^5.1.6",
|
2020-08-23 20:44:54 +07:00
|
|
|
"axios": "^0.20.0",
|
2020-02-05 04:18:02 +07:00
|
|
|
"babel-preset-react-app": "^9.1.1",
|
2019-11-25 02:01:58 +07:00
|
|
|
"chai": "^4.2.0",
|
2019-11-19 06:37:36 +07:00
|
|
|
"classnames": "^2.2.6",
|
2020-03-20 06:27:29 +07:00
|
|
|
"enzyme": "^3.11.0",
|
2020-09-25 08:09:19 +07:00
|
|
|
"enzyme-adapter-react-16": "^1.15.5",
|
2019-11-19 06:37:36 +07:00
|
|
|
"qrcode.react": "^1.0.0",
|
2020-10-07 07:57:55 +07:00
|
|
|
"query-string": "^6.13.5",
|
2020-10-16 21:03:37 +07:00
|
|
|
"react": "^16.14.0",
|
2020-03-20 17:12:25 +07:00
|
|
|
"react-dom": "^16.13.1",
|
2020-07-07 11:49:24 +07:00
|
|
|
"react-ga": "^3.1.2",
|
2019-11-19 06:37:36 +07:00
|
|
|
"react-loading": "^2.0.3",
|
2020-09-30 09:11:35 +07:00
|
|
|
"react-otp-input": "^2.1.0",
|
2020-05-12 06:00:13 +07:00
|
|
|
"react-router-dom": "^5.2.0",
|
2020-08-13 07:54:46 +07:00
|
|
|
"react-scripts": "^3.4.3",
|
2020-03-21 10:09:44 +07:00
|
|
|
"react-test-renderer": "^16.13.1",
|
2020-07-17 07:59:17 +07:00
|
|
|
"typescript": "^3.9.7",
|
2019-11-19 06:37:36 +07:00
|
|
|
"u2f-api": "^1.1.1"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
2020-06-05 07:43:19 +07:00
|
|
|
"test": "react-scripts test --coverage --no-cache",
|
2019-11-19 06:37:36 +07: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"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|