This repository has been archived by the owner on Sep 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
81 lines (81 loc) · 2.29 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
76
77
78
79
80
81
{
"name": "@sb-im/sdwc",
"description": "Multiple drones and ground station Web consoles",
"version": "4.0.3",
"author": "Rocka <rocka@sb.im>",
"contributors": [
"metal A-wing <metal@sb.im>",
"gitgitgogogo <leo@sb.im>",
"william <william@sb.im>"
],
"license": "MPL-2.0",
"private": true,
"scripts": {
"dev": "webpack serve --config scripts/webpack.config.js --env mode=development --env dev",
"build": "webpack --config scripts/webpack.config.js --env mode=production",
"test": "eslint --ext .js,.vue src/"
},
"dependencies": {
"@google/markerwithlabel": "^1.2.12",
"@tinyhttp/content-disposition": "^2.0.7",
"bowser": "^2.11.0",
"buffer": "^6.0.3",
"chartist": "^0.11.4",
"chartist-plugin-tooltips": "^0.0.17",
"coordtransform": "^2.1.2",
"cron-parser": "^4.6.0",
"ele-vue-cron": "^0.1.4",
"element-ui": "^2.15.10",
"eventemitter3": "^4.0.7",
"fetch-jsonp": "^1.2.3",
"flv.js": "^1.6.2",
"hls.js": "^1.2.4",
"ifvisible.js": "^2.0.11",
"jsonrpc-lite": "^2.2.0",
"lodash": "^4.17.20",
"mapbox-gl": "^1.13.1",
"material-design-icons-iconfont": "^6.7.0",
"mqtt": "^4.3.7",
"nipplejs": "^0.10.0",
"papaparse": "^5.3.2",
"photo-sphere-viewer": "^4.7.3",
"uzip": "^0.20201231.0",
"vue": "2.6.14",
"vue-i18n": "^8.28.2",
"vue-json-tree-view": "^2.1.6",
"vue-router": "^3.6.5",
"vuex": "^3.6.2",
"wretch": "^2.1.5"
},
"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"@types/chartist": "^0.11.1",
"@types/mapbox-gl": "^1.13.2",
"babel-loader": "^9.0.1",
"babel-plugin-component": "^1.1.1",
"copy-webpack-plugin": "^11.0.0",
"core-js": "^3.26.0",
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^4.2.2",
"eslint": "^8.26.0",
"eslint-plugin-vue": "^9.7.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.6.1",
"style-loader": "^3.3.1",
"vue-loader": "15.9.8",
"vue-template-compiler": "2.6.14",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1"
},
"resolutions": {
"**/async-validator": "^4.2.5",
"**/vue": "2.6.14"
},
"browserslist": [
"Chrome > 89",
"Firefox > 87",
"Safari > 14"
]
}