-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
106 lines (106 loc) · 3.67 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
103
104
105
106
{
"name": "ps",
"version": "0.1.0",
"author": "Alexander Gabriel",
"type": "module",
"scripts": {
"client:generate:debug": "npx electric-sql generate --debug",
"client:generate": "npx electric-sql generate && node renameLables.js",
"client:watch": "npx electric-sql generate --watch",
"db:migrate": "npx electric-sql with-config \"npx pg-migrations apply --database {{ELECTRIC_PROXY}} --directory ./db/migrations\"",
"dev": "vite",
"build": "vite build",
"lint": "eslint . --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@atlaskit/pragmatic-drag-and-drop": "1.4.0",
"@atlaskit/pragmatic-drag-and-drop-flourish": "1.1.2",
"@atlaskit/pragmatic-drag-and-drop-hitbox": "1.0.3",
"@atlaskit/pragmatic-drag-and-drop-live-region": "1.1.0",
"@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "1.1.3",
"@corbado/react": "2.18.0",
"@css-hooks/react": "3.0.1",
"@cyntler/react-doc-viewer": "1.17.0",
"@fluentui/react-components": "9.55.1",
"@fluentui/react-datepicker-compat": "0.4.53",
"@fluentui/react-icons": "2.0.264",
"@fluentui/react-timepicker-compat-preview": "0.2.0",
"@formkit/tempo": "0.1.2",
"@kripod/uuidv7": "0.3.4",
"@react-leaflet/core": "2.1.0",
"@shopify/react-web-worker": "5.1.6",
"@turf/bbox": "7.1.0",
"@turf/buffer": "7.1.0",
"@turf/convex": "7.1.0",
"@turf/distance": "7.1.0",
"@turf/helpers": "7.1.0",
"@turf/point-to-line-distance": "7.1.0",
"@turf/points-within-polygon": "7.1.0",
"@turf/polygon-to-line": "7.1.0",
"@uploadcare/file-uploader": "1.9.0",
"@uploadcare/react-uploader": "1.1.0",
"allotment": "1.20.2",
"array-move": "4.0.0",
"dayjs": "1.11.13",
"electric-sql": "0.12.1",
"framer-motion": "11.11.11",
"is-uuid": "1.0.2",
"jotai": "2.10.1",
"leaflet": "1.9.4",
"leaflet-draw": "1.0.4",
"lodash": "4.17.21",
"proj4": "2.14.0",
"proj4leaflet": "1.0.2",
"react": "18.3.1",
"react-beautiful-dnd": "13.1.1",
"react-colorful": "5.6.1",
"react-dnd": "16.0.1",
"react-dnd-html5-backend": "16.0.1",
"react-dom": "18.3.1",
"react-error-boundary": "4.1.2",
"react-icons": "5.3.0",
"react-imask": "7.6.1",
"react-leaflet": "4.2.1",
"react-linkify": "1.0.0-alpha",
"react-resize-detector": "11.0.1",
"react-router-dom": "6.27.0",
"react-xml-viewer": "2.0.4",
"recharts": "2.13.3",
"redaxios": "0.5.1",
"remeda": "2.16.0",
"reproject": "1.2.7",
"screenfull": "6.0.2",
"tiny-invariant": "1.3.3",
"use-debounce": "10.0.4",
"wms-capabilities": "0.6.0",
"xlsx": "0.18.5",
"zod": "3.23.8"
},
"devDependencies": {
"@databases/pg-migrations": "5.0.3",
"@eslint/compat": "1.2.2",
"@eslint/eslintrc": "3.1.0",
"@eslint/js": "9.14.0",
"@types/leaflet": "1.9.14",
"@types/leaflet-draw": "1.0.11",
"@types/proj4": "2.5.5",
"@types/proj4leaflet": "1.0.10",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"@vitejs/plugin-react": "4.3.3",
"eslint": "9.14.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-react-refresh": "0.4.14",
"globals": "15.11.0",
"typescript": "5.6.3",
"vite": "5.4.10",
"vite-plugin-svgr": "4.3.0"
},
"devRemarks": {
"zod": "dependency of electric-sql. Needed because: electric uses 3.21.4 which does not recognize v7 uuids, https://github.com/electric-sql/electric/issues/1153#issuecomment-2054014067, https://github.com/colinhacks/zod/issues/2184#issuecomment-2063265267"
}
}