-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
57 lines (57 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
57
{
"name": "redux-router-blog",
"version": "0.0.1",
"private": false,
"scripts": {
"watch": "webpack --watch",
"build": "webpack -p",
"debug": "supervisor app.js",
"app": "npm run build \n node app.js"
},
"dependencies": {
"babel-core": "^5.8.3",
"babel-loader": "^5.3.2",
"babel-plugin-react-display-name": "^2.0.0",
"babel-plugin-react-transform": "^1.1.0",
"babel-polyfill": "^6.3.14",
"babel-runtime": "^5.8.20",
"babelify": "^7.2.0",
"classnames": "^2.2.3",
"connect-flash": "*",
"connect-mongo": "*",
"cookie-session": "*",
"crypto-js": "^3.1.6",
"css-loader": "^0.14.5",
"ejs": "*",
"express": "3.21.1",
"express-favicon": "^1.0.1",
"fetch-polyfill": "^0.8.2",
"file-loader": "^0.8.4",
"flux": "^2.0.3",
"formidable": "*",
"history": "^1.13.1",
"html-to-react": "^0.1.2",
"jsx-loader": "^0.13.2",
"markdown": "*",
"mongoose": "^4.4.5",
"mongoose-pagination": "^1.0.0",
"node-markdown": "^0.1.1",
"object-assign": "^3.0.0",
"react": "^0.14.7",
"react-dom": "^0.14.2",
"react-editor": "^1.0.0",
"react-event-listener": "^0.1.1",
"react-redux": "^4.0.0",
"react-router": "^1.0.0",
"react-router-redux": "^2.1.0",
"react-tageditor": "^0.1.0",
"react-tap-event-plugin": "^0.2.2",
"redux": "^3.0.4",
"redux-devtools": "^2.1.5",
"redux-thunk": "^1.0.3",
"request": "^2.69.0",
"style-loader": "^0.12.3",
"webpack": "^1.11.0",
"xtend": "^4.0.1"
}
}