-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.37 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
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
67
68
69
70
71
72
73
{
"name": "geovisto-docu",
"version": "0.0.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"clear": "docusaurus clear",
"serve": "docusaurus serve",
"write-translations": "docusaurus write-translations",
"write-heading-ids": "docusaurus write-heading-ids",
"typecheck": "tsc"
},
"dependencies": {
"@docusaurus/core": "2.0.0-beta.18",
"@docusaurus/preset-classic": "2.0.0-beta.18",
"@mdx-js/react": "^1.6.22",
"@microlink/react-json-view": "^1.23.0",
"bootstrap": "^5.1.3",
"clsx": "^1.1.1",
"docusaurus-plugin-sass": "^0.2.2",
"geovisto": "^2.1.0",
"geovisto-filters": "^2.1.0",
"geovisto-geo-downloader": "^0.9.0",
"geovisto-hierarchy": "^0.9.0",
"geovisto-info": "^0.9.0",
"geovisto-layer-bubble": "^0.9.1",
"geovisto-layer-choropleth": "^2.0.0",
"geovisto-layer-connection": "^2.0.0",
"geovisto-layer-dot": "^0.9.1",
"geovisto-layer-heat": "^0.9.1",
"geovisto-layer-marker": "^2.0.0",
"geovisto-layer-spike": "^0.9.1",
"geovisto-layer-tiles": "^2.0.0",
"geovisto-legend": "^0.9.1",
"geovisto-selection": "^2.0.0",
"geovisto-sidebar": "^2.0.0",
"geovisto-themes": "^2.0.1",
"geovisto-timeline": "^0.9.0",
"leaflet": "^1.7.1",
"lodash": "^4.17.21",
"prism-react-renderer": "^1.3.1",
"raw-loader": "^4.0.2",
"react": "^17.0.2",
"react-bootstrap": "^2.2.3",
"react-dom": "^17.0.2",
"react-json-editor-ajrm": "^2.5.14",
"react-json-view": "^1.21.3",
"react-select": "^5.8.0",
"react-split": "^2.0.14"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.0.0-beta.18",
"@loadable/component": "^5.15.2",
"@tsconfig/docusaurus": "^1.0.5",
"typescript": "^4.6.3"
},
"browserslist": {
"production": [
">0.5%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}