-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.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
{
"name": "style-map-package-viewer",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/d3": "^7.4.3",
"@types/readable-stream": "^4.0.14",
"@types/yauzl-promise": "^4.0.1",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"prettier": "^3.3.2",
"tailwindcss": "^3.4.4",
"typescript": "^5.2.2",
"vite": "^5.2.0",
"vite-plugin-node-polyfills": "^0.22.0"
},
"prettier": {
"semi": false,
"singleQuote": true,
"importOrder": [
"^node:",
"^[./]"
],
"importOrderSeparation": true,
"plugins": [
"@trivago/prettier-plugin-sort-imports"
]
},
"dependencies": {
"@node-rs/crc32-wasm32-wasi": "^1.10.3",
"@turf/bbox-polygon": "^7.0.0",
"buffer-crc32": "^1.0.0",
"crc": "^4.3.2",
"d3": "^7.9.0",
"maplibre-gl": "^4.4.1",
"p-event": "^6.0.1",
"readable-stream": "^4.5.2",
"styled-map-package": "^2.0.0",
"yauzl-promise": "^4.0.0"
}
}