-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
141 lines (141 loc) · 4.43 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
{
"name": "express-react-hmr-boilerplate",
"version": "0.1.0",
"description": "",
"scripts": {
"pretest": "gulp build:production",
"test": "npm run lint && npm run mocha",
"lint": "./node_modules/.bin/eslint --config=./.eslintrc.json ./src",
"clean": "gulp clean",
"build": "gulp build",
"mocha": "node ./node_modules/mocha/bin/mocha specs/index.js --timeout 10000",
"start": "node build/server/server.js",
"pm2": "node ./build/server/pm2Entry.js",
"android": "npm run native-run-android && npm run native-watch-css",
"native-run-android": "node ./node_modules/react-native/local-cli/cli.js run-android",
"native-watch-css": "./node_modules/react-native-css/bin/react-native-css -i ./src/native/styles/index.scss -o ./src/native/styles/index.js --watch",
"android-keygen": "keytool -genkey -v -keystore my-release-key.keystore -alias my-key-alias -keyalg RSA -keysize 2048 -validity 10000",
"release-android": "cd android && ./gradlew assembleRelease && echo '\n***\nThe generated APK can be found under android/app/build/outputs/apk/app-release.apk\n***'",
"install-android": "cd android && ./gradlew installRelease"
},
"repository": {
"type": "git",
"url": "https://github.com/gocreating/express-react-hmr-boilerplate.git"
},
"keywords": [
"node",
"express",
"react",
"redux",
"redux-thunk",
"redux-form",
"react-router",
"react-intl",
"i18n",
"mongo",
"mongoose",
"mongolab",
"livereload",
"server side render",
"ssr",
"isomorphic",
"webpack",
"code splitting",
"es6",
"babel",
"heroku",
"css modules",
"todo list",
"passport"
],
"bugs": {
"url": "https://github.com/gocreating/express-react-hmr-boilerplate/issues"
},
"homepage": "https://github.com/gocreating/express-react-hmr-boilerplate",
"devDependencies": {
"async": "^2.0.0-rc.3",
"babel-core": "^6.3.15",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.0",
"babel-plugin-transform-class-properties": "^6.6.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-react-hmre": "^1.0.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.7.2",
"chai": "^3.5.0",
"css-loader": "^0.23.1",
"del": "^2.2.0",
"eslint": "^3.8.0",
"eslint-config-standard": "^5.3.5",
"eslint-plugin-promise": "^2.0.0",
"eslint-plugin-react": "^5.2.2",
"eslint-plugin-standard": "^2.0.0",
"eventsource-polyfill": "^0.9.6",
"extract-text-webpack-plugin": "^1.0.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-nodemon": "^2.0.6",
"gulp-notify": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"jsesc": "^2.2.0",
"merge-stream": "^1.0.0",
"node-sass": "^3.8.0",
"postcss-loader": "^0.9.1",
"react-native-css": "^1.2.44",
"rimraf": "^2.5.2",
"sass-loader": "^4.0.0",
"style-loader": "^0.13.1",
"webpack": "^1.12.9",
"webpack-dev-middleware": "^1.4.0",
"webpack-hot-middleware": "^2.6.0"
},
"dependencies": {
"body-parser": "^1.15.0",
"classnames": "^2.2.3",
"cookie": "^0.2.4",
"es6-promise": "^3.1.2",
"express": "^4.13.4",
"firebase": "^3.0.2",
"jsonwebtoken": "^5.7.0",
"mkdirp": "^0.5.1",
"moment": "^2.13.0",
"mongoose": "^4.4.12",
"morgan": "^1.7.0",
"multer": "^1.1.0",
"nodemailer": "^2.6.4",
"normalizr": "^2.2.1",
"object-assign": "^4.1.0",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-jwt": "^2.0.0",
"passport-linkedin-oauth2": "^1.4.1",
"pm2": "^2.0.18",
"react": "^15.3.2",
"react-addons-shallow-compare": "^15.3.2",
"react-bootstrap": "^0.30.5",
"react-dates": "^4.0.0",
"react-dom": "^15.0.2",
"react-ga": "^2.1.2",
"react-google-recaptcha": "^0.5.4",
"react-helmet": "^3.0.2",
"react-intl": "^2.1.2",
"react-native": "^0.31.0",
"react-native-router-flux": "^3.34.0",
"react-redux": "^4.4.5",
"react-router": "^2.3.0",
"react-router-active-component": "^4.0.0",
"react-router-redux": "^4.0.6",
"react-slider": "^0.7.0",
"redux": "^3.5.2",
"redux-form": "^6.1.0",
"redux-thunk": "^2.1.0",
"serialize-javascript": "^1.3.0",
"serve-favicon": "^2.3.0",
"superagent": "^2.0.0-alpha.3",
"validator": "^5.2.0",
"webpack-isomorphic-tools": "^2.5.6"
}
}