forked from heremaps/xyz-maps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.39 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": "@here/xyz-maps-display",
"version": "0.36.0",
"description": "Map display of XYZ editor.",
"author": {
"name": "HERE Europe B.V.",
"url": "https://here.com"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/heremaps/xyz-maps.git",
"directory": "packages/display"
},
"main": "dist/xyz-maps-display.min.js",
"module": "dist/xyz-maps-display.esm.min.js",
"types": "dist/xyz-maps-display.d.ts",
"files": [
"dist/xyz*.min.js",
"dist/xyz-maps-display.d.ts"
],
"scripts": {
"watch-dev": "rollup -c --watch --environment BUILD:dev",
"build-dev": "rollup -c --environment BUILD:dev",
"build-release": "rollup -c --environment BUILD:production",
"build-dts": "npx build-dts -p .",
"update-changelog": "npx build-changelog"
},
"publishConfig": {},
"dependencies": {
"@here/xyz-maps-common": "^0.36.0",
"@here/xyz-maps-core": "^0.36.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^8.5.0",
"@rollup/plugin-virtual": "^2.1.0",
"earcut": "^2.2.4",
"gl-matrix": "^3.4.3",
"rollup": "^2.79.1",
"rollup-plugin-glslify": "^1.3.1",
"rollup-plugin-terser": "^7.0.2",
"tslib": "^2.4.1",
"typescript": "^4.7.4"
},
"gitHead": "45c1cfc050f2fd86d9540dfff1aed75acedb27fa"
}