-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.31 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.31 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
{
"name": "tree-app",
"version": "3.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "pnpm build:lib && next build",
"build:lib": "cd lib && pnpm install && pnpm build",
"start": "next start",
"format": "prettier --write . --check '!./lib/data/spatial'",
"lint": "next lint --fix"
},
"dependencies": {
"@geops/tree-lib": "link:lib/build",
"@headlessui/react": "2.0.4",
"@heroicons/react": "2.1.5",
"@serwist/next": "9.0.7",
"@serwist/sw": "9.0.8",
"@types/react": "18.3.4",
"@tailwindcss/container-queries": "0.1.1",
"@types/node": "20.16.2",
"@upstash/redis": "1.34.3",
"assert": "2.1.0",
"docx": "9.1.0",
"file-saver": "2.0.5",
"html-react-parser": "5.2.0",
"i18next": "23.15.1",
"i18next-browser-languagedetector": "6.1.2",
"immer": "10.1.1",
"is-svg": "5.1.0",
"lodash.get": "4.4.2",
"lodash.intersection": "4.4.0",
"maplibre-gl": "4.4.1",
"next": "15.5.10",
"ol": "10.0.0",
"prisma": "5.19.0",
"proj4": "2.12.1",
"react": "18",
"react-dom": "18",
"react-hot-toast": "^2.5.1",
"react-i18next": "15.0.1",
"react-pdf": "9.2.1",
"react-select": "5.8.3",
"react-tooltip": "5.28.0",
"save-svg-as-png": "1.4.17",
"sql.js": "1.11.0",
"url-loader": "4.1.1",
"uuid": "10.0.0",
"serwist": "9.0.7",
"tailwindcss": "3.4.1",
"typescript": "5.6.3",
"zustand": "5.0.0-rc.2"
},
"devDependencies": {
"@geops/eslint-config-react": "1.2.0",
"@serwist/build": "9.0.7",
"@types/file-saver": "2.0.7",
"@types/geojson": "7946.0.14",
"@types/lodash.get": "4.4.9",
"@types/lodash.intersection": "4.4.9",
"@types/proj4": "2.5.5",
"@types/react-dom": "18",
"@types/react-router-dom": "5.3.3",
"@types/sql.js": "1.4.9",
"@types/uuid": "*",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"cypress": "13.13.1",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.7",
"eslint-config-prettier": "9.1.0",
"postcss": "8",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.5"
},
"resolutions": {
"react-i18next": ">=11.16.4"
},
"author": "geOps",
"packageManager": "pnpm@9.7.0+sha256.b35018fbfa8f583668b2649e407922a721355cd81f61beeb4ac1d4258e585559"
}