udrone/package.json

43 lines
1.0 KiB
JSON
Raw Normal View History

2022-08-18 22:20:07 +03:00
{
2022-09-23 12:13:03 +03:00
"name": "udrone",
2022-08-18 22:20:07 +03:00
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
2022-09-23 13:22:14 +03:00
"build:dev": "webpack --mode=development",
"build:prod": "webpack --mode=production"
2022-08-18 22:20:07 +03:00
},
"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",
2022-09-22 23:18:43 +03:00
"compression-webpack-plugin": "^10.0.0",
2022-09-23 13:22:14 +03:00
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^4.1.0",
"mini-css-extract-plugin": "^2.6.1",
"node-sass": "^7.0.3",
"sass-loader": "^13.0.2",
2022-09-22 23:18:43 +03:00
"terser-webpack-plugin": "^5.3.6",
2022-08-18 22:20:07 +03:00
"webpack": "^5.74.0",
2022-09-22 23:18:43 +03:00
"webpack-build-notifier": "^2.3.0",
2022-08-18 22:20:07 +03:00
"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"
}
}