-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.09 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
{
"name": "Freedom",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"postinstall": "./node_modules/.bin/webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/runtao0/runtaoblr.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/runtao0/runtaoblr/issues"
},
"homepage": "https://github.com/runtao0/runtaoblrt#readme",
"dependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"react": "^15.4.1",
"react-addons-css-transition-group": "^15.4.1",
"react-dom": "^15.4.1",
"react-dropzone": "^3.7.3",
"react-infinite": "^0.10.0",
"react-modal": "^1.6.3",
"react-redux": "^4.4.6",
"react-router": "^3.0.0",
"react-router-redux": "^4.0.7",
"redux": "^3.6.0",
"redux-infinite-scroll": "^1.0.9",
"redux-logger": "^2.7.4",
"webpack": "^1.13.3"
},
"engines": {
"node": "6.2.2",
"npm": "3.10.9"
}
}