-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
66 lines (66 loc) · 1.84 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
58
59
60
61
62
63
64
65
66
{
"name": "react-webpack-node",
"version": "1.1.0",
"description": "A simple Node.js app using Express 4 with Webpack, React, alt, ImmutableJS",
"repository": "https://github.com/choonkending/react-webpack-node",
"main": "index.js",
"scripts": {
"start": "node server/index.js",
"build": "webpack --progress",
"watch": "webpack --watch --progress",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "webpack -p"
},
"author": "Choon Ken Ding",
"license": "MIT",
"devDependencies": {},
"engines": {
"node": "0.10.x"
},
"dependencies": {
"alt": "^0.16.5",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.9.3",
"classnames": "^1.2.0",
"connect-mongo": "^0.8.1",
"cookie-parser": "^1.3.3",
"cookie-session": "^1.1.0",
"css-loader": "^0.14.3",
"eslint": "^0.20.0",
"eslint-loader": "^0.11.1",
"eslint-plugin-react": "^2.2.0",
"esprima-fb": "^15001.1.0-dev-harmony-fb",
"express": "^4.12.3",
"express-flash": "0.0.2",
"express-session": "^1.10.2",
"extract-text-webpack-plugin": "^0.7.0",
"file-loader": "^0.8.1",
"immutable": "^3.7.3",
"iso": "^4.1.0",
"jquery": "^2.1.3",
"jscs-loader": "0.0.5",
"jsx-loader": "^0.13.1",
"keymirror": "^0.1.0",
"lodash": "^3.7.0",
"lusca": "^1.0.2",
"method-override": "^2.3.1",
"mongoose": "^4.0.2",
"node-noop": "0.0.1",
"node-sass": "^3.0.0-alpha.7",
"passport": "^0.2.1",
"passport-google-oauth": "^0.2.0",
"passport-local": "^1.0.0",
"pg": "^4.3.0",
"pg-hstore": "^2.3.2",
"react": "^0.13.1",
"react-router": "^0.13.2",
"sass-loader": "^1.0.1",
"sequelize": "^2.1.3",
"socket.io": "^1.2.1",
"style-loader": "^0.12.0",
"superagent": "^1.1.0",
"swig": "^1.4.2",
"url-loader": "^0.5.5",
"webpack": "^1.4.13"
}
}