16 lines
352 B
JSON
Raw Normal View History

2020-10-02 17:20:00 +02:00
{
2020-10-02 17:37:36 +02:00
"name": "@farmmaps/common-map3d",
2021-10-05 16:35:12 +02:00
"version": "2.0.0",
2020-10-02 17:26:18 +02:00
"publishConfig": {
"registry": "https://repository.akkerweb.nl/repository/npm-hosted/"
},
2024-09-05 11:02:15 +02:00
"dependencies": {
"tslib": "^2.0.0"
},
2020-10-02 17:20:00 +02:00
"peerDependencies": {
"@angular/common": "18.2.3",
"@angular/core": "18.2.3",
2024-09-06 08:52:56 +02:00
"cesium": "^1.97.0",
2022-08-31 11:04:49 +02:00
"ol-cesium": ">=2.13.0"
2020-10-02 17:20:00 +02:00
}
}