forked from visipedia/annotation_tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 886 Bytes
/
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
{
"name": "visipedia_annotation_tools",
"version": "0.1.0",
"description": "Visipedia annotation tools for image datasets.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/visipedia/annotation_tools"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --watch",
"build": "webpack"
},
"author": "Grant Van Horn",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.7",
"style-loader": "^0.18.2",
"webpack": "^3.6.0"
},
"dependencies": {
"popper.js": "^1.12.9",
"bootstrap": "^4.0.0",
"jquery": "^3.3.1",
"leaflet": "^1.3.1",
"npm": "^5.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0"
}
}