forked from placemark/placemark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
233 lines (233 loc) · 6.8 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
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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
{
"name": "@placemarkio/play",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint --ignore-path .gitignore --ext .js,.ts,.tsx .",
"test": "vitest run",
"test:watch": "vitest --watch"
},
"lint-staged": {
"*.{js,ts,tsx}": ["eslint --fix"]
},
"browserslist": ["last 2 versions", "not dead", "not ie 11"],
"dependencies": {
"@codemirror/commands": "^6.5.0",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/language": "^6.10.1",
"@codemirror/lint": "^6.8.0",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.26.3",
"@deck.gl/core": "^8.9.36",
"@deck.gl/layers": "^8.9.36",
"@deck.gl/mapbox": "^8.9.36",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^6.0.1",
"@dnd-kit/sortable": "^7.0.2",
"@dnd-kit/utilities": "^3.2.2",
"@headlessui/react": "^1.7.19",
"@lezer/highlight": "^1.2.0",
"@logtail/node": "^0.4.21",
"@logtail/types": "^0.4.20",
"@next/env": "^14.2.3",
"@octokit/core": "^4.2.4",
"@octokit/oauth-app": "^4.2.4",
"@placemarkio/check-geojson": "0.1.12",
"@placemarkio/flat-drop-files": "^1.0.2",
"@placemarkio/geojson-rewind": "^1.0.2",
"@placemarkio/osmtogeojson": "3.0.0-beta.6",
"@placemarkio/polyline": "^1.2.0",
"@placemarkio/tokml": "0.3.3",
"@placemarkio/turf-jsts": "^2.8.2",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-context-menu": "^2.1.5",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-portal": "^1.0.4",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toggle-group": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@radix-ui/react-use-rect": "^1.0.1",
"@radix-ui/rect": "^1.0.1",
"@react-aria/interactions": "^3.21.3",
"@sentry/nextjs": "^7.116.0",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@tanstack/react-table": "^8.17.3",
"@tiptap/extension-image": "^2.4.0",
"@tiptap/extension-link": "^2.4.0",
"@tiptap/pm": "^2.4.0",
"@tiptap/react": "^2.4.0",
"@tiptap/starter-kit": "^2.4.0",
"@tmcw/togeojson": "5.6.0",
"@turf/area": "^6.5.0",
"@turf/bbox": "^6.5.0",
"@turf/boolean-point-in-polygon": "^6.5.0",
"@turf/center": "^6.5.0",
"@turf/distance": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/length": "^6.5.0",
"@turf/meta": "^6.5.0",
"@turf/nearest-point-on-line": "^6.5.0",
"@turf/polygon-to-line": "^6.5.0",
"@types/d3-array": "^2.12.7",
"@types/d3-color": "^2.0.6",
"@types/d3-geo": "^3.1.0",
"@types/geojson": "^7946.0.14",
"@types/polylabel": "^1.1.3",
"@types/react": "18.0.0",
"@types/react-dom": "^18.3.0",
"@xmldom/xmldom": "^0.8.10",
"autoprefixer": "^10.4.19",
"betterknown": "^1.0.4",
"browser-fs-access": "^0.33.1",
"classed-components": "^2.0.1",
"clsx": "^1.2.1",
"comlink": "^4.4.1",
"core-js": "^3.37.1",
"d3-array": "^2.12.1",
"d3-color": "^2.0.0",
"d3-dsv": "^2.0.0",
"d3-geo": "^3.1.1",
"date-fns": "^2.30.0",
"email-addresses": "^5.0.0",
"envsafe": "^2.0.3",
"fast-json-patch": "^3.1.1",
"fflate": "^0.8.2",
"flatbush": "^3.3.1",
"flatgeobuf": "^3.31.1",
"formik": "^2.4.6",
"fractional-indexing": "^2.1.0",
"fuse.js": "^6.6.2",
"geometric": "^2.5.4",
"hasha": "^5.2.2",
"htmlparser2": "^9.1.0",
"jotai": "^2.8.1",
"jotai-optics": "^0.3.2",
"jotai-xstate": "^0.3.0",
"lodash": "^4.17.21",
"mapbox-gl": "^3.4.0",
"memoize-one": "^6.0.0",
"mproj": "^0.0.35",
"nanoid": "^3.3.7",
"next": "^14.2.3",
"nodemailer": "~6.9.13",
"nodemailer-postmark-transport": "^5.3.0",
"optics-ts": "^2.4.1",
"polygon-clipping": "^0.15.7",
"polylabel": "^1.1.0",
"postcss": "^8.4.38",
"proj4": "^2.11.0",
"prosemirror-commands": "^1.5.2",
"prosemirror-dropcursor": "^1.8.1",
"prosemirror-gapcursor": "^1.3.2",
"prosemirror-history": "^1.4.0",
"prosemirror-keymap": "^1.2.2",
"prosemirror-model": "^1.21.0",
"prosemirror-schema-list": "^1.3.0",
"prosemirror-state": "^1.4.3",
"prosemirror-transform": "^1.9.0",
"prosemirror-view": "^1.33.6",
"purify-ts": "^2.0.3",
"randomcolor": "^0.6.2",
"raw-body": "^2.5.2",
"rbush": "^3.0.1",
"react": "^18.3.1",
"react-colorful": "^5.6.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"react-hotkeys-hook": "4.3.2",
"react-query": "^3.39.3",
"react-responsive": "^9.0.2",
"react-virtual": "^2.10.4",
"reconnecting-eventsource": "^1.6.2",
"replicache": "^12.2.2",
"secure-password": "^4.0.0",
"strip-ansi": "^6.0.1",
"tailwindcss": "^3.4.3",
"topojson-client": "^3.1.0",
"topojson-server": "^3.0.1",
"ts-pattern": "^4.3.0",
"tslog": "4.9.0",
"type-fest": "^4.18.3",
"uuid": "^9.0.1",
"xlsx": "^0.18.5",
"xstate": "^4.38.3",
"zod": "^3.23.8"
},
"devDependencies": {
"@mapbox/mapbox-gl-style-spec": "^13.28.0",
"@testing-library/react": "^14.3.1",
"@testing-library/react-hooks": "^8.0.1",
"@types/chance": "^1.1.6",
"@types/d3-dsv": "^2.0.9",
"@types/deep-freeze": "^0.1.5",
"@types/flatbush": "^3.3.0",
"@types/lodash": "^4.17.4",
"@types/mapbox-gl": "^3.1.0",
"@types/node": "^20.12.12",
"@types/nodemailer": "^6.4.15",
"@types/pg": "^8.11.6",
"@types/preview-email": "3.0.1",
"@types/proj4": "^2.5.5",
"@types/randomcolor": "^0.5.9",
"@types/rbush": "^3.0.3",
"@types/topojson-client": "^3.1.4",
"@types/topojson-server": "^3.0.4",
"@types/uuid": "^9.0.8",
"@types/wicg-file-system-access": "^2020.9.8",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.3.0",
"chance": "^1.1.11",
"deep-freeze": "^0.0.1",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-unused-imports": "^3.2.0",
"fast-glob": "^3.3.2",
"fastestsmallesttextencoderdecoder": "^1.0.22",
"jest-diff": "^28.1.3",
"jest-matcher-utils": "^27.5.1",
"jsdom": "^20.0.3",
"lint-staged": "13.1.0",
"mime": "^3.0.0",
"prettier": "^2.8.8",
"prettier-plugin-prisma": "^5.0.0",
"pretty-quick": "3.1.3",
"preview-email": "3.0.7",
"random-js": "^2.1.0",
"start-server-and-test": "^2.0.3",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^0.33.0",
"webpack-bundle-analyzer": "^4.10.2"
},
"nextBundleAnalysis": {
"budget": null,
"budgetPercentIncreaseRed": 20,
"showDetails": true
},
"volta": {
"node": "20.11.0",
"yarn": "1.22.19"
},
"engines": {
"node": ">=20",
"pnpm": "9.5.0"
}
}