forked from annotorious/annotorious
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.32 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
{
"name": "@recogito/annotorious",
"version": "2.0.5",
"description": "A JavaScript image annotation library",
"main": "dist/annotorious.min.js",
"scripts": {
"start": "webpack-dev-server --open --mode=development",
"build": "webpack --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/recogito/annotorious.git"
},
"keywords": [
"Annotation",
"ImageAnnotation"
],
"author": "Rainer Simon",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/recogito/annotorious/issues"
},
"homepage": "https://recogito.github.io/annotorious",
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.6.2",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.6",
"css-loader": "^3.2.0",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.14.1",
"sass-loader": "^8.0.0",
"serialize-javascript": "^3.1.0",
"style-loader": "^1.0.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"@babel/polyfill": "^7.10.4",
"@recogito/recogito-client-core": "^0.1.6",
"axios": "^0.19.2",
"preact": "^10.4.1",
"tiny-emitter": "^2.1.0"
}
}