-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
63 lines (63 loc) · 1.97 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
{
"name": "dji-aerial-georeferencing",
"version": "1.0.0",
"description": "A computer vision powered aerial imagery app powered by Roboflow.",
"main": "src/main.js",
"scripts": {
"build:dev": "TAILWIND_MODE=watch WEBPACK_ENV=dev webpack --env dev --watch",
"build:prod": "WEBPACK_ENV=prod NODE_ENV=production webpack --env prod"
},
"repository": {
"type": "git",
"url": "git+https://github.com/roboflow/dji-aerial-georeferencing.git"
},
"keywords": [
"computer",
"vision",
"object",
"detection",
"aerial",
"imagery",
"georeferencing",
"dji",
"drone"
],
"author": "Roboflow",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/roboflow/dji-aerial-georeferencing/issues"
},
"homepage": "https://github.com/roboflow/dji-aerial-georeferencing#readme",
"devDependencies": {
"autoprefixer": "^10.4.8",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.6.0",
"css-minimizer-webpack-plugin": "^3.4.1",
"handlebars": "^4.7.6",
"handlebars-loader": "^1.7.3",
"html-webpack-plugin": "^5.3.1",
"html-webpack-tags-plugin": "^3.0.0",
"mini-css-extract-plugin": "^1.6.0",
"postcss": "^8.4.14",
"postcss-import": "^14.0.0",
"postcss-loader": "^4.2.0",
"postcss-scss": "^4.0.4",
"raw-loader": "^4.0.2",
"tailwindcss": "^3.1.8",
"webpack": "^5.76.0",
"webpack-cli": "^4.10.0",
"webpack-livereload-plugin": "^3.0.1"
},
"dependencies": {
"@turf/distance": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/rhumb-destination": "^6.5.0",
"@turf/transform-rotate": "^6.5.0",
"buffer": "^6.0.3",
"jquery": "^3.6.1",
"mapbox-gl": "^2.10.0",
"papaparse": "^5.3.2",
"process": "^0.11.10",
"stream-browserify": "^3.0.0"
}
}