-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
33 lines (33 loc) · 948 Bytes
/
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
{
"name": "@here/here-interactive-map-layer-examples-open-layers",
"version": "1.0.0",
"description": "Clustering with interactive map layers",
"scripts": {
"build": "rollup -c",
"start": "yarn run build && npx http-server ./dist/ -p 0 -c-1 -o",
"set-api-key": "node ../../scripts/setCredentials.js"
},
"repository": {
"type": "git",
"url": "https://github.com/heremaps/here-interactive-map-layer-examples.git",
"directory": "examples/clustering"
},
"author": {
"name": "HERE Europe B.V.",
"url": "https://here.com"
},
"license": "Apache-2.0",
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.6",
"postcss": "^8.4.4",
"rollup": "^2.60.2",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-uglify": "^6.0.4"
},
"dependencies": {
"ol": "^6.9.0",
"shepherd.js": "^8.3.1"
}
}