-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·35 lines (35 loc) · 963 Bytes
/
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
{
"name": "neal-d3",
"version": "1.0.0",
"main": "index.js",
"author": "Neal Stewart <[email protected]>",
"license": "MIT",
"dependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"d3": "^4.7.1",
"d3-scale": "^1.0.4",
"d3-shape": "^1.0.5",
"jsx-loader": "^0.13.2",
"lodash": "^4.17.4",
"lodash.first": "^3.0.0",
"lodash.last": "^3.0.0",
"lodash.map": "^4.6.0",
"lodash.throttle": "^4.1.1",
"lodash.times": "^4.3.2",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"simplify-js": "^1.2.1",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1"
},
"scripts": {
"dev-server": "webpack-dev-server",
"watch": "webpack --watch .",
"build": "webpack ."
}
}