-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
150 lines (150 loc) · 5.5 KB
/
package.json
File metadata and controls
150 lines (150 loc) · 5.5 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"name": "ps",
"version": "0.1.37",
"author": "Alexander Gabriel",
"type": "module",
"scripts": {
"dev": "concurrently --kill-others-on-fail --names 'vite,caddy' 'vite' 'npm run caddy:proxy'",
"dev-host": "concurrently --kill-others-on-fail --names 'vite,caddy' 'vite --host' 'npm run caddy:proxy'",
"caddy:proxy": "caddy run --config Caddyfile",
"build": "vite build",
"sync-sql": "node scripts/sync-sql.mjs",
"sync-sql:check": "node scripts/sync-sql.mjs --check",
"hooks:install": "node scripts/install-git-hooks.mjs",
"format": "prettier --write .",
"lint": "eslint . --max-warnings 0",
"preview": "vite preview",
"how-to-install-using-sfw": "sfw npm install -f",
"ncu using cooldown": "ncu -c 5 -i",
"i18n:extract": "formatjs extract 'src/**/*.tsx' --out-file src/i18n/extracted.json --id-interpolation-pattern '[sha512:contenthash:base64:6]'",
"i18n:punctuation:check": "node scripts/check-i18n-punctuation.mjs",
"qcs:generate": "node backend/db/generate_qcs_sql.mjs",
"exports:generate": "node backend/db/generate_exports_sql.mjs",
"models:generate": "node scripts/kanel-generate.mjs",
"docs:build": "node scripts/build-docs.mjs"
},
"dependencies": {
"@atlaskit/pragmatic-drag-and-drop": "1.8.1",
"@atlaskit/pragmatic-drag-and-drop-flourish": "2.0.15",
"@atlaskit/pragmatic-drag-and-drop-hitbox": "1.1.0",
"@atlaskit/pragmatic-drag-and-drop-live-region": "1.3.4",
"@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "3.2.15",
"@better-auth/passkey": "1.6.11",
"@codemirror/lang-sql": "6.10.0",
"@codemirror/theme-one-dark": "6.1.3",
"@cyntler/react-doc-viewer": "1.17.1",
"@e965/xlsx": "0.20.3",
"@electric-sql/pglite": "0.4.5",
"@electric-sql/pglite-postgis": "0.0.7",
"@electric-sql/pglite-react": "0.3.5",
"@electric-sql/pglite-sync": "0.5.5",
"@electric-sql/pglite-tools": "0.3.5",
"@fluentui/react-components": "9.73.8",
"@fluentui/react-datepicker-compat": "0.6.31",
"@fluentui/react-icons": "2.0.326",
"@fluentui/react-timepicker-compat": "0.4.34",
"@formkit/tempo": "1.1.0",
"@hello-pangea/dnd": "18.0.1",
"@kripod/uuidv7": "0.3.4",
"@puckeditor/core": "0.21.2",
"@react-leaflet/core": "3.0.0",
"@supabase/supabase-js": "2.103.0",
"@tanstack/react-query": "5.99.0",
"@tanstack/react-router": "1.169.2",
"@tanstack/react-start": "1.167.16",
"@tanstack/router-plugin": "1.167.22",
"@turf/bbox": "7.3.5",
"@turf/buffer": "7.3.5",
"@turf/convex": "7.3.5",
"@turf/distance": "7.3.5",
"@turf/helpers": "7.3.5",
"@turf/point-to-line-distance": "7.3.5",
"@turf/points-within-polygon": "7.3.5",
"@turf/polygon-to-line": "7.3.5",
"@uidotdev/usehooks": "2.4.1",
"@uiw/react-codemirror": "4.25.9",
"@uploadcare/file-uploader": "1.29.1",
"@uploadcare/react-uploader": "1.15.0",
"allotment": "1.20.5",
"arktype": "2.2.0",
"array-move": "4.0.0",
"better-auth": "1.6.11",
"dayjs": "1.11.20",
"es-toolkit": "1.46.1",
"framer-motion": "12.38.0",
"is-uuid": "1.0.2",
"jotai": "2.20.0",
"jotai-effect": "2.3.1",
"js-file-download": "0.4.12",
"leaflet": "1.9.4",
"leaflet-draw": "1.0.4",
"linkify-react": "4.3.3",
"linkifyjs": "4.3.3",
"marked": "18.0.3",
"pg": "8.20.0",
"proj4": "2.20.8",
"proj4leaflet": "1.0.2",
"react": "19.2.6",
"react-beforeunload": "2.7.0",
"react-colorful": "5.7.0",
"react-dnd": "16.0.1",
"react-dnd-html5-backend": "16.0.1",
"react-dom": "19.2.6",
"react-error-boundary": "6.1.1",
"react-icons": "5.6.0",
"react-imask": "7.6.1",
"react-intl": "10.1.5",
"react-is": "19.2.6",
"react-leaflet": "5.0.0",
"react-resize-detector": "12.3.0",
"react-transition-group": "4.4.5",
"react-xml-viewer": "3.0.5",
"recharts": "3.8.1",
"redaxios": "0.5.1",
"reproject": "1.2.7",
"screenfull": "6.0.2",
"tiny-invariant": "1.3.3",
"use-debounce": "10.1.1",
"vite-plugin-pwa": "1.3.0",
"wms-capabilities": "0.6.0"
},
"devDependencies": {
"@databases/pg-migrations": "5.0.3",
"@eslint/compat": "2.1.0",
"@eslint/eslintrc": "3.3.5",
"@eslint/js": "10.0.1",
"@formatjs/cli": "6.14.5",
"@formatjs/vite-plugin": "1.1.0",
"@rolldown/plugin-babel": "0.2.3",
"@tanstack/eslint-plugin-router": "1.161.6",
"@types/leaflet": "1.9.21",
"@types/leaflet-draw": "1.0.13",
"@types/node": "25.6.0",
"@types/proj4": "2.19.0",
"@types/proj4leaflet": "1.0.12",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@typescript-eslint/eslint-plugin": "8.59.2",
"@typescript-eslint/parser": "8.59.2",
"@vitejs/plugin-react": "6.0.2",
"babel-plugin-react-compiler": "1.0.0",
"concurrently": "9.2.1",
"dotenv": "17.4.2",
"eslint": "10.4.0",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-react-hooks": "7.1.1",
"eslint-plugin-react-refresh": "0.5.2",
"globals": "17.6.0",
"kanel": "4.0.2",
"typescript": "6.0.3",
"vite": "8.0.13",
"vite-plugin-svgr": "5.2.0"
},
"overrides": {
"tabster": "8.8.0"
},
"devRemarks": {
"nothing": "now",
"tabster": "errors were caused. tabster@8.7.0 bundled its own keyborg@2.6.0 which conflicted with the top-level keyborg@2.14.0 required by @fluentui/react-components — keyborg 2.14 removed getNavigating, so forcing tabster@8.8.0 (which depends on keyborg@^2.14.0) eliminates the nested copy and makes both packages use the same API."
}
}