forked from dandelany/vector-toy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.4 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
{
"name": "vector-toy",
"description": "Playing with vector fields",
"author": "Dan Delany <[email protected]>",
"version": "1.0.0",
"main": "src/index.js",
"scripts": {
"dev": "webpack-dev-server --config webpack.config.dev.js",
"build": "webpack --config webpack.config.base.js",
"serve": "python -m SimpleHTTPServer"
},
"dependencies": {
"d3": "^3.5.14",
"es6-promise": "^3.1.2",
"lodash": "^4.3.0",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-layer": "^2.0.0",
"react-portal": "^2.0.0",
"react-radio": "^2.1.1",
"reactochart": "spotify/reactochart#1aabb05",
"superagent": "^1.7.2",
"superagent-promise": "^1.1.0"
},
"devDependencies": {
"babel-cli": "^6.4.5",
"babel-core": "^6.4.5",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"clean-webpack-plugin": "^0.1.7",
"copy-webpack-plugin": "^1.1.1",
"css-loader": "^0.23.1",
"file-loader": "^0.8.5",
"html-webpack-plugin": "^2.7.2",
"json-loader": "^0.5.4",
"less": "^2.6.0",
"less-loader": "^2.2.2",
"react-hot-loader": "^1.3.0",
"style-loader": "^0.13.0",
"webpack": "^1.12.12",
"webpack-dev-server": "^1.14.1"
},
"license": "Apache 2.0",
"repository": {
"type": "git",
"url": "https://github.com/dandelany/vector-toy"
}
}