-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.25 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
{
"name": "osm-figma",
"version": "1.0.0",
"description": "Vector maps from OpenStreetMap in Figma",
"main": "code.js",
"scripts": {
"build": "node build.js",
"lint": "eslint lib/**/*.ts",
"test": "vitest run"
},
"author": "Tom MacWright",
"license": "ISC",
"devDependencies": {
"@figma/eslint-plugin-figma-plugins": "^0.15.0",
"@figma/plugin-typings": "^1.96.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"esbuild": "^0.16.17",
"eslint": "^8.57.0",
"prettier": "^3.3.2",
"typescript": "^5.5.2",
"vitest": "^1.6.0"
},
"dependencies": {
"@mapbox/geojson-normalize": "^0.0.1",
"@placemarkio/check-geojson": "^0.1.12",
"@placemarkio/geojson-rewind": "^1.0.2",
"@types/d3-geo": "^3.1.0",
"@types/geojson": "^7946.0.14",
"@types/leaflet": "^1.9.12",
"@types/polylabel": "^1.1.3",
"@types/rbush": "^3.0.3",
"browser-fs-access": "^0.35.0",
"d3": "^7.9.0",
"d3-geo": "^3.1.1",
"geojson-normalize": "^0.0.1",
"hyperscript.org": "^0.9.12",
"leaflet": "^1.9.4",
"leaflet-control-geocoder": "^2.4.0",
"linelabel": "^0.1.1",
"osmtogeojson": "3.0.0-beta.5",
"polylabel": "^1.1.0",
"rbush": "^3.0.1"
}
}