-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
61 lines (61 loc) · 1.69 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
{
"name": "annotation-ui",
"version": "1.0.0",
"description": "User interface for annotation service",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --config ./config/webpack.dev.js --progress --colors --open",
"build": "webpack --config ./config/webpack.prod.js -p --progress --colors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MOZI-AI/annotation-UI.git"
},
"keywords": [
"Annotation"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MOZI-AI/annotation-UI/issues"
},
"homepage": "https://github.com/MOZI-AI/annotation-UI#readme",
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@types/google-protobuf": "^3.7.1",
"babel-loader": "^8.0.6",
"css-loader": "^3.1.0",
"file-loader": "^4.1.0",
"google-protobuf": "^3.9.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"style-loader": "^0.23.1",
"ts-protoc-gen": "^0.10.0",
"webpack": "^4.39.1",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.2.1"
},
"dependencies": {
"antd": "^4.0.0",
"@ant-design/icons": "^4.0.0",
"color": "^3.1.2",
"cytoscape": "^3.8.2",
"cytoscape-cola": "^2.3.0",
"cytoscape-context-menus": "^3.0.6",
"date-fns": "^1.30.1",
"grpc-web": "^1.0.3",
"grpc-web-client": "^0.7.0",
"jquery": "^3.5.0",
"papaparse": "^5.2.0",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-router-dom": "^5.0.1"
},
"optionalDependencies": {
"fsevents": "^2.1.3"
}
}