-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
45 lines (45 loc) · 1.29 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
{
"name": "histoslider",
"version": "2.0.16",
"main": "./lib/index.js",
"author": "Sam Hogg <[email protected]> (http://samhogg.com/)",
"description": "D3 based histogram slider component for React",
"devDependencies": {
"@storybook/addon-actions": "^3.1.2",
"@storybook/addon-centered": "^3.1.2",
"@storybook/addon-options": "^3.1.2",
"@storybook/addon-storyshots": "^3.1.2",
"@storybook/react": "3.2.4",
"babel-cli": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"d3-array": "^1.2.0",
"d3-format": "^1.2.0",
"d3-scale": "^1.0.6",
"react": "^15.6.0",
"react-dom": "^15.6.0",
"react-scripts": "^1.0.7",
"react-test-renderer": "^15.5.4"
},
"repository": {
"type": "git",
"url": "https://github.com/samhogg/histoslider.git"
},
"peerDependencies": {
"d3-array": "^1.2.0",
"d3-format": "^1.2.0",
"d3-scale": "^1.0.6",
"react": "^15.6.0",
"react-dom": "^15.6.0"
},
"scripts": {
"test": "react-scripts test --env=jsdom",
"start": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public -o docs",
"build": "babel src --out-dir lib",
"prepare": "npm run build-storybook && npm run build"
},
"dependencies": {
"prop-types": "^15.5.10",
"react-motion": "^0.5.0"
}
}