2019-11-19 06:37:36 +07:00
|
|
|
{
|
|
|
|
"name": "web",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2020-03-25 03:19:05 +07:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.28",
|
2020-03-24 07:13:11 +07:00
|
|
|
"@fortawesome/free-regular-svg-icons": "^5.13.0",
|
2020-03-25 04:24:57 +07:00
|
|
|
"@fortawesome/free-solid-svg-icons": "^5.13.0",
|
2020-03-19 18:32:37 +07:00
|
|
|
"@fortawesome/react-fontawesome": "^0.1.9",
|
2020-04-18 19:39:53 +07:00
|
|
|
"@material-ui/core": "^4.9.11",
|
2020-03-20 11:00:28 +07:00
|
|
|
"@material-ui/icons": "^4.9.1",
|
2020-03-20 12:56:18 +07:00
|
|
|
"@types/chai": "^4.2.11",
|
2020-03-19 17:29:30 +07:00
|
|
|
"@types/classnames": "^2.2.10",
|
2020-03-19 16:56:54 +07:00
|
|
|
"@types/enzyme": "^3.10.5",
|
2020-04-04 05:38:45 +07:00
|
|
|
"@types/jest": "25.2.1",
|
2020-04-22 12:33:07 +07:00
|
|
|
"@types/node": "13.13.2",
|
2019-11-19 06:37:36 +07:00
|
|
|
"@types/qrcode.react": "^1.0.0",
|
|
|
|
"@types/query-string": "^6.3.0",
|
2020-04-10 03:49:42 +07:00
|
|
|
"@types/react": "^16.9.34",
|
2020-04-01 05:27:21 +07:00
|
|
|
"@types/react-dom": "16.9.6",
|
2019-12-07 23:40:42 +07:00
|
|
|
"@types/react-ga": "^2.3.0",
|
2020-04-11 09:58:28 +07:00
|
|
|
"@types/react-router-dom": "^5.1.4",
|
2020-03-20 07:55:55 +07:00
|
|
|
"axios": "^0.19.2",
|
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-03-20 05:13:23 +07:00
|
|
|
"enzyme-adapter-react-16": "^1.15.2",
|
2019-11-19 06:37:36 +07:00
|
|
|
"qrcode.react": "^1.0.0",
|
2020-04-13 10:56:26 +07:00
|
|
|
"query-string": "^6.12.1",
|
2020-03-20 06:08:47 +07:00
|
|
|
"react": "^16.13.1",
|
2020-03-20 17:12:25 +07:00
|
|
|
"react-dom": "^16.13.1",
|
2019-12-07 23:40:42 +07:00
|
|
|
"react-ga": "^2.7.0",
|
2019-11-19 06:37:36 +07:00
|
|
|
"react-loading": "^2.0.3",
|
|
|
|
"react-otp-input": "^1.0.1",
|
|
|
|
"react-router-dom": "^5.1.2",
|
2020-03-21 10:26:09 +07:00
|
|
|
"react-scripts": "3.4.1",
|
2020-03-21 10:09:44 +07:00
|
|
|
"react-test-renderer": "^16.13.1",
|
2020-03-20 14:24:32 +07:00
|
|
|
"typescript": "3.8.3",
|
2019-11-19 06:37:36 +07:00
|
|
|
"u2f-api": "^1.1.1"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
2020-03-30 08:07:44 +07:00
|
|
|
"test": "react-scripts test --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"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|