-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.72 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.72 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"version": "0.0.0",
"name": "tempname",
"description": "xd",
"dependencies": {
"cross-env": "1.0.7",
"lodash": "3.10.1",
"request": "2.69.0"
},
"scripts": {
"start": "cross-env NODE_ENV=production coffee app.coffee",
"build": "rm -rf ./dist && cross-env NODE_ENV=production webpack",
"dev": "cross-env CACHE_DIR=true coffee app.coffee",
"webpack": "rm -rf ./dist && webpack --progress --colors",
"serverDev": "gulp dev"
},
"main": "app.coffee",
"devDependencies": {
"alt": "^0.18.4",
"autoprefixer": "6.3.3",
"babel-core": "6.7.6",
"babel-loader": "6.2.4",
"babel-polyfill": "6.7.4",
"babel-preset-es2015": "6.6.0",
"babel-preset-react": "6.5.0",
"bcrypt-nodejs": "^0.0.3",
"body-parser": "^1.15.0",
"coffee": "^3.2.2",
"coffee-script": "^1.10.0",
"cookie-parser": "^1.4.1",
"css-loader": "0.18.0",
"d3": "^3.5.17",
"eslint": "1.10.3",
"eslint-plugin-react": "3.16.1",
"express": "~4.13.1",
"express-session": "~1.0.0",
"gulp": "^3.9.1",
"gulp-coffeelint": "^0.6.0",
"gulp-nodemon": "^2.0.6",
"html-webpack-plugin": "2.16.0",
"jquery": "^3.0.0",
"json-loader": "^0.5.4",
"mongoose": "^4.1.7",
"morgan": "^1.7.0",
"node-sass": "3.6.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"postcss-loader": "0.8.1",
"promise.prototype.finally": "1.0.1",
"react": "0.14.8",
"react-dom": "0.14.8",
"react-router": "^2.5.1",
"sass-loader": "3.1.2",
"socket.io": "^1.3.7",
"socket.io-client": "^1.4.5",
"style-loader": "0.13.0",
"webpack": "1.12.14",
"webpack-dev-middleware": "1.5.1",
"webpack-hot-middleware": "2.10.0",
"whatwg-fetch": "^1.0.0"
}
}