-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.18 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.18 KB
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
{
"name": "forChore",
"version": "1.0.0",
"description": "+ [Heroku Link]",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"heroku-postbuild": "webpack --config webpack.config.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/winstonjz/forChore.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/winstonjz/forChore/issues"
},
"homepage": "https://github.com/winstonjz/forChore#readme",
"dependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"material-ui": "git://github.com/callemall/material-ui.git#master",
"moment": "^2.15.2",
"react": "^15.3.2",
"react-addons-css-transition-group": "^15.3.2",
"react-collapse": "^2.3.3",
"react-dom": "^15.3.2",
"react-fade": "^1.1.1",
"react-height": "^2.1.1",
"react-motion": "^0.4.5",
"react-redux": "^4.4.5",
"react-router": "^3.0.0",
"react-tap-event-plugin": "^1.0.0",
"redux": "^3.6.0",
"webpack": "^1.13.3"
},
"engines": {
"node": "6.2.1",
"npm": "3.9.3"
}
}