-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
117 lines (117 loc) · 3.54 KB
/
package.json
File metadata and controls
117 lines (117 loc) · 3.54 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "explorer",
"version": "3.4.1",
"private": true,
"license": "GPL-3.0-only",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"cy:open": "cypress open",
"cy:run": "cypress run",
"cy:smoke": "cypress run --spec 'cypress/e2e/smoke.cy.ts'",
"postinstall": "husky install"
},
"dependencies": {
"@directus/sdk": "^15.0.2",
"@emotion/is-prop-valid": "^1.2.2",
"@klever/connect": "^0.1.1",
"@klever/sdk-web": "^1.4.1",
"@microlink/react-json-view": "^1.27.1",
"@monaco-editor/react": "^4.7.0",
"@svgr/webpack": "^8.1.0",
"@tanstack/react-query": "^5.90.20",
"@tanstack/react-query-devtools": "^5.91.3",
"@tiptap/extension-underline": "^2.4.0",
"@tiptap/pm": "^2.4.0",
"@tiptap/react": "^2.4.0",
"@tiptap/starter-kit": "^2.4.0",
"@unform/core": "2.1.6",
"@unform/web": "^2.1.6",
"babel-plugin-inline-react-svg": "2.0.1",
"clipboard-polyfill": "4.0.0-rc8",
"cookies-next": "^4.1.1",
"date-fns": "2.23.0",
"dompurify": "^3.2.4",
"geojson2svg": "1.2.9",
"i18next": "^25.8.0",
"ioredis": "4.28.2",
"leaflet": "1.7.1",
"next": "^16.1.6",
"next-i18next": "^15.3.0",
"next-images": "1.8.1",
"next-styled-nprogress": "1.0.3",
"nprogress": "0.2.0",
"path": "^0.12.7",
"polished": "4.2.2",
"protobufjs": "^6.11.4",
"qrcode.react": "3.1.0",
"raw-loader": "4.0.2",
"react": "^19.2.4",
"react-device-detect": "2.0.1",
"react-dom": "^19.2.4",
"react-ga": "^3.3.1",
"react-hook-form": "7.16.1",
"react-i18next": "^16.5.4",
"react-icons": "^5.5.0",
"react-infinite-scroll-component": "6.1.0",
"react-leaflet": "3.2.2",
"react-leaflet-markercluster": "3.0.0-rc1",
"react-loader-spinner": "^6.1.6",
"react-select": "5.3.2",
"react-syntax-highlighter": "^16.1.0",
"react-toastify": "^10.0.5",
"react-tooltip": "^5.27.1",
"recharts": "^2.15.4",
"styled-components": "^6.1.11",
"svg-path-bounds": "1.0.2"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@sinonjs/fake-timers": "9.1.2",
"@testing-library/jest-dom": "^6.4.0",
"@testing-library/react": "12.1.4",
"@testing-library/user-event": "14.1.1",
"@types/cypress": "^1.1.6",
"@types/dompurify": "^3.0.5",
"@types/gtag.js": "^0.0.12",
"@types/ioredis": "4.28.2",
"@types/jest": "^29.5.12",
"@types/nprogress": "0.2.0",
"@types/react": "^19.2.10",
"@types/react-dom": "^19.2.3",
"@types/react-i18next": "^8.1.0",
"@types/react-leaflet": "2.8.2",
"@types/react-leaflet-markercluster": "3.0.0",
"@types/react-syntax-highlighter": "^15.5.13",
"@typescript-eslint/eslint-plugin": "^8.54.0",
"bech32": "^2.0.0",
"cypress": "^13.15.2",
"eslint": "^9.39.2",
"eslint-config-next": "^16.1.6",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-testing-library": "^6.2.0",
"git-commit-msg-linter": "4.5.0",
"husky": "8.0.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "3.0.1",
"react-circular-progressbar": "^2.1.0",
"ts-node": "10.7.0",
"typescript": "^5.5.3",
"typescript-eslint": "^8.54.0"
},
"resolutions": {
"jackspeak": "^2.3.5",
"cross-spawn": "^7.0.5",
"form-data": "^2.5.4",
"d3-color": "^3.1.0",
"glob": "^10.5.0",
"test-exclude": "^7.0.1"
}
}