-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (70 loc) · 2.13 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
{
"name": "dataset-explorer",
"version": "3.0.2-BETA",
"private": true,
"homepage": ".",
"dependencies": {
"@reduxjs/toolkit":"^2.2.7",
"react-redux": "^9.1.2",
"@react-keycloak/web": ">=3.4.0",
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^12.8.3",
"axios": "^1.2.2",
"bootstrap": "^5.2.3",
"http-terminator": "^3.2.0",
"keycloak-js": "^25.0.1",
"match-sorter": "^6.3.1",
"react": "^18.2.0",
"react-bootstrap": "^2.10.2",
"react-bootstrap-icons": "^1.10.3",
"react-dom": "~18.2.0",
"react-paginate": "8.1.5",
"react-router-dom": "^6.22.3",
"react-scripts": "^5.0.1",
"react-select": "^5.7.2",
"react-table": "^7.8.0",
"web-vitals": "^1.1.1"
},
"overrides": {
"react-scripts": {
"typescript": "^5"
}
},
"scripts": {
"start": "node configure.js dev && react-scripts start",
"build-dev": "node configure.js dev && PUBLIC_URL=/ react-scripts build",
"build-prod": "node configure.js prod && PUBLIC_URL=/dataset-service/web react-scripts build",
"build-prod-eucaim": "node configure.js prod-eucaim && PUBLIC_URL=/dataset-service/web react-scripts build",
"build-prod-test": "node configure.js prod-test && DISABLE_ESLINT_PLUGIN=true PUBLIC_URL=/dataset-service/web react-scripts build",
"build-prod-test-eucaim": "node configure.js prod-test-eucaim && DISABLE_ESLINT_PLUGIN=true PUBLIC_URL=/dataset-service/web react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"cypress": "^12.3.0",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"typescript": "^5.3.3",
"@types/react-table": "^7.7.19",
"@types/react": "18.2.58",
"@types/react-dom": "^18.2.19"
}
}