-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.02 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 2.02 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "vp2beta",
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"test": "echo \"Sorry: no test specified\" && exit 0"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@vue-leaflet/vue-leaflet": "^0.10.1",
"@vuepress/plugin-sitemap": "2.0.0-rc.128",
"esm": "^3.2.25",
"leaflet": "^1.9.4",
"sass-embedded": "^1.99.0",
"vp-update": "^2.0.0-rc.30",
"vuepress": "2.0.0-rc.28"
},
"dependencies": {
"@deck.gl/core": "^9.2.2",
"@deck.gl/extensions": "^9.2.2",
"@deck.gl/geo-layers": "^9.2.2",
"@deck.gl/layers": "^9.2.2",
"@deck.gl/mesh-layers": "^9.2.2",
"@formkit/themes": "^1.6.9",
"@formkit/vue": "^1.6.9",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/vue-fontawesome": "^3.1.2",
"@img-comparison-slider/vue": "^8.0.0",
"@jsonforms/core": "^3.6.0",
"@jsonforms/vue": "^3.6.0",
"@jsonforms/vue-vanilla": "^3.6.0",
"@oruga-ui/oruga-next": "^0.10.6",
"@oruga-ui/theme-oruga": "^0.6.0",
"@vuepic/vue-datepicker": "^11.0.3",
"@vuepress/bundler-vite": "2.0.0-rc.28",
"@vuepress/plugin-medium-zoom": "2.0.0-rc.128",
"@vuepress/plugin-palette": "2.0.0-rc.128",
"@vuepress/plugin-pwa": "2.0.0-rc.128",
"@vuepress/plugin-register-components": "2.0.0-rc.128",
"@vuepress/plugin-theme-data": "2.0.0-rc.128",
"@vuepress/theme-default": "2.0.0-rc.128",
"axios": "^1.13.5",
"css-loader": "^7.1.2",
"deck.gl": "^9.2.2",
"echarts-gl": "^2.0.9",
"echarts-wordcloud": "^2.1.0",
"isomorphic-dompurify": "^2.33.0",
"marked": "^15.0.12",
"sass": "^1.99.0",
"vue-echarts": "^7.0.3",
"vue3-markdown-it": "^1.0.10"
},
"overrides": {
"serialize-javascript": ">=7.0.5"
}
}