-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
83 lines (83 loc) · 2.3 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "react-annotation",
"description": "React components for annotating SVG elements ",
"version": "2.2.1",
"homepage": ".",
"repository": {
"type": "git",
"url": "https://github.com/susielu/react-annotation.git"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/susielu/react-annotation/issues"
},
"main": "lib/index.js",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && npm run webpack",
"test": "react-scripts test --env=jsdom",
"lint": "eslint src",
"webpack": "NODE_ENV=production webpack",
"prebuild": "babel src/components --out-dir lib --ignore test.js"
},
"devDependencies": {
"@babel/cli": "7.0.0-beta.56",
"@babel/core": "7.0.0-beta.56",
"@babel/plugin-proposal-class-properties": "7.0.0-beta.56",
"@babel/preset-env": "7.0.0-beta.56",
"@babel/preset-react": "7.0.0-beta.56",
"babel-loader": "8.0.0-beta.0",
"conventional-changelog-cli": "1.1.1",
"conventional-recommended-bump": "0.3.0",
"d3-array": "1.2.1",
"d3-axis": "1.0.8",
"d3-scale": "1.0.6",
"d3-shape": "~1.0.4",
"dentist": "1.0.3",
"envify": "4.1.0",
"enzyme": "2.9.1",
"eslint": "5.3.0",
"eslint-plugin-react": "^7.10.0",
"history": "4.2.0",
"material-ui": "^0.17.1",
"react": "^15.5.0",
"react-addons-css-transition-group": "15.3.2",
"react-addons-test-utils": "^15.3.2",
"react-addons-transition-group": "15.3.2",
"react-dom": "^15.4.2",
"react-markdown": "^3.3.0",
"react-prism": "4.3.1",
"react-router": "^4.0.0-beta.6",
"react-router-dom": "4.0.0",
"react-scripts": "0.8.5",
"react-sticky": "git://github.com/susielu/react-sticky.git#23141c78f7e0501dc6a7b31b9e33db2e367b185f",
"react-tap-event-plugin": "2.0.1",
"react-test-renderer": "15.6.1",
"uglify-js": "3.1.4",
"uglifyify": "4.0.4",
"webpack": "^4.16.4",
"webpack-cli": "^3.1.0"
},
"peerDependencies": {
"react": "^15.0.0 || ^16.0.0",
"react-dom": "^15.0.0 || ^16.0.0"
},
"dependencies": {
"prop-types": "15.6.2",
"viz-annotation": "0.0.5"
},
"files": [
"LICENSE",
"README.md",
"CHANGELOG.md",
"lib"
],
"keywords": [
"react",
"component",
"components",
"annotation",
"svg",
"react-component"
]
}