-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.04 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.04 KB
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": "org.eclipse.daanse.board.app.ui.vue.plugins.geojson_renderer",
"version": "0.0.1-next.1",
"description": "GeoJSON renderer plugin for map observations",
"author": "undefined",
"homepage": "",
"license": "EPL-2.0",
"main": "./dist/ui.vue.plugins.geojson_renderer.js",
"types": "./dist/index.d.ts",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/eclipse-daanse/org.eclipse.daanse.board.app.git"
},
"scripts": {
"build": "vite build"
},
"bugs": {
"url": "https://github.com/eclipse-daanse/org.eclipse.daanse.board.app/issues"
},
"devDependencies": {
"inversify": "7.11.0",
"typescript": "^5.8.2",
"vite": "^6.0.11",
"vite-plugin-dts": "4.5.4",
"vite-plugin-libcss": "^1.1.1",
"@vitejs/plugin-vue": "^6.0.4"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"org.eclipse.daanse.board.app.ui.vue.widget.map": "^0.0.1-next.1",
"vue": "^3.5.13",
"@vue-leaflet/vue-leaflet": "^0.10.1",
"leaflet": "^1.9.4"
}
}