-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.43 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
{
"name": "front-moog",
"version": "2.2.7",
"private": true,
"dependencies": {
"axios": "^0.21.2",
"babel-polyfill": "^6.23.0",
"file-saver": "^2.0.5",
"json2csv": "^5.0.5",
"keycloak-js": "^26.0.0",
"papaparse": "^5.2.0",
"prop-types": "^15.7.2",
"react": "^16.14.0",
"react-csv": "^1.1.2",
"react-dom": "^16.14.0",
"react-js-pagination": "^3.0.3",
"react-loading": "^2.0.3",
"react-redux": "^6.0.1",
"react-responsive-modal": "^3.5.1",
"react-router": "^3.2.6",
"react-router-dom": "^4.3.1",
"react-scripts": "5.0.1",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"tachyons-components": "^1.0.1"
},
"scripts": {
"start": "cross-env NODE_PATH=src/ react-scripts --openssl-legacy-provider start ",
"build": "cross-env NODE_PATH=src/ react-scripts --openssl-legacy-provider build",
"test": "cross-env NODE_PATH=src/ react-scripts --openssl-legacy-provider test"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"cross-env": "^7.0.3",
"eslint-config-airbnb": "^17.1.1",
"eslint-config-prettier": "^3.6.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.37.1",
"prettier": "^1.19.1"
}
}