forked from ArduPilot/UAVLogViewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
124 lines (124 loc) · 4.07 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
{
"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 --inline --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 --ext .js,.vue src test/unit test/e2e/specs",
"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.7.4",
"bootstrap-vue": "^2.1.0",
"color": "^3.1.2",
"colormap": "^2.3.1",
"epic-spinners": "^1.1.0",
"fast-xml-parser": "^3.16.0",
"git-revision-webpack-plugin": "^3.0.4",
"int64-buffer": "^0.99.1007",
"jquery": "^3.4.1",
"jspack": "0.0.4",
"mavlink_common_v1.0": "file:mavlink_common_v1.0",
"patch-package": "^6.2.0",
"plotly.js": "^1.49.0",
"v-debounce": "^0.1.2",
"vue": "^2.6.10",
"vue-flight-indicators": "^0.1.1",
"vue-router": "^3.1.3"
},
"devDependencies": {
"@babel/core": "~7.2",
"@babel/plugin-proposal-class-properties": "~7.3",
"@babel/plugin-proposal-decorators": "~7.3",
"@babel/plugin-proposal-json-strings": "~7.2",
"@babel/plugin-syntax-dynamic-import": "~7.2",
"@babel/plugin-syntax-import-meta": "~7.2",
"@babel/preset-env": "~7.3",
"autoprefixer": "^7.1.2",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "~10.0",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-jest": "^24.9.0",
"babel-loader": "~8.0",
"babel-plugin-dynamic-import-node": "^1.2.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-plugin-transform-vue-jsx": "^3.5.0",
"babel-preset-env": "^1.3.2",
"babel-preset-stage-2": "^6.22.0",
"cesium": "^1.72.0",
"chalk": "^2.4.2",
"chromedriver": "^2.46.0",
"compression-webpack-plugin": "^2.0.0",
"copy-webpack-plugin": "^4.6.0",
"cross-env": "~5.2",
"cross-spawn": "^5.0.1",
"css-loader": "~2.1",
"eslint": "~5.16",
"eslint-config-standard": "~10.2",
"eslint-friendly-formatter": "~3.0",
"eslint-loader": "~2.1",
"eslint-plugin-html": "~3.0",
"eslint-plugin-import": "~2.14",
"eslint-plugin-node": "~4.2",
"eslint-plugin-promise": "~3.5",
"eslint-plugin-standard": "~3.0",
"eslint-plugin-vue": "~5.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.4",
"friendly-errors-webpack-plugin": "~1.7",
"glob": "^7.1.6",
"hard-source-webpack-plugin": "^0.13.1",
"html-webpack-plugin": "~3.2",
"jest": "^24.9.0",
"jest-serializer-vue": "^2.0.2",
"mini-css-extract-plugin": "^0.5.0",
"nightwatch": "^1.3.1",
"node-notifier": "^5.4.3",
"node-sass": "~4.12",
"optimize-css-assets-webpack-plugin": "~5.0",
"ora": "^1.2.0",
"portfinder": "^1.0.25",
"postcss-import": "^11.0.0",
"postcss-loader": "^2.0.8",
"postcss-url": "^7.2.1",
"prettier": "^1.18.2",
"raw-loader": "^4.0.0",
"rimraf": "^2.7.1",
"sass-loader": "~7.1",
"selenium-server": "^3.141.59",
"semver": "^5.7.1",
"shelljs": "^0.7.6",
"style-loader": "^0.21.0",
"uglifyjs-webpack-plugin": "~2.2",
"url-loader": "^1.1.2",
"vue-jest": "^3.0.5",
"vue-loader": "~15.6",
"vue-style-loader": "~4.1",
"vue-template-compiler": "~2.6",
"webpack": "~4.41",
"webpack-bundle-analyzer": "~3.3",
"webpack-cli": "~3.2",
"webpack-dev-server": "~3.9",
"webpack-hot-middleware": "~2.24",
"webpack-merge": "~4.2",
"worker-loader": "^2.0.0"
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}