-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
102 lines (102 loc) · 2.99 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "explorer",
"version": "3.4.0",
"private": true,
"license": "GPL-3.0-only",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"cy:open": "cypress open",
"cy:run": "cypress run",
"postinstall": "husky install"
},
"dependencies": {
"@directus/sdk": "^15.0.2",
"@emotion/is-prop-valid": "^1.2.2",
"@klever/sdk-web": "^1.3.2",
"@svgr/webpack": "^8.1.0",
"@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.1.5",
"geojson2svg": "1.2.9",
"i18next": "^23.12.1",
"ioredis": "4.28.2",
"leaflet": "1.7.1",
"next": "^14.2.4",
"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.3",
"qrcode.react": "3.1.0",
"raw-loader": "4.0.2",
"react": "^18.3.1",
"react-device-detect": "2.0.1",
"react-dom": "^18.3.1",
"react-ga": "^3.3.1",
"react-hook-form": "7.16.1",
"react-i18next": "^15.0.0",
"react-icons": "<5.0.0",
"react-infinite-scroll-component": "6.1.0",
"react-json-view": "^1.21.3",
"react-leaflet": "3.2.2",
"react-leaflet-markercluster": "3.0.0-rc1",
"react-loader-spinner": "^6.1.6",
"react-query": "3.39.3",
"react-select": "5.3.2",
"react-syntax-highlighter": "15.5.0",
"react-toastify": "^10.0.5",
"react-tooltip": "^5.27.1",
"recharts": "2.0.10",
"styled-components": "^6.1.11",
"svg-path-bounds": "1.0.2"
},
"devDependencies": {
"@eslint/js": "^9.0.0",
"@sinonjs/fake-timers": "9.1.2",
"@testing-library/react": "12.1.4",
"@testing-library/user-event": "14.1.1",
"@types/cypress": "^1.1.3",
"@types/dompurify": "^3.0.5",
"@types/gtag.js": "^0.0.12",
"@types/ioredis": "4.28.2",
"@types/nprogress": "0.2.0",
"@types/react": "18.2.42",
"@types/react-dom": "^18.3.0",
"@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.6",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"bech32": "^2.0.0",
"cypress": "^13.12.0",
"eslint": "^9.0.0",
"eslint-config-next": "^14.2.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-testing-library": "^6.2.0",
"git-commit-msg-linter": "4.5.0",
"husky": "8.0.1",
"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": "^7.6.0"
},
"resolutions": {
"jackspeak": "^2.3.5"
}
}