-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.52 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
51
52
53
54
55
56
{
"name": "sandbox.github.com",
"version": "1.0.0",
"description": "Sandbox blog node setup",
"main": "webpack.config.js",
"dependencies": {
"d3": "^3.5.12",
"datalib": "^1.5.8",
"es6-promise": "^3.0.2",
"fixed-data-table": "^0.6.0",
"immutable": "^3.7.5",
"isomorphic-fetch": "^2.1.1",
"lodash": "^3.10.1",
"react": "^0.14.3",
"react-dnd": "^2.0.2",
"react-dnd-html5-backend": "^2.0.0",
"react-dom": "^0.14.0",
"react-redux": "^2.1.2",
"react-tween-state": "^0.1.3",
"redux": "^3.0.3",
"redux-thunk": "^1.0.0",
"updeep": "^0.10.1"
},
"devDependencies": {
"babel-core": "^5.8.34",
"babel-loader": "^5.4.0",
"browser-sync": "^2.9.3",
"cjsx-loader": "^2.0.1",
"coffee-loader": "^0.7.2",
"coffee-react-transform": "^3.2.0",
"coffee-script": "^1.10.0",
"css-loader": "^0.19.0",
"gulp": "^3.9.0",
"gulp-env": "^0.2.0",
"raw-loader": "^0.5.1",
"react-hot-loader": "^1.2.9",
"redux-devtools": "^2.1.2",
"style-loader": "^0.12.4",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.1"
},
"scripts": {
"start": "foreman start -f Procfile.dev",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sandbox/sandbox.github.com.git"
},
"author": "John Le",
"license": "ISC",
"bugs": {
"url": "https://github.com/sandbox/sandbox.github.com/issues"
},
"homepage": "https://github.com/sandbox/sandbox.github.com#readme"
}