2016-10-08 16:35:22 +00:00
|
|
|
{
|
2017-09-05 17:12:35 +00:00
|
|
|
"name": "WebODM",
|
2019-01-16 18:04:32 +00:00
|
|
|
"version": "0.8.0",
|
2016-10-08 16:35:22 +00:00
|
|
|
"description": "Open Source Drone Image Processing",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2017-09-29 18:24:45 +00:00
|
|
|
"test": "python manage.py test app.tests.test_generate_ui_mocks && jest",
|
|
|
|
"qtest": "jest"
|
2016-10-08 16:35:22 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/OpenDroneMap/WebODM.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"opendronemap"
|
|
|
|
],
|
|
|
|
"author": "",
|
|
|
|
"license": "MPL-2.0",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/OpenDroneMap/WebODM/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/OpenDroneMap/WebODM#readme",
|
|
|
|
"dependencies": {
|
2018-07-25 19:11:42 +00:00
|
|
|
"@babel/core": "^7.0.0-beta.54",
|
|
|
|
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.54",
|
|
|
|
"@babel/plugin-syntax-class-properties": "^7.0.0-beta.54",
|
|
|
|
"@babel/preset-env": "^7.0.0-beta.54",
|
|
|
|
"@babel/preset-react": "^7.0.0-beta.54",
|
2016-11-21 21:32:37 +00:00
|
|
|
"async": "^2.1.2",
|
2018-07-25 19:11:42 +00:00
|
|
|
"babel-core": "^7.0.0-bridge.0",
|
|
|
|
"babel-jest": "^23.4.0",
|
|
|
|
"babel-loader": "^8.0.0-beta.4",
|
2017-12-03 18:37:13 +00:00
|
|
|
"clipboard": "^1.7.1",
|
2016-10-11 17:42:17 +00:00
|
|
|
"css-loader": "^0.25.0",
|
2017-03-22 21:40:02 +00:00
|
|
|
"d3": "^3.5.5",
|
2018-01-24 22:04:53 +00:00
|
|
|
"enzyme": "^3.3.0",
|
|
|
|
"enzyme-adapter-react-16": "^1.1.1",
|
2018-07-25 19:11:42 +00:00
|
|
|
"extract-text-webpack-plugin": "^4.0.0-beta.0",
|
2018-01-30 22:41:32 +00:00
|
|
|
"fbemitter": "^2.1.1",
|
2016-10-11 17:42:17 +00:00
|
|
|
"file-loader": "^0.9.0",
|
2016-12-19 21:39:38 +00:00
|
|
|
"gl-matrix": "^2.3.2",
|
2018-01-24 22:04:53 +00:00
|
|
|
"history": "^4.7.2",
|
2016-11-28 20:18:53 +00:00
|
|
|
"immutability-helper": "^2.0.0",
|
2018-07-25 19:11:42 +00:00
|
|
|
"jest": "^23.4.1",
|
2016-12-19 21:39:38 +00:00
|
|
|
"json-loader": "^0.5.4",
|
2018-03-29 18:25:20 +00:00
|
|
|
"leaflet": "^1.3.1",
|
2018-07-25 19:11:42 +00:00
|
|
|
"node-sass": "^4.9.2",
|
2016-11-11 16:18:37 +00:00
|
|
|
"object.values": "^1.0.3",
|
2017-03-20 23:43:59 +00:00
|
|
|
"proj4": "^2.4.3",
|
2018-01-25 19:58:46 +00:00
|
|
|
"qrcode.react": "^0.7.2",
|
2016-12-19 21:39:38 +00:00
|
|
|
"raw-loader": "^0.5.1",
|
2018-01-24 16:07:06 +00:00
|
|
|
"react": "^16.2.0",
|
|
|
|
"react-dom": "^16.2.0",
|
2017-06-15 21:56:44 +00:00
|
|
|
"react-router": "^4.1.1",
|
|
|
|
"react-router-dom": "^4.1.1",
|
2017-09-04 20:26:46 +00:00
|
|
|
"react-test-renderer": "^15.6.1",
|
|
|
|
"regenerator-runtime": "^0.11.0",
|
2018-07-25 19:11:42 +00:00
|
|
|
"sass-loader": "^7.0.3",
|
2018-12-25 18:10:36 +00:00
|
|
|
"shpjs": "^3.4.2",
|
2017-09-29 18:24:45 +00:00
|
|
|
"sinon": "^4.0.0",
|
2017-07-25 18:09:51 +00:00
|
|
|
"statuses": "^1.3.1",
|
2016-10-11 17:42:17 +00:00
|
|
|
"style-loader": "^0.13.1",
|
2017-03-20 23:43:59 +00:00
|
|
|
"tween.js": "^16.6.0",
|
2018-07-25 19:11:42 +00:00
|
|
|
"uglifyjs-webpack-plugin": "^1.2.7",
|
2016-11-09 21:13:43 +00:00
|
|
|
"url-loader": "^0.5.7",
|
2018-07-25 19:11:42 +00:00
|
|
|
"webpack": "^4.16.2",
|
2016-10-11 17:42:17 +00:00
|
|
|
"webpack-bundle-tracker": "0.0.93",
|
2018-07-26 15:05:00 +00:00
|
|
|
"webpack-livereload-plugin": "^2.1.1"
|
2016-10-08 16:35:22 +00:00
|
|
|
}
|
|
|
|
}
|