-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.22 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
{
"name": "superspark",
"version": "0.1.1",
"description": "Convey your data with a spark",
"main": "index.js",
"scripts": {
"start": "start-storybook -p 9009 -s public",
"test": "jest",
"test:watch": "jest --watchAll",
"build": "webpack --optimize-minimize && build-storybook -c .storybook -o docs",
"prepublish": "webpack --optimize-minimize"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/nikek/superspark.git"
},
"keywords": [
"superspark",
"graph",
"vis",
"visualisation",
"minimal",
"react",
"d3"
],
"author": "Niklas Ek <ek.niklas@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nikek/superspark/issues"
},
"homepage": "https://github.com/nikek/superspark#readme",
"devDependencies": {
"@babel/core": "^7.0.0-beta.32",
"@babel/preset-env": "^7.0.0-beta.32",
"@babel/preset-react": "^7.0.0-beta.32",
"@storybook/addon-storyshots": "3.2.16",
"@storybook/react": "3.2.16",
"babel-loader": "^8.0.0-beta.0",
"jest": "^19.0.2",
"webpack": "^3.8.1"
},
"dependencies": {
"d3-scale": "^1.0.7",
"d3-shape": "^1.2.0",
"react": "^16.1.1",
"react-dom": "^16.1.1"
}
}