forked from unbugx/react-sankey
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.1 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
{
"name": "react-sankey",
"version": "0.0.5",
"description": "React sankey diagramm",
"main": "build/components/react-sankey.component.js",
"scripts": {
"storybook": "start-storybook -p 9001 -c .storybook",
"prepublish": "babel --presets=es2015,stage-0 --plugins=transform-react-jsx src --out-dir build --copy-files"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unbugx/react-sankey.git"
},
"keywords": [
"react",
"sankey",
"react-sankey"
],
"author": "Artem Sitnikov <[email protected]> (http://unbug.ru/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/unbugx/react-sankey/issues"
},
"homepage": "https://github.com/unbugx/react-sankey#readme",
"devDependencies": {
"@storybook/addon-options": "^3.0.1",
"@storybook/react": "^3.0.1",
"babel-cli": "^6.24.1",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"node-sass": "^4.5.3",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"sass-loader": "^6.0.5"
},
"dependencies": {}
}