-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.63 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.63 KB
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
{
"name": "client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@surfnet/sds": "^0.0.127",
"dompurify": "^3.2.4",
"i18n-js": "^4.5.1",
"isomorphic-dompurify": "^2.21.0",
"js-cookie": "^3.0.5",
"lodash.debounce": "^4.0.8",
"luxon": "^3.5.0",
"react": "^18.3.1",
"react-copy-to-clipboard": "^5.1.0",
"react-datepicker": "7.3.0",
"react-dom": "^18.3.1",
"react-router": "^6.26.1",
"react-router-dom": "^6.26.1",
"react-select": "^5.10.0",
"react-tooltip": "^5.28.0",
"timeago.js": "^4.0.2",
"tough-cookie": "^4.1.4",
"word-wrap": "^1.2.5",
"zustand": "^4.5.5"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"http-proxy-middleware": "^3.0.3",
"nth-check": "^2.1.1",
"react-json-view-lite": "^1.5.0",
"react-scripts": "5.0.1",
"sass": "^1.77.8"
},
"resolutions": {
"nth-check": "^2.1.1",
"tough-cookie": "^4.1.4",
"word-wrap": "^1.2.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"proxy": "http://127.0.0.1:8888/",
"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"
]
}
}