-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
38 lines (38 loc) · 1.18 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
{
"name": "@open-pioneer/scale-setter",
"version": "0.8.0",
"description": "This package provides a UI component to change the scale of the map.",
"license": "Apache-2.0",
"main": "index.ts",
"repository": {
"type": "git",
"url": "https://github.com/open-pioneer/trails-openlayers-base-packages",
"directory": "src/packages/scale-setter"
},
"homepage": "https://github.com/open-pioneer",
"keywords": [
"open-pioneer-trails"
],
"scripts": {
"build": "build-pioneer-package"
},
"dependencies": {
"@chakra-ui/icons": "catalog:",
"@open-pioneer/chakra-integration": "catalog:",
"@open-pioneer/map": "workspace:^",
"@open-pioneer/react-utils": "catalog:",
"@open-pioneer/runtime": "catalog:",
"@open-pioneer/reactivity": "catalog:",
"ol": "catalog:",
"react": "catalog:"
},
"devDependencies": {
"@open-pioneer/map-test-utils": "workspace:^",
"@open-pioneer/test-utils": "catalog:",
"openlayers-base-packages": "workspace:*"
},
"publishConfig": {
"directory": "dist",
"linkDirectory": false
}
}