-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
75 lines (75 loc) · 2.15 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
74
75
{
"name": "opendash-instance-example",
"private": true,
"scripts": {
"start": "opendash dev",
"build": "opendash build"
},
"dependencies": {
"@ant-design/pro-layout": "^7.17.20",
"@geoman-io/leaflet-geoman-free": "^2.16.0",
"@opendash/core": "nightly",
"@opendash/i18n": "nightly",
"@opendash/icons": "nightly",
"@opendash/plugin-bde": "nightly",
"@opendash/plugin-feedback": "nightly",
"@opendash/plugin-geo": "nightly",
"@opendash/plugin-gtfs": "nightly",
"@opendash/plugin-geo-maplibre": "nightly",
"@opendash/plugin-highcharts": "nightly",
"@opendash/plugin-knowledge": "nightly",
"@opendash/plugin-miaas": "nightly",
"@opendash/plugin-monitoring": "nightly",
"@opendash/plugin-openservice": "nightly",
"@opendash/plugin-openware": "nightly",
"@opendash/plugin-parse": "nightly",
"@opendash/plugin-parse-monitoring": "nightly",
"@opendash/plugin-plotly": "nightly",
"@opendash/plugin-timeseries": "nightly",
"@opendash/router": "nightly",
"@opendash/state": "nightly",
"@opendash/ui": "nightly",
"@turf/turf": "^6.5.0",
"antd": "^5.15.2",
"dayjs": "^1.11.10",
"highcharts": "^9.3.3",
"highcharts-regression": "^2.2.0",
"leaflet": "^1.9.4",
"leaflet-gesture-handling": "^1.2.2",
"leaflet.heat": "^0.2.0",
"leaflet.markercluster": "^1.5.3",
"lodash.isequal": "^4.5.0",
"mobx": "^6.12.0",
"mobx-react-lite": "^3.4.3",
"papaparse": "^5.4.1",
"parse": "^3.5.1",
"parse-hooks": "^0.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"react-leaflet": "^3.2.5",
"react-resizable": "^3.0.5",
"react-window": "^1.8.10",
"styled-components": "^5.3.11",
"tslib": "^2.6.2"
},
"devDependencies": {
"@opendash/cli": "nightly",
"@types/parse": "^2.18.18",
"@types/react": "^18.2.66",
"@types/styled-components": "^5.1.34",
"typescript": "^4.9.5"
},
"prettier": {
"trailingComma": "es5",
"endOfLine": "lf",
"overrides": [
{
"files": "**/translations/**.json",
"options": {
"printWidth": 1000
}
}
]
}
}