@here/harp-examples
Version:
harp.gl Examples
77 lines (76 loc) • 2.42 kB
JSON
{
"name": "@here/harp-examples",
"version": "0.22.1",
"description": "harp.gl Examples",
"keywords": [
"examples",
"map",
"map-renderer",
"vector-tiles",
"geojson",
"typescript",
"webgl",
"harpgl"
],
"scripts": {
"test": "exit 0",
"prebuild": "node scripts/postinstall.js",
"build": "webpack",
"start": "webpack serve",
"publish-html": "node scripts/publish-html.js",
"prepare": "node scripts/postinstall.js && cross-env PREPARE_ONLY=true NODE_ENV=production webpack"
},
"author": {
"name": "HERE Europe B.V.",
"url": "https://here.com"
},
"license": "Apache-2.0",
"devDependencies": {
"@here/harp-datasource-protocol": "^0.22.1",
"@here/harp-debug-datasource": "^0.22.1",
"@here/harp-features-datasource": "^0.22.1",
"@here/harp-geoutils": "^0.22.0",
"@here/harp-lines": "^0.22.1",
"@here/harp-lrucache": "^0.22.0",
"@here/harp-map-controls": "^0.22.1",
"@here/harp-map-theme": "^0.22.1",
"@here/harp-mapview": "^0.22.1",
"@here/harp-mapview-decoder": "^0.22.1",
"@here/harp-materials": "^0.22.1",
"@here/harp-text-canvas": "^0.22.0",
"@here/harp-utils": "^0.22.0",
"@here/harp-vectortile-datasource": "^0.22.1",
"@here/harp-webtile-datasource": "^0.22.1",
"@types/dat.gui": "^0.7.1",
"@types/long": "^4.0.1",
"copy-webpack-plugin": "^7.0.0",
"cross-env": "^7.0.2",
"css-loader": "^5.0.1",
"dat.gui": "^0.7.7",
"highlight.js": "^10.4.1",
"html-webpack-plugin": "^5.0.0-alpha.14",
"ncp": "^2.0.0",
"stats.js": "^0.17.0",
"style-loader": "^2.0.0",
"suncalc": "^1.8.0",
"three": "^0.124.0",
"ts-loader": "^8.0.7",
"typescript": "^4.1.2",
"webpack": "^5.12.3",
"webpack-cli": "^4.3.1",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.7.3"
},
"repository": {
"type": "git",
"url": "https://github.com/heremaps/harp.gl.git",
"directory": "@here/harp-examples"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@turf/turf": "^5.1.6"
},
"gitHead": "11fb48a8253795dec373e1ade5b6ca995d8c1049"
}