-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.57 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.57 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
{
"config": {
"languages": [
"en"
]
},
"devDependencies": {
"@artsy/fresnel": "^6.1.0",
"@babel/core": "^7.26.10",
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"@internationalized/date": "^3.8.2",
"@reduxjs/toolkit": "^2.6.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^12.8.3",
"babel-jest": "^29.5.0",
"echarts": "^5.6.0",
"echarts-for-react": "^3.0.2",
"formik": "^2.2.9",
"geopattern": "^1.2.3",
"i18next": "^20.6.1",
"i18next-browser-languagedetector": "^6.1.8",
"i18next-conv": "^15.1.1",
"i18next-scanner": "^4.6.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.5.1",
"jest-environment-jsdom": "^27.5.1",
"prop-types": "^15.8.1",
"react": "^16.13.0",
"react-dnd": "^11.1.3",
"react-dnd-html5-backend": "^11.1.3",
"react-dom": "^16.13.0",
"react-dropzone": "^11.7.1",
"react-i18next": "^11.18.6",
"react-invenio-forms": "^4.8.2",
"react-redux": "^7.2.9",
"react-scripts": "^4.0.3",
"react-searchkit": "^3.0.0",
"react-test-renderer": "^16.13.0",
"redux": "^4.2.1",
"redux-thunk": "^2.4.2",
"semantic-ui-css": "^2.5.0",
"semantic-ui-less": "^2.5.0",
"semantic-ui-react": "^2.1.4"
},
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:update": "jest -u",
"test:file": "jest --testPathPattern"
},
"dependencies": {
"orcid-utils": "^1.2.2",
"pako": "^2.1.0"
}
}