-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.4 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
{
"name": "hydra-web",
"version": "1.6.0",
"private": true,
"homepage": "/repository",
"baseURL": "/repository",
"dependencies": {
"@apollo/client": "3.3.7",
"@devexpress/dx-react-core": "3.0.0",
"@devexpress/dx-react-grid": "3.0.0",
"@devexpress/dx-react-grid-bootstrap4": "3.0.0",
"@elastic/react-search-ui": "1.21.5",
"@elastic/search-ui-app-search-connector": "1.9.0",
"@fortawesome/fontawesome-free": "6.0.0",
"@fortawesome/fontawesome-svg-core": "1.3.0",
"@fortawesome/free-brands-svg-icons": "6.0.0",
"@fortawesome/free-regular-svg-icons": "6.0.0",
"@fortawesome/free-solid-svg-icons": "6.0.0",
"@fortawesome/react-fontawesome": "0.2.0",
"@material-ui/core": "4.12.4",
"axios": "0.24.0",
"bootstrap": "5.2.3",
"bootstrap-5-css-only": "5.1.3",
"copy-to-clipboard": "3.3.3",
"history": "5.1.0",
"immutability-helper": "3.1.1",
"isomorphic-unfetch": "3.1.0",
"kpmp-common-components": "1.2.14",
"kpmp-common-styles": "1.0.13",
"npm-run-all": "4.1.5",
"pretty-bytes": "6.0.0",
"react": "17.0.2",
"react-csv": "2.0.3",
"react-dnd": "15.1.1",
"react-dnd-html5-backend": "15.1.2",
"react-dom": "17.0.2",
"react-ga": "3.3.0",
"react-ga4": "1.4.0",
"react-redux": "7.2.4",
"react-router-dom": "5.2.1",
"react-tooltip": "5.11.2",
"reactstrap": "9.2.0",
"redux": "4.1.1",
"redux-thunk": "2.3.0",
"sass": "1.56.1"
},
"scripts": {
"start": "npm-run-all start-js --max_old_space_size=5120",
"build": "npm-run-all build-css build-js",
"test": "react-scripts test",
"eject": "react-scripts eject",
"start-js": "craco --max_old_space_size=5120 start",
"build-js": "craco --max_old_space_size=5120 build",
"build-css": "sass src/:src/",
"watch-css": "yarn build-css && sass src/:src/ --watch",
"analyze": "REACT_APP_RUN_ANALYZER=true npm run build"
},
"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"
]
},
"devDependencies": {
"@craco/craco": "7.1.0",
"craco-alias": "3.0.1",
"graphql": "15.7.2",
"react-scripts": "5.0.1",
"webpack-bundle-analyzer": "4.5.0"
},
"overrides": {
"autoprefixer": "10.4.5"
}
}