-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 810 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 810 Bytes
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
{
"name": "@helsingborg-stad/openstreetmap",
"appname": "openstreetmap",
"scripts": {
"build:sass": "sass sass/main.scss dist/main.css",
"build": "tsc && npm run build:sass"
},
"browserslist": [
"> 1%",
"not dead"
],
"main": "dist/index.js",
"style": "dist/main.css",
"files": [
"dist/*",
"README.md"
],
"types": "dist/index.d.ts",
"dependencies": {
"leaflet": "^1.9.4",
"leaflet.markercluster": "1.5.3",
"schema-dts": "^1.1.5"
},
"devDependencies": {
"@types/leaflet": "1.9.16",
"@types/leaflet.markercluster": "1.5.1",
"sass": "^1.49.7",
"typescript": "^5.7.3"
},
"browser": {
"child_process": false
},
"version": "0.53.4"
}