Files
sonde3d/package.json
2023-05-31 22:17:14 -05:00

32 lines
776 B
JSON

{
"name": "balloonmap",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js",
"start": "webpack serve --config webpack.config.js"
},
"author": "MrARM",
"license": "ISC",
"devDependencies": {
"buffer": "^6.0.3",
"cesium": "^1.105.2",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"html-webpack-plugin": "^5.5.1",
"style-loader": "^3.3.3",
"url-loader": "^4.1.1",
"webpack": "^5.84.1",
"webpack-cli": "^5.1.1",
"webpack-dev-server": "^4.15.0"
},
"dependencies": {
"axios": "^1.4.0",
"mqtt": "^4.3.7",
"process": "^0.11.10",
"url": "^0.11.0"
}
}