38 lines
884 B
JSON
38 lines
884 B
JSON
{
|
|
"name": "UDrone",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build-dev": "webpack --mode=development",
|
|
"build-prod": "webpack --mode=production"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"babel": {
|
|
"presets": [
|
|
"@babel/preset-env"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.18.10",
|
|
"@babel/preset-env": "^7.18.10",
|
|
"babel-loader": "^8.2.5",
|
|
"compression-webpack-plugin": "^10.0.0",
|
|
"terser-webpack-plugin": "^5.3.6",
|
|
"webpack": "^5.74.0",
|
|
"webpack-build-notifier": "^2.3.0",
|
|
"webpack-cli": "^4.10.0"
|
|
},
|
|
"dependencies": {
|
|
"flight-indicators-js": "^1.0.5",
|
|
"jquery": "^3.6.0",
|
|
"mapbox-gl": "^2.9.2",
|
|
"mapbox-gl-controls": "^2.3.5",
|
|
"mqtt": "^4.3.7",
|
|
"relaxed-json": "^1.0.3"
|
|
}
|
|
}
|