2019-11-18 23:37:36 +00:00
|
|
|
{
|
|
|
|
"name": "web",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2021-08-04 20:00:27 +00:00
|
|
|
"@fortawesome/fontawesome-svg-core": "1.2.36",
|
|
|
|
"@fortawesome/free-regular-svg-icons": "5.15.4",
|
|
|
|
"@fortawesome/free-solid-svg-icons": "5.15.4",
|
2021-08-03 20:27:29 +00:00
|
|
|
"@fortawesome/react-fontawesome": "0.1.15",
|
2021-07-30 12:28:36 +00:00
|
|
|
"@material-ui/core": "4.12.3",
|
2021-01-30 05:26:23 +00:00
|
|
|
"@material-ui/icons": "4.11.2",
|
2021-10-01 11:42:36 +00:00
|
|
|
"axios": "0.22.0",
|
2021-04-03 09:17:36 +00:00
|
|
|
"classnames": "2.3.1",
|
2021-01-30 05:26:23 +00:00
|
|
|
"qrcode.react": "1.0.1",
|
2021-06-21 20:44:17 +00:00
|
|
|
"query-string": "7.0.1",
|
2021-08-03 06:25:13 +00:00
|
|
|
"react": "17.0.2",
|
|
|
|
"react-dom": "17.0.2",
|
2021-01-30 05:26:23 +00:00
|
|
|
"react-ga": "3.3.0",
|
|
|
|
"react-loading": "2.0.3",
|
2021-06-24 11:22:30 +00:00
|
|
|
"react-otp-input": "2.4.0",
|
2021-09-04 03:47:03 +00:00
|
|
|
"react-router-dom": "5.3.0",
|
2021-01-30 05:26:23 +00:00
|
|
|
"u2f-api": "1.2.1"
|
2019-11-18 23:37:36 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2021-09-09 02:22:11 +00:00
|
|
|
"prepare": "cd .. && husky install .github",
|
2020-11-19 01:50:34 +00:00
|
|
|
"start": "craco start",
|
2021-06-19 08:20:43 +00:00
|
|
|
"build": "craco build",
|
2021-08-22 11:16:19 +00:00
|
|
|
"lint": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
|
2021-06-19 08:20:43 +00:00
|
|
|
"coverage": "COVERAGE=true craco build",
|
|
|
|
"test": "craco test --coverage --no-cache",
|
2021-10-02 05:56:46 +00:00
|
|
|
"report": "nyc report -r clover -r json -r lcov -r text"
|
2019-11-18 23:37:36 +00:00
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"extends": "react-app"
|
|
|
|
},
|
|
|
|
"browserslist": {
|
|
|
|
"production": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not op_mini all"
|
|
|
|
],
|
|
|
|
"development": [
|
2021-03-13 03:09:51 +00:00
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not op_mini all",
|
2019-11-18 23:37:36 +00:00
|
|
|
"last 1 chrome version",
|
|
|
|
"last 1 firefox version",
|
|
|
|
"last 1 safari version"
|
|
|
|
]
|
2021-01-02 10:58:24 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-09-29 01:16:56 +00:00
|
|
|
"@commitlint/cli": "13.2.0",
|
|
|
|
"@commitlint/config-conventional": "13.2.0",
|
2021-09-11 06:00:13 +00:00
|
|
|
"@craco/craco": "6.3.0",
|
2021-08-03 06:54:59 +00:00
|
|
|
"@testing-library/jest-dom": "5.14.1",
|
2021-09-29 00:04:45 +00:00
|
|
|
"@testing-library/react": "12.1.1",
|
2021-08-03 06:25:13 +00:00
|
|
|
"@types/classnames": "2.3.0",
|
|
|
|
"@types/node": "15.6.0",
|
|
|
|
"@types/qrcode.react": "1.0.2",
|
|
|
|
"@types/query-string": "6.3.0",
|
2021-10-01 00:49:09 +00:00
|
|
|
"@types/react": "17.0.26",
|
2021-08-03 06:25:13 +00:00
|
|
|
"@types/react-dom": "17.0.9",
|
|
|
|
"@types/react-ga": "2.3.0",
|
2021-09-22 04:11:07 +00:00
|
|
|
"@types/react-router-dom": "5.3.0",
|
2021-08-03 06:25:13 +00:00
|
|
|
"babel-preset-react-app": "10.0.0",
|
2021-06-19 09:21:59 +00:00
|
|
|
"craco-alias": "3.0.1",
|
2021-09-28 06:27:06 +00:00
|
|
|
"craco-esbuild": "0.4.1",
|
2021-06-20 23:39:17 +00:00
|
|
|
"eslint-config-prettier": "8.3.0",
|
|
|
|
"eslint-formatter-rdjson": "1.0.5",
|
2021-09-13 22:35:53 +00:00
|
|
|
"eslint-import-resolver-typescript": "2.5.0",
|
2021-08-31 00:23:06 +00:00
|
|
|
"eslint-plugin-prettier": "4.0.0",
|
2021-09-09 03:44:43 +00:00
|
|
|
"husky": "7.0.2",
|
2021-09-16 09:59:26 +00:00
|
|
|
"prettier": "2.4.1",
|
2021-08-03 06:25:13 +00:00
|
|
|
"react-scripts": "4.0.3",
|
|
|
|
"react-test-renderer": "17.0.2",
|
2021-09-11 01:46:23 +00:00
|
|
|
"typescript": "4.4.3"
|
2019-11-18 23:37:36 +00:00
|
|
|
}
|
|
|
|
}
|