forked from MattMcFarland/reactathon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
157 lines (157 loc) · 5.19 KB
/
package.json
File metadata and controls
157 lines (157 loc) · 5.19 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
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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
{
"name": "reactathon",
"version": "0.0.1",
"description": "Hackathon starter kit with react, react-router, relay, and more.",
"scripts": {
"postinstall": "npm run build",
"test": "npm run lint && npm run check && mocha $npm_package_options_mocha",
"lint": "npm run lint:server ; npm run lint:client",
"lint:server": "eslint server/src",
"lint:client": "eslint client/src",
"check": "flow check",
"build": "rm -rf lib/* && babel server/src --ignore __tests__ --out-dir lib && gulp build && npm run copy",
"copy": "npm run copy:config ; npm run copy:views ; npm run copy:static",
"copy:views": "cp -R server/src/views lib/views",
"copy:config": "cp server/src/app.config.js lib",
"copy:static": "cp -R server/src/public lib/public && cp -R server/src/pages lib/pages && cp server/src/.env.example lib",
"dev": "npm run build && babel scripts/server.js | node",
"watch": "babel scripts/server.js | node",
"cover": "babel-node node_modules/.bin/isparta cover --root src --report html node_modules/.bin/_mocha -- $npm_package_options_mocha",
"cover:lcov": "babel-node node_modules/.bin/isparta cover --root src --report lcovonly node_modules/.bin/_mocha -- $npm_package_options_mocha",
"start": "node --harmony ./lib/bin/server.js",
"deploy:pm2": "npm test && npm run build && pm2 deploy ecosystem.json production",
"stage:pm2": "npm test && npm run build && pm2 deploy ecosystem.json development",
"update-schema": "babel-node ./scripts/updateSchema.js",
"seed": "babel-node ./scripts/seed.js"
},
"options": {
"mocha": "--require scripts/mocha-bootload server/src/**/__tests__/**/*.js"
},
"dependencies": {
"alt": "0.17.9",
"babel": "^6.3.26",
"babel-cli": "^6.3.17",
"babel-core": "^6.3.26",
"babel-eslint": "^4.1.6",
"babel-plugin-transform-flow-strip-types": "^6.3.15",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"babelify": "^7.2.0",
"bcrypt": "^0.8.5",
"body-parser": "~1.13.2",
"browser-sync": "^2.10.1",
"browserify": "^12.0.1",
"chai": "^3.4.1",
"chai-as-promised": "^5.2.0",
"chalk": "^1.1.1",
"chalkline": "0.0.4",
"chance": "^0.8.0",
"chokidar": "^1.4.2",
"classnames": "^2.2.1",
"compression": "^1.6.0",
"connect-session-sequelize": "^3.0.0",
"cookie-parser": "~1.3.5",
"coveralls": "^2.11.6",
"dotenv": "^1.2.0",
"express": "~4.13.1",
"express-graphql": "^0.4.5",
"express-phantom": "^0.1.2",
"express-sequelize-session": "^0.4.0",
"express-session": "^1.12.1",
"faker": "^3.0.1",
"figlet": "^1.1.1",
"flow-bin": "^0.20.1",
"graphiql": "^0.4.5",
"graphql": "^0.4.14",
"graphql-relay": "^0.3.6",
"hbs": "~3.1.0",
"highlight.js": "^9.0.0",
"history": "^1.17.0",
"isparta": "^4.0.0",
"lodash": "^3.10.1",
"md5": "^2.0.0",
"moment": "^2.11.0",
"morgan": "~1.6.1",
"multiparty": "^4.1.2",
"node-watch": "^0.3.5",
"nodemailer": "^2.0.0",
"passport": "^0.3.2",
"passport-facebook": "^2.0.0",
"passport-forcedotcom": "^0.1.3",
"passport-github": "^1.0.0",
"passport-google-oauth": "^0.2.0",
"passport-http": "^0.3.0",
"passport-instagram": "^1.0.0",
"passport-linkedin-oauth2": "^1.4.0",
"passport-local": "^1.0.0",
"passport-oauth": "^1.0.0",
"passport-oauth2": "^1.1.2",
"passport-openid": "^0.4.0",
"passport-reddit": "^0.2.4",
"passport-twitter": "^1.0.3",
"phantom": "^0.8.4",
"pretty-error": "^2.0.0",
"promisify": "0.0.3",
"react": "^0.14.6",
"react-bootstrap": "^0.28.1",
"react-dom": "^0.14.6",
"react-input-autosize": "^0.6.6",
"react-notification-system": "^0.2.6",
"react-relay": "^0.6.1",
"react-router": "^2.0.0-rc4",
"react-router-relay": "^0.9.0",
"react-select": "^0.9.1",
"resolve": "^1.1.7",
"sane": "^1.3.0",
"sequelize": "^3.15.1",
"sequelize-cli": "^2.2.1",
"sequelize-relay": "0.1.0",
"serve-favicon": "~2.3.0",
"session-file-store": "0.0.24",
"session-passport-info": "^0.0.3",
"sqlite3": "^3.1.1",
"superagent": "^1.6.1",
"supertest": "^1.1.0",
"validator": "^4.5.0",
"winston": "^2.1.1"
},
"devDependencies": {
"babel-relay-plugin": "^0.6.3",
"babel-relay-plugin-loader": "^0.6.1",
"eslint": "^1.10.3",
"eslint-plugin-flow-vars": "^0.1.3",
"eslint-plugin-react": "^3.13.1",
"gulp": "^3.9.0",
"gulp-nodemon": "^2.0.6",
"gulp-plumber": "^1.0.1",
"gulp-sass": "^2.1.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"mocha": "^2.3.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MattMcFarland/reactathon.git"
},
"author": "Matt McFarland",
"browserify": {
"transform": [
"babelify"
]
},
"metadata": {
"graphql": {
"schema": "./data/schema.json"
}
},
"license": "MIT",
"bugs": {
"url": "https://github.com/MattMcFarland/reactathon/issues"
},
"homepage": "https://github.com/MattMcFarland/reactathon#readme"
}