maplibre-rs/web/demo/package.json
2022-04-25 19:24:12 +02:00

37 lines
852 B
JSON

{
"name": "demo",
"version": "0.0.1",
"description": "A maplibre demo",
"private": true,
"scripts": {
"start": "webpack-dev-server --mode=development",
"start-production": "npm run start -- --mode=production",
"build": "webpack --mode=development",
"build-production": "webpack --mode=production"
},
"repository": {
"type": "git",
"url": "https://github.com/maplibre/maplibre-rs"
},
"dependencies": {
"maplibre_rs": "file:../lib"
},
"devDependencies": {
"copy-webpack-plugin": "^10.2.4",
"html-webpack-plugin": "^5.5.0",
"ts-loader": "^9.2.6",
"typescript": "^4.5.4",
"wasm-pack": "^0.10.1",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.6.0"
},
"keywords": [
"wasm",
"webgpu",
"maps"
],
"author": "",
"license": "MIT"
}