-
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) · 897 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 897 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": "cyclemaps",
"type": "module",
"engines": {
"node": ">=22"
},
"scripts": {
"build": "tsc && rollup --config --environment BUILD:dev",
"build-production": "tsc && rollup --config --environment BUILD:production"
},
"dependencies": {
"@maplibre/maplibre-gl-directions": "^0.8.0",
"@types/geojson": "^7946.0.16",
"@types/js-cookie": "^3.0.6",
"build": "^0.1.4",
"js-cookie": "^3.0.5",
"maplibre-gl": "^5.2.0",
"maplibre-gl-vector-text-protocol": "^0.0.5",
"pmtiles": "^4.3.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-node-resolve": "^15.3.1",
"@rollup/plugin-strip": "^3.0.4",
"@rollup/plugin-terser": "^0.4.4",
"@types/node": "^22.13.11",
"dotenv": "^16.4.7",
"rollup": "^4.36.0",
"rollup-plugin-dotenv": "^0.5.1",
"rollup-plugin-import-css": "^3.5.8",
"tslib": "^2.8.1",
"typescript": "^5.8.2"
}
}