-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
107 lines (107 loc) · 3.05 KB
/
package.json
File metadata and controls
107 lines (107 loc) · 3.05 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "Yote",
"version": "0.6.0",
"description": "Find Your Road",
"main": "yote.js",
"scripts": {
"start": "node yote.js",
"test": "mocha --compilers js:babel-core/register --require ./test/test-helper.js --recursive",
"watch": "webpack --progress --colors --watch",
"debug": "webpack -d --progress --colors --watch",
"build": "webpack --progress --colors --config ./webpack.prod.config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/fugitivelabs/yote-react.git"
},
"babel": {
"presets": [
"es2015"
]
},
"keywords": [
"node",
"express",
"mongo",
"mongoose",
"react",
"flux",
"redux"
],
"author": "Fugitive Labs",
"bugs": {
"url": "https://github.com/fugitivelabs/yote-react/issues"
},
"homepage": "https://github.com/fugitivelabs/yote-react",
"dependencies": {
"@google-cloud/logging": "^0.2.0",
"async": "^2.1.2",
"body-parser": "^1.14.1",
"classnames": "^2.2.1",
"compression": "^1.6.2",
"connect-mongo": "^1.3.2",
"connect-timeout": "^1.7.0",
"cookie-parser": "^1.4.3",
"errorhandler": "^1.4.2",
"es5-shim": "^4.5.9",
"express": "^4.14.0",
"express-session": "^1.8.2",
"isomorphic-fetch": "^2.2.1",
"jwt-simple": "^0.5.0",
"lodash": "^4.16.4",
"mandrill-api": "^1.0.45",
"moment": "^2.11.2",
"mongoose": "^4.6.5",
"mongoose-url-slugs": "^0.2.1",
"morgan": "^1.6.1",
"normalize.css": "^3.0.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"pug": "^2.0.0-beta6",
"react": "^15.4.2",
"react-addons-create-fragment": "^15.4.1",
"react-addons-css-transition-group": "^15.4.1",
"react-addons-pure-render-mixin": "^15.4.1",
"react-addons-transition-group": "^15.4.1",
"react-addons-update": "^15.4.1",
"react-auto-form": "^1.3.0",
"react-dom": "^15.4.1",
"react-event-listener": "^0.2.1",
"react-flexgrid": "^0.7.0",
"react-redux": "^4.4.6",
"react-router": "^2.8.1",
"react-router-apply-middleware": "0.0.2",
"react-router-redux": "^4.0.4",
"react-router-relative-links": "^0.1.0",
"react-router-scroll": "^0.2.0",
"react-sticky": "^5.0.0",
"react-tap-event-plugin": "^2.0.1",
"redux": "^3.3.1",
"redux-logger": "^2.5.2",
"redux-thunk": "^1.0.3",
"serve-favicon": "^2.1.5",
"serve-static": "^1.6.3",
"winston": "^1.0.0",
"winston-mongodb": "^1.1.1"
},
"devDependencies": {
"babel-core": "^6.2.1",
"babel-loader": "^6.2.0",
"babel-plugin-dev-expression": "^0.1.0",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"babel-preset-stage-0": "^6.5.0",
"babel-runtime": "^6.2.0",
"chai": "^3.5.0",
"css-loader": "^0.26.1",
"extract-text-webpack-plugin": "^2.0.0-rc.3",
"mocha": "^2.4.5",
"node-sass": "^4.5.0",
"optimize-css-assets-webpack-plugin": "^1.3.0",
"sass-loader": "^5.0.1",
"style-loader": "^0.13.1",
"webpack": "^2.2.1",
"webpack-dev-middleware": "^1.6.1",
"webpack-dev-server": "^1.14.0"
}
}