-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
56 lines (56 loc) · 1.6 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
{
"name": "@recogito/geotagging-widget",
"version": "0.3.4",
"description": "A geo-tagging editor widget for Annotorious and RecogitoJS",
"main": "dist/geotagging-widget.js",
"scripts": {
"start": "webpack serve --open --mode=development",
"build": "webpack --mode=production && rm dist/*.png && rm dist/*.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/recogito/geotagging-widget.git"
},
"keywords": [
"Image Annotation",
"Text Annotation",
"Geotagging"
],
"author": "Rainer Simon",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/recogito/geotagging-widget/issues"
},
"homepage": "https://github.com/recogito/geotagging-widget#readme",
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"babel-loader": "^8.2.4",
"css-loader": "^6.7.1",
"html-webpack-plugin": "^5.5.0",
"sass": "^1.49.11",
"sass-loader": "^12.6.0",
"style-loader": "^3.3.1",
"url-loader": "^4.1.1",
"webpack": "^5.71.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"dependencies": {
"@geoman-io/leaflet-geoman-free": "^2.12.0",
"@recogito/recogito-client-core": "^1.7.2",
"@turf/bbox": "^6.5.0",
"@turf/centroid": "^6.5.0",
"gsap": "^3.10.4",
"leaflet": "^1.8.0",
"react-icons": "^4.3.1",
"react-leaflet": "^2.8.0",
"react-transition-group": "^4.4.2"
}
}