-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
102 lines (102 loc) · 3.13 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": "ps",
"version": "0.1.0",
"author": "Alexander Gabriel",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@atlaskit/pragmatic-drag-and-drop": "1.5.0",
"@atlaskit/pragmatic-drag-and-drop-flourish": "1.2.0",
"@atlaskit/pragmatic-drag-and-drop-hitbox": "1.0.3",
"@atlaskit/pragmatic-drag-and-drop-live-region": "1.3.0",
"@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "1.2.0",
"@corbado/react": "2.19.0",
"@css-hooks/react": "3.0.4",
"@cyntler/react-doc-viewer": "1.17.0",
"@electric-sql/pglite": "0.2.16",
"@electric-sql/pglite-react": "0.2.16",
"@fluentui/react-components": "9.58.2",
"@fluentui/react-datepicker-compat": "0.4.62",
"@fluentui/react-icons": "2.0.274",
"@fluentui/react-timepicker-compat-preview": "0.2.0",
"@formkit/tempo": "0.1.2",
"@kripod/uuidv7": "0.3.4",
"@react-leaflet/core": "3.0.0",
"@shopify/react-web-worker": "5.1.6",
"@turf/bbox": "7.2.0",
"@turf/buffer": "7.2.0",
"@turf/convex": "7.2.0",
"@turf/distance": "7.2.0",
"@turf/helpers": "7.2.0",
"@turf/point-to-line-distance": "7.2.0",
"@turf/points-within-polygon": "7.2.0",
"@turf/polygon-to-line": "7.2.0",
"@uploadcare/file-uploader": "1.13.1",
"@uploadcare/react-uploader": "1.4.0",
"allotment": "1.20.2",
"array-move": "4.0.0",
"dayjs": "1.11.13",
"framer-motion": "12.3.1",
"is-uuid": "1.0.2",
"jotai": "2.11.3",
"leaflet": "1.9.4",
"leaflet-draw": "1.0.4",
"lodash": "4.17.21",
"proj4": "2.15.0",
"proj4leaflet": "1.0.2",
"react": "19.0.0",
"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": "19.0.0",
"react-error-boundary": "5.0.0",
"react-icons": "5.4.0",
"react-imask": "7.6.1",
"react-leaflet": "5.0.0",
"react-linkify": "1.0.0-alpha",
"react-resize-detector": "12.0.2",
"react-router-dom": "6.29.0",
"react-xml-viewer": "2.0.4",
"recharts": "2.15.1",
"redaxios": "0.5.1",
"remeda": "2.20.1",
"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"
},
"devDependencies": {
"@databases/pg-migrations": "5.0.3",
"@eslint/compat": "1.2.6",
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.19.0",
"@types/leaflet": "1.9.16",
"@types/leaflet-draw": "1.0.11",
"@types/proj4": "2.5.6",
"@types/proj4leaflet": "1.0.10",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"@typescript-eslint/eslint-plugin": "8.23.0",
"@typescript-eslint/parser": "8.23.0",
"@vitejs/plugin-react": "4.3.4",
"eslint": "9.19.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-react-refresh": "0.4.18",
"globals": "15.14.0",
"typescript": "5.7.3",
"vite": "6.1.0",
"vite-plugin-svgr": "4.3.0"
},
"devRemarks": {
"nothing": "now"
}
}