-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.5 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
{
"name": "disscover",
"private": true,
"version": "0.3.0",
"type": "module",
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "vitest",
"test:coverage": "vitest run --coverage --watch=false"
},
"dependencies": {
"@annotorious/annotorious": "^3.0.19",
"@annotorious/react": "^3.0.19",
"@fortawesome/fontawesome-svg-core": "^6.7.1",
"@fortawesome/free-solid-svg-icons": "^6.7.1",
"@fortawesome/react-fontawesome": "^0.2.2",
"@reduxjs/toolkit": "^2.4.0",
"@tanstack/match-sorter-utils": "^8.19.4",
"@tanstack/react-table": "^8.20.5",
"axios": "^1.7.9",
"bootstrap": "^5.3.3",
"bootstrap-css": "^4.0.0-alpha.5",
"classnames": "^2.5.1",
"cytoscape": "^3.30.4",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"formik": "^2.4.6",
"i18next": "^24.0.5",
"intro.js": "^7.2.0",
"intro.js-react": "^1.0.0",
"json-schema-to-typescript": "^15.0.3",
"jsonpath": "^1.1.1",
"keycloak-js": "^26.0.7",
"leaflet": "^1.9.4",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"msw": "^2.6.7",
"openseadragon": "^5.0.0",
"react": "^18.3.1",
"react-bootstrap": "^2.10.6",
"react-countup": "^6.5.3",
"react-cytoscapejs": "^2.0.0",
"react-datepicker": "^7.5.0",
"react-dom": "^18.3.1",
"react-i18next": "^15.1.3",
"react-leaflet": "^4.2.1",
"react-redux": "^9.1.2",
"react-router-dom": "^7.0.2",
"react-select": "^5.8.3",
"react-tabs": "^6.0.2",
"sass": "^1.82.0",
"validator": "^13.12.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/css-font-loading-module": "^0.0.14",
"@types/cytoscape": "^3.21.8",
"@types/jsonpath": "^0.2.4",
"@types/leaflet": "^1.9.15",
"@types/node": "^22.10.1",
"@types/openseadragon": "^3.0.10",
"@types/react": "^18.3.1",
"@types/react-cytoscapejs": "^1.2.5",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^2.1.8",
"eslint": "^9.16.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"jsdom": "^25.0.1",
"typescript": "^5.7.2",
"vite": "^5.4.0",
"vitest": "^2.1.8"
}
}