-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 844 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
36
{
"name": "ReactRss",
"version": "0.1.0",
"private": true,
"engines": {
"node": "4.1.0"
},
"devDependencies": {
"autoprefixer": "^6.0.3",
"babelify": "^6.3.0",
"bootstrap-sass": "^3.0.0",
"browser-sync": "^2.9.7",
"browserify": "^11.2.0",
"es5-shim": "^4.1.13",
"gulp": "^3.8.8",
"gulp-postcss": "^6.0.0",
"redux-devtools": "^2.1.5",
"vinyl-source-stream": "^1.1.0",
"cssnext": "^1.8.4",
"feedparser": "^1.1.3",
"socks5-https-client": "^1.1.1",
"axios": "^0.6.0",
"localforage": "^1.2.10",
"lodash": "^3.10.1",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-redux": "^3.0.0",
"redux": "^3.0.2",
"redux-actions": "^0.8.0",
"redux-diff-logger": "0.0.6",
"redux-thunk": "^1.0.0"
},
"dependencies": {
"request": "^2.64.0"
}
}