-
Notifications
You must be signed in to change notification settings - Fork 82
/
Copy pathpackage.json
140 lines (140 loc) · 4.55 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name": "tlogviewer",
"version": "1.0.0",
"description": "A js viewer for mavlink telemetry logs",
"author": "Willian Galvani <williangalvani@gmail.com>",
"private": true,
"scripts": {
"dev": "node --max_old_space_size=4096 node_modules/webpack-dev-server/bin/webpack-dev-server.js --host 0.0.0.0 --progress --config build/webpack.dev.conf.js",
"start": "npm run dev",
"unit": "jest --config test/unit/jest.conf.js --coverage",
"e2e": "node test/e2e/runner.js",
"test": "npm run unit && npm run e2e",
"lint": "eslint --fix --ext .js,.vue src test/unit test/e2e/specs",
"lint:fix": "eslint --fix --ext .js,.vue src",
"build": "node --max_old_space_size=4096 node_modules/webpack/bin/webpack.js --config build/webpack.prod.conf.js",
"postinstall": "patch-package"
},
"dependencies": {
"@babel/register": "^7.22.5",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/vue-fontawesome": "^2.0.10",
"assert": "^2.0.0",
"bootstrap-vue": "^2.22.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"color": "^3.2.1",
"colormap": "^2.3.2",
"crypto-browserify": "^3.12.0",
"d3": "^7.6.1",
"dji-log-parser-js": "^0.5.4",
"epic-spinners": "^1.1.0",
"eslint-config-standard": "^16.0.3",
"eslint-loader": "^4.0.2",
"eslint-webpack-plugin": "^3.2.0",
"fast-xml-parser": "^3.21.1",
"file-saver": "^2.0.5",
"git-revision-webpack-plugin": "^3.0.6",
"html-minifier": "^4.0.0",
"https-browserify": "^1.0.0",
"int64-buffer": "^0.99.1007",
"is-online": "^10.0.0",
"jquery": "^3.6.0",
"jspack": "0.0.4",
"long": "^4.0.0",
"luxon": "^3.5.0",
"patch-package": "^6.4.7",
"plotly.js": "^2.12.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"tz-lookup": "^6.1.25",
"underscore": "^1.13.4",
"url": "^0.11.0",
"v-debounce": "^0.1.2",
"vue": "^2.7.5",
"vue-flight-indicators": "^0.1.1",
"vue-router": "^3.5.4",
"vue-simple-suggest": "^1.11.2",
"webpack-eslint-plugin": "^1.2.0"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/plugin-proposal-class-properties": "~7.18",
"@babel/plugin-proposal-decorators": "^7.22.5",
"@babel/plugin-proposal-json-strings": "~7.18",
"@babel/plugin-syntax-dynamic-import": "~7.8",
"@babel/plugin-syntax-import-meta": "~7.10",
"@babel/preset-env": "^7.22.5",
"autoprefixer": "^9.8.8",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-jest": "^28.1.3",
"babel-loader": "~8.2",
"babel-plugin-dynamic-import-node": "^1.2.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-2": "^6.24.1",
"cesium": "^1.100.0",
"chalk": "^5.0.1",
"compression-webpack-plugin": "^10.0.0",
"copy-webpack-plugin": "^11.0.0",
"cross-env": "~5.2",
"cross-spawn": "^5.1.0",
"css-loader": "^6.7.2",
"css-minimizer-webpack-plugin": "^4.2.2",
"eslint": "^7.32.0",
"eslint-friendly-formatter": "~3.0",
"eslint-plugin-html": "~3.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-standard": "~3.0",
"eslint-plugin-vue": "^9.8.0",
"file-loader": "^6.2.0",
"glob": "^7.2.3",
"html-webpack-plugin": "^5.5.0",
"jest": "^24.9.0",
"jest-serializer-vue": "^2.0.2",
"mini-css-extract-plugin": "^2.7.1",
"nightwatch": "^2.6.3",
"node-notifier": "^8.0.2",
"node-sass": "^9.0.0",
"ora": "^1.4.0",
"portfinder": "^1.0.28",
"postcss-import": "^15.1.0",
"postcss-loader": "^7.0.2",
"postcss-url": "^10.1.3",
"prettier": "^1.19.1",
"raw-loader": "^4.0.2",
"rimraf": "^2.7.1",
"sass-loader": "^13.3.2",
"selenium-server": "^3.141.59",
"semver": "^5.7.1",
"shelljs": "^0.7.8",
"style-loader": "^0.21.0",
"url-loader": "^4.1.1",
"vue-jest": "^3.0.7",
"vue-loader": "^15.10.1",
"vue-style-loader": "~4.1",
"vue-template-compiler": "^2.7.5",
"webpack": "^5.75.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^5.0.0",
"webpack-dev-server": "^4.9.3",
"webpack-hot-middleware": "^2.25.1",
"webpack-merge": "^5.8.0",
"worker-loader": "^3.0.8"
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}