-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
94 lines (94 loc) · 3.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "social_insurance_frontend",
"version": "0.1.0",
"entry": "index.jsx",
"private": true,
"dependencies": {
"@babel/runtime": "^7.12.5",
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/react-fontawesome": "^0.1.14",
"@rollbar/react": "^0.8.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.5",
"babel-polyfill": "^6.26.0",
"bootstrap": "^4.5.3",
"classnames": "^2.2.6",
"immutable": "^4.0.0-rc.12",
"numeral": "^2.0.6",
"popper.js": "^1.16.1",
"prop-types": "^15.7.2",
"react": "^16.14.0",
"react-app-polyfill": "^2.0.0",
"react-bootstrap": "^1.4.0",
"react-bootstrap-table-next": "^4.0.3",
"react-bootstrap-typeahead": "^5.1.4",
"react-currency-format": "^1.0.0",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^16.14.0",
"react-html-parser": "^2.0.2",
"react-moment-proptypes": "^1.8.1",
"react-redux": "^7.2.2",
"react-router": "^5.0.1",
"react-router-dom": "^5.2.0",
"react-router-redux": "^4.0.8",
"react-scripts": "4.0.3",
"react-switch": "^5.0.1",
"react-table": "^7.6.2",
"react-dates": "^21.8.0",
"react-test-renderer": "^16.14.0",
"react-widgets": "^4.6.1",
"react-widgets-moment": "^4.0.30",
"react-with-direction": "^1.3.1",
"redux": "^4.0.5",
"redux-actions": "^2.6.5",
"redux-promise": "^0.6.0",
"redux-promise-middleware": "^6.1.2",
"redux-thunk": "^2.3.0",
"rollbar": "^2.24.0",
"sass": "^1.34.1",
"typescript": "^4.3.2"
},
"scripts": {
"start": "ENABLE_MOCK_API=false react-scripts start",
"serve": "ENABLE_MOCK_API=false node ./scripts/serve-static.js",
"build": "react-scripts build",
"build:no_sourcemaps": "GENERATE_SOURCEMAP=false react-scripts build",
"test": "node scripts/test.js",
"eject": "react-scripts eject",
"coverage": "react-scripts test --coverage --watchAll=false",
"coverage:ci": "react-scripts test --coverage --watchAll=false --ci=true --runInBand --silent",
"jest-preview": "jest-preview"
},
"browserslist": [
">0.2%",
"not dead",
"ie >= 11",
"not op_mini all"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"babel-eslint": "^10.1.0",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.5",
"coveralls": "^3.1.1",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.9.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"express": "^4.17.1",
"http-proxy-middleware": "^2.0.1",
"jest-preview": "^0.2.5",
"node-http-proxy-json": "^0.1.9",
"pm2": "^5.1.0",
"prettier": "^2.3.1"
}
}