79 lines
2.2 KiB
JSON
79 lines
2.2 KiB
JSON
{
|
|
"name": "web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "1.2.36",
|
|
"@fortawesome/free-regular-svg-icons": "5.15.4",
|
|
"@fortawesome/free-solid-svg-icons": "5.15.4",
|
|
"@fortawesome/react-fontawesome": "0.1.15",
|
|
"@material-ui/core": "4.12.3",
|
|
"@material-ui/icons": "4.11.2",
|
|
"axios": "0.21.4",
|
|
"classnames": "2.3.1",
|
|
"qrcode.react": "1.0.1",
|
|
"query-string": "7.0.1",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"react-ga": "3.3.0",
|
|
"react-loading": "2.0.3",
|
|
"react-otp-input": "2.4.0",
|
|
"react-router-dom": "5.3.0",
|
|
"u2f-api": "1.2.1"
|
|
},
|
|
"scripts": {
|
|
"prepare": "cd .. && husky install .github",
|
|
"start": "craco start",
|
|
"build": "craco build",
|
|
"lint": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
|
|
"coverage": "COVERAGE=true craco build",
|
|
"test": "craco test --coverage --no-cache",
|
|
"report": "nyc report -r clover -r json -r lcov -r text",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all",
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "13.1.0",
|
|
"@commitlint/config-conventional": "13.1.0",
|
|
"@craco/craco": "6.3.0",
|
|
"@testing-library/jest-dom": "5.14.1",
|
|
"@testing-library/react": "12.1.0",
|
|
"@types/classnames": "2.3.0",
|
|
"@types/node": "15.6.0",
|
|
"@types/qrcode.react": "1.0.2",
|
|
"@types/query-string": "6.3.0",
|
|
"@types/react": "17.0.21",
|
|
"@types/react-dom": "17.0.9",
|
|
"@types/react-ga": "2.3.0",
|
|
"@types/react-router-dom": "5.1.9",
|
|
"babel-preset-react-app": "10.0.0",
|
|
"craco-alias": "3.0.1",
|
|
"eslint-config-prettier": "8.3.0",
|
|
"eslint-formatter-rdjson": "1.0.5",
|
|
"eslint-import-resolver-typescript": "2.5.0",
|
|
"eslint-plugin-prettier": "4.0.0",
|
|
"husky": "7.0.2",
|
|
"prettier": "2.4.1",
|
|
"react-scripts": "4.0.3",
|
|
"react-test-renderer": "17.0.2",
|
|
"typescript": "4.4.3"
|
|
}
|
|
}
|