-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
122 lines (122 loc) · 4.31 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
{
"name": "react-webpack-node",
"version": "3.4.1",
"description": "Your One-Stop solution for a full-stack app with ES6/ES2015 React.js featuring universal Redux, React Router, React Router Redux Hot reloading, CSS modules, Express 4.x, and multiple ORMs.",
"repository": "https://github.com/choonkending/react-webpack-node",
"main": "index.js",
"scripts": {
"sequelize": "node_modules/.bin/sequelize",
"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",
"dev": "cross-env NODE_ENV=development 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",
"test": "mocha ./app/tests/setup.js --compilers css:./app/tests/compilers/css ./app/**/*-test.js",
"test:watch": "mocha ./app/tests/setup.js --watch --compilers css:./app/tests/compilers/css ./app/**/*-test.js"
},
"author": "Choon Ken Ding",
"license": "MIT",
"devDependencies": {
"babel": "^6.23.0",
"babel-eslint": "^7.2.1",
"babel-register": "^6.24.0",
"enzyme": "^2.8.0",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.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.12.1",
"react-test-renderer": "^15.5.3",
"react-transform-catch-errors": "^1.0.2",
"reactotron-react-js": "^1.12.2",
"redux-mock-store": "1.2.2",
"sinon": "^2.1.0"
},
"engines": {
"node": ">=6.x"
},
"dependencies": {
"@sendgrid/mail": "^6.1.4",
"autoprefixer": "^6.7.7",
"axios": "^0.16.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-react-transform": "^2.0.2",
"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-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.24.1",
"bcrypt-nodejs": "0.0.3",
"bluebird": "^3.5.0",
"body-parser": "^1.17.1",
"classnames": "^2.2.3",
"compression": "^1.6.2",
"connect-mongo": "^1.3.2",
"connect-pg-simple": "^3.1.0",
"cross-env": "^4.0.0",
"css": "^2.2.1",
"css-loader": "^0.28.0",
"es6-promise": "^4.1.0",
"express": "^4.15.2",
"express-flash": "0.0.2",
"express-session": "^1.15.2",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"firebase": "^4.5.0",
"helmet": "^3.5.0",
"json-loader": "^0.5.4",
"lodash": "^4.17.4",
"method-override": "^2.3.8",
"mongoose": "^4.9.3",
"nodemon": "^1.12.1",
"passport": "^0.3.2",
"passport-google-oauth": "^1.0.0",
"passport-local": "^1.0.0",
"pg": "^6.1.5",
"pg-hstore": "^2.3.2",
"postcss-cssnext": "^2.10.0",
"postcss-import": "^9.0.0",
"postcss-loader": "^1.3.3",
"postcss-reporter": "^3.0.0",
"promise-polyfill": "6.0.2",
"prop-types": "^15.5.4",
"react": "^15.5.3",
"react-addons-test-utils": "^15.5.0",
"react-datepicker": "^0.55.0",
"react-datetime": "^2.10.3",
"react-dom": "^15.5.3",
"react-helmet": "^5.0.2",
"react-modal-dialog": "^4.0.7",
"react-redux": "^5.0.3",
"react-router": "^3.0.3",
"react-router-redux": "^4.0.0",
"react-transform-hmr": "^1.0.4",
"redux": "^3.6.0",
"redux-logger": "^3.0.1",
"redux-thunk": "^2.0.1",
"rimraf": "^2.6.1",
"sequelize": "^3.30.4",
"sequelize-cli": "^2.7.0",
"socket.io": "^2.0.3",
"socket.io-client": "^2.0.3",
"spark-md5": "^3.0.0",
"style-loader": "^0.16.1",
"url-loader": "^0.5.8",
"webpack": "^2.3.3",
"webpack-dev-middleware": "^1.10.1",
"webpack-hot-middleware": "^2.18.0",
"webpack-manifest-plugin": "^1.1.0"
}
}