-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.76 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
{
"name": "mrm-recogito-ui",
"version": "0.1.0",
"description": "A fully customized annotation interface for MRM that fits into Recogito",
"main": "src/index.js",
"scripts": {
"start": "webpack serve --open --mode=development",
"build": "webpack --mode=production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/machines-reading-maps/mrm-recogito-ui.git"
},
"author": "Rainer Simon",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/machines-reading-maps/mrm-recogito-ui/issues"
},
"homepage": "https://github.com/machines-reading-maps/mrm-recogito-ui#readme",
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/preset-env": "^7.14.9",
"@babel/preset-react": "^7.14.5",
"babel-loader": "^8.2.2",
"css-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.2",
"mini-css-extract-plugin": "^2.1.0",
"sass": "^1.37.0",
"sass-loader": "^12.1.0",
"webpack": "^5.58.1",
"webpack-cli": "^4.9.0",
"webpack-dev-server": "^4.3.1"
},
"dependencies": {
"@recogito/annotorious-map-annotation": "^0.3.2",
"@recogito/annotorious-openseadragon": "^2.7.10",
"@recogito/annotorious-osd-snap-polygon": "^0.2.3",
"@recogito/annotorious-selector-pack": "^0.4.3",
"@recogito/annotorious-tilted-box": "^0.3.0",
"@recogito/annotorious-toolbar": "^1.1.0",
"@recogito/recogito-legacy-storage": "^0.7.4",
"concaveman": "^1.2.1",
"leaflet": "^1.7.1",
"nanoid": "^3.1.23",
"openseadragon-wmts": "^0.7.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"react-leaflet": "^3.2.1",
"swr": "^1.0.1",
"tiny-emitter": "^2.1.0"
}
}