-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
142 lines (142 loc) · 5.21 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"name": "civicchallenge-website",
"version": "1.0.0",
"description": "Built with the Mongo-Express-React-Node.js stack. Super WIP, name TBD.",
"scripts": {
"/* Deploy Scripts */": "",
"deploy": "pm2 deploy ecosystem.config.js production",
"/* Prod Scripts */": "",
"start": "cross-env PORT=80 NODE_ENV=production node index.js",
"/* Dev Scripts */": "",
"dev": "cross-env API_HOST=d4sd.dev BABEL_DISABLE_CACHE=1 DEBUG=server:* NODE_ENV=development nodemon index.js",
"/* Staging Scripts */": "",
"start:stage": "cross-env DEBUG=server:* NODE_ENV=staging node index.js",
"deploy:stage": "git push heroku dev:master",
"heroku-postbuild": "yarn build:staging",
"/* Build Scripts */": "",
"build:client": "cross-env BABEL_DISABLE_CACHE=1 NODE_ENV=production webpack --progress --profile --colors --config webpack.config.prod.js",
"build:server": "cross-env BABEL_DISABLE_CACHE=1 NODE_ENV=production webpack --progress --profile --colors --config webpack.config.server.js",
"build:all": "yarn build:client; yarn build:server",
"build:staging": "yarn build:staging:client; yarn build:staging:server",
"build:staging:client": "cross-env BABEL_DISABLE_CACHE=1 NODE_ENV=staging webpack --progress --profile --colors --config webpack.config.staging.js",
"build:staging:server": "cross-env BABEL_DISABLE_CACHE=1 NODE_ENV=production webpack --progress --profile --colors --config webpack.config.server.js",
"/* Cleanup Scripts */": "",
"clean:dist": "yarn clean:dist:server; yarn clean:dist:client",
"clean:dist:server": "rimraf server-dist",
"clean:dist:client": "rimraf client-dist",
"clean:report": "rimraf bundle-report",
"clean:all": "yarn clean:dist && yarn clean:report",
"/* Lint Scripts */": "",
"lint": "eslint --ext .js --ext .jsx client server",
"lint:webpack": "eslint --no-ignore webpack-modules webpack.config.babel.js webpack.config.dev.js webpack.config.prod.js webpack.config.server.js",
"lint:all": "yarn lint; yarn lint:webpack",
"/* Test Scripts */": "",
"test": "ava --verbose --color",
"/* Convenience Scripts */": "",
"reinstall": "rimraf node_modules && yarn",
"rebuild": "yarn clean:all; yarn build:all"
},
"repository": "[email protected]:davidcluu/mern-custom.git",
"author": "David Luu <[email protected]>",
"license": "MIT",
"dependencies": {
"babel-core": "^6.24.0",
"babel-polyfill": "^6.23.0",
"body-parser": "^1.17.1",
"client-sessions": "^0.7.0",
"compression": "^1.6.2",
"cross-env": "^4.0.0",
"debug": "^2.6.3",
"es6-promise": "^4.1.0",
"express": "^4.15.2",
"gsap": "^1.19.1",
"helmet": "^3.6.0",
"html-minifier": "^3.4.4",
"isomorphic-fetch": "^2.2.1",
"jshint": "^2.10.2",
"lusca": "^1.4.1",
"prop-types": "^15.5.8",
"react": "^15.5.4",
"react-addons-transition-group": "^15.4.2",
"react-dom": "^15.4.2",
"react-ga": "2.2.0",
"react-helmet": "^5.0.0",
"react-hot-loader": "^3.0.0-beta.2",
"react-parallax": "^1.4.4",
"react-redux": "^5.0.3",
"react-router": "3.x.x",
"react-tabs": "^1.1.0",
"react-video-cover": "^1.2.0",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0",
"serve-static": "^1.12.1",
"uglify-js": "^2.8.15"
},
"devDependencies": {
"ava": "^0.19.1",
"babel-eslint": "^7.2.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-webpack-loaders": "^0.9.0",
"babel-preset-env": "^1.2.2",
"babel-preset-es2015": "^6.24.0",
"babel-preset-es2015-native-modules": "^6.9.4",
"babel-preset-react": "^6.23.0",
"babel-preset-react-optimize": "^1.0.1",
"babel-preset-stage-0": "^6.22.0",
"babel-register": "^6.24.0",
"babel-runtime": "^6.23.0",
"chunk-manifest-webpack-plugin": "^1.0.0",
"css-loader": "^0.28.1",
"cssnano": "^3.10.0",
"eslint": "^3.18.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-friendly-formatter": "^2.0.7",
"eslint-loader": "^1.7.0",
"eslint-plugin-compat": "^1.0.2",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"eventsource-polyfill": "^0.9.6",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"friendly-errors-webpack-plugin": "^1.6.1",
"imagemin-webpack-plugin": "^1.4.4",
"jsdom": "^10.1.0",
"mock-css-modules": "^1.0.0",
"node-sass": "^4.5.1",
"nodemon": "^1.11.0",
"opn": "^5.0.0",
"optimize-css-assets-webpack-plugin": "^1.3.0",
"postcss-cssnext": "^2.10.0",
"postcss-focus": "^1.0.0",
"postcss-loader": "^1.3.3",
"postcss-reporter": "^3.0.0",
"rimraf": "^2.6.1",
"sass-loader": "^6.0.3",
"style-loader": "^0.17.0",
"url-loader": "^0.5.8",
"webpack": "^2.5.0",
"webpack-bundle-analyzer": "^2.4.1",
"webpack-dev-middleware": "^1.10.1",
"webpack-externals-plugin": "^1.0.0",
"webpack-hot-middleware": "^2.17.1",
"webpack-manifest-plugin": "^1.1.0"
},
"engines": {
"node": "7.6.0"
},
"ava": {
"files": [
"client/**/*.spec.js"
],
"source": [
"client/**/*.js"
],
"failFast": true,
"babel": "inherit",
"require": [
"./setup-test-env.js"
]
}
}