-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
126 lines (126 loc) · 4.45 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
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "mern-ssr-boilerplate",
"version": "3.0.0",
"description": "Full-stack webapp with universal React & Redux, Hot Reloading, Time Travel Debugging and Modular CSS. Built with prime consideration for scalability, practicality and agile feature development.",
"repository": {
"type": "git",
"url": "https://github.com/RcKeller/"
},
"main": "index.js",
"scripts": {
"lint": "eslint --ext .js,.jsx app server",
"lint:fix": "eslint --ext .js,.jsx app server --fix",
"clean": "rimraf public && rimraf compiled",
"start": "npm run build && cross-env NODE_ENV=production node compiled/server.js",
"stayAlive": "cross-env NODE_ENV=production forever start compiled/server.js",
"forever": "cross-env NODE_ENV=production forever start -a -o out.log -e err.log compiled/server.js",
"dev": "cross-env NODE_ENV=development nodemon",
"prod": "cross-env NODE_ENV=production nodemon",
"build:dev": "cross-env NODE_ENV=development npm run webpack -- --env.server",
"build": "npm run clean && cross-env NODE_ENV=production npm run webpack -- --env.browser && cross-env NODE_ENV=production npm run webpack -- --env.server",
"webpack": "webpack --colors --display-error-details --config ./webpack/webpack.config.js"
},
"author": "Ryan Keller",
"license": "MIT",
"devDependencies": {
"babel-eslint": "^7.2.1",
"babel-register": "^6.24.0",
"enzyme": "^2.8.0",
"eslint": "^3.19.0",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"expect": "^1.15.2",
"jsdom": "^9.12.0",
"mocha": "^3.2.0",
"nodemon": "^1.10.2",
"react-test-renderer": "^15.5.3",
"redux-mock-store": "1.2.2",
"sinon": "^2.1.0"
},
"engines": {
"node": ">=6.x"
},
"dependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-react-constant-elements": "^6.23.0",
"babel-plugin-transform-react-inline-elements": "^6.22.0",
"babel-plugin-transform-react-remove-prop-types": "^0.3.3",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-latest": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.24.1",
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"compression": "^1.7.2",
"config": "^1.30.0",
"connect-mongo": "^1.3.2",
"cookie-parser": "^1.4.3",
"cross-env": "^5.1.4",
"css-loader": "^0.28.11",
"eslint-config-standard": "^10.2.1",
"eslint-config-standard-react": "^5.0.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.1.0",
"express": "^4.16.3",
"express-flash": "0.0.2",
"express-restify-mongoose": "^4.3.0",
"express-session": "^1.15.6",
"extract-text-webpack-plugin": "^2.1.2",
"faker": "^4.1.0",
"file-loader": "^0.11.2",
"fs": "0.0.1-security",
"helmet": "^3.12.0",
"json-loader": "^0.5.7",
"lodash": "^4.17.10",
"method-override": "^2.3.10",
"mongoose": "^4.9.3",
"mongoose-autopopulate": "^0.5.0",
"mongoose-autorefs": "^1.0.5",
"morgan": "^1.9.0",
"node-sass": "^4.8.3",
"passport": "^0.3.2",
"passport-google-oauth": "^1.0.0",
"pluralize": "^5.1.0",
"postcss-cssnext": "^2.11.0",
"postcss-import": "^9.1.0",
"postcss-loader": "^1.3.3",
"postcss-reporter": "^3.0.0",
"prop-types": "^15.6.1",
"react": "^16.3.2",
"react-addons-test-utils": "^15.6.2",
"react-dom": "^16.3.2",
"react-helmet": "^5.2.0",
"react-md": "^1.3.0",
"react-redux": "^5.0.7",
"react-router": "^3.2.1",
"react-router-redux": "^4.0.8",
"react-select": "^1.2.1",
"react-transform-catch-errors": "^1.0.2",
"react-transform-hmr": "^1.0.4",
"redux": "3.6.0",
"redux-logger": "^3.0.6",
"redux-query": "^2.3.0",
"redux-responsive": "^4.3.6",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.1",
"rimraf": "^2.6.2",
"sass-loader": "^7.0.1",
"serialize-javascript": "^1.5.0",
"style-loader": "^0.16.1",
"url-loader": "^0.5.9",
"webpack": "^3.11.0",
"webpack-dev-middleware": "^1.11.0",
"webpack-hot-middleware": "^2.22.1",
"webpack-manifest-plugin": "^1.3.2",
"winston": "^2.4.2",
"winston-daily-rotate-file": "^1.7.2"
}
}