forked from freeCodeCamp/freeCodeCamp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
227 lines (227 loc) · 7.69 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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
{
"name": "freecodecamp",
"version": "0.1.0",
"repository": "freecodecamp/freecodecamp",
"scripts": {
"build": "NODE_ENV=production gulp build -p",
"commit": "git-cz",
"commitmsg": "validate-commit-msg",
"cover": "babel-node ./node_modules/.bin/babel-istanbul cover tape common/**/*.test.js",
"coveralls": "npm run cover && istanbul-coveralls",
"develop": "gulp",
"ensure-env": "node ./config/ensure-env.js",
"lint": "npm run lint-js && npm run lint-json",
"lint-challenges": "jsonlint-cli seed/challenges/**/*.json",
"lint-server": "jsonlint-cli server/*.json",
"lint-resources": "jsonlint-cli server/resources/*.json",
"lint-utils": "jsonlint-cli server/utils/*.json",
"lint-js": "eslint --ext=.js,.jsx gulpfile.js server/ common/ config/ client/",
"lint-json": "npm run lint-server && npm run lint-challenges && npm run lint-resources && npm run lint-utils",
"only-once": "npm run prelint-js && echo '/****/' && echo 'Seeding Database' && echo '/****/' && SEEDING=true node seed/index.js && echo '/****/' && echo 'Seeding Completed' && echo '/****/'",
"postonly-once": "gulp generate-migration-map",
"postseed": "gulp generate-migration-map",
"prelint-js": "npm run ensure-env",
"pretest": "npm run lint",
"prestart-production": "gulp build -p",
"seed": "node seed/index.js",
"snyk-protect": "snyk protect",
"start": "babel-node server/server.js",
"start-production": "node pm2Start",
"test": "npm run test-js && npm run test-challenges",
"test-develop": "npm run test-js && npm run test-challenges-develop",
"test-challenges": "babel-node seed/test-challenges.js | tap-spec",
"test-challenges-develop": "babel-node seed/test-challenges.js | tap-difflet -p",
"test-js": "npm run test-js-client && npm run test-js-common && npm run test-js-server",
"test-js-client": "tape -r babel-register \"client/**/*.test.js\" | tap-spec",
"test-js-common": "tape -r babel-register \"common/**/*.test.js\" | tap-spec",
"test-js-server": "tape -r babel-register \"server/**/*.test.js\" | tap-spec",
"unpack": "babel-node seed/unpack.js",
"repack": "babel-node seed/repack.js"
},
"license": "(BSD-3-Clause AND CC-BY-SA-4.0)",
"dependencies": {
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-svg-core": "^1.2.2",
"@fortawesome/free-brands-svg-icons": "^5.2.0",
"@fortawesome/free-regular-svg-icons": "^5.2.0",
"@fortawesome/free-solid-svg-icons": "^5.2.0",
"@fortawesome/react-fontawesome": "0.0.20",
"@freecodecamp/curriculum": "^3.1.1",
"@freecodecamp/loopback-component-passport": "^1.0.0",
"@freecodecamp/react-notification": "^1.0.0",
"@freecodecamp/store": "^1.0.0",
"accepts": "^1.3.0",
"auth0-js": "^9.5.1",
"axios": "^0.18.0",
"berkeleys-redux-utils": "^4.0.0",
"body-parser": "^1.13.2",
"bootstrap": "~3.3.7",
"cal-heatmap": "~3.5.2",
"chai": "~3.4.1",
"classnames": "^2.1.2",
"compression": "^1.6.0",
"connect-mongo": "^1.3.2",
"cookie-parser": "^1.4.0",
"cors": "^2.8.4",
"csurf": "^1.8.3",
"d3": "~3.5.17",
"date-fns": "^1.29.0",
"debug": "^2.2.0",
"dedent": "~0.7.0",
"dotenv": "^4.0.0",
"enzyme": "^3.2.0",
"enzyme-adapter-react-15": "^1.0.5",
"express": "^4.13.3",
"express-flash": "~0.0.2",
"express-session": "^1.12.1",
"express-state": "^1.2.0",
"express-validator": "^5.0.3",
"fetchr": "^0.5.37",
"frameguard": "^3.0.0",
"googleapis": "^16.1.0",
"helmet": "^3.1.0",
"helmet-csp": "^2.1.0",
"history": "^4.7.2",
"invariant": "^2.2.1",
"jade": "^1.11.0",
"jquery": "~3.1.1",
"jshint": "~2.9.4",
"jsonlint-cli": "^1.0.1",
"jsonwebtoken": "^8.2.1",
"lightbox2": "~2.8.2",
"lodash": "^4.17.5",
"loopback": "^3.16.2",
"loopback-boot": "^2.27.1",
"loopback-connector-mongodb": "^3.3.0",
"method-override": "^2.3.0",
"moment": "^2.19.3",
"moment-timezone": "^0.5.14",
"mongodb": "^3.0.4",
"morgan": "^1.6.1",
"mousetrap": "~1.6.0",
"nanoid": "^1.1.0",
"node-emoji": "^1.4.1",
"nodemailer": "^2.1.0",
"nodemailer-ses-transport": "^1.5.1",
"normalize-url": "^1.3.1",
"normalizr": "^2.2.1",
"passport": "^0.4.0",
"passport-auth0": "^0.6.1",
"passport-local": "^1.0.0",
"passport-oauth": "^1.0.0",
"pmx": "~0.6.2",
"prismjs": "^1.11.0",
"prop-types": "^15.6.0",
"query-string": "^6.1.0",
"react": "^15.6.2",
"react-addons-css-transition-group": "^15.4.2",
"react-addons-shallow-compare": "^15.4.2",
"react-bootstrap": "^0.32.1",
"react-d3": "^0.4.0",
"react-dom": "^15.6.2",
"react-freecodecamp-search": "^2.0.1",
"react-helmet": "^5.2.0",
"react-images": "^0.5.11",
"react-media": "^1.8.0",
"react-motion": "^0.4.8",
"react-redux": "^4.4.8",
"react-router-dom": "^4.3.1",
"react-test-renderer": "^15.6.2",
"react-youtube": "^7.6.0",
"redux": "^3.7.2",
"redux-actions": "^2.2.1",
"redux-create-types": "0.0.1",
"redux-epic": "^0.3.0",
"redux-first-router": "^1.9.19",
"redux-form": "^5.3.6",
"request": "^2.83.0",
"reselect": "^3.0.0",
"rollbar": "^2.4.0",
"rss-parser": "^3.1.2",
"rx": "^4.1.0",
"rx-dom": "^7.0.3",
"sanitize-html": "^1.18.4",
"shortid": "^2.2.12",
"snyk": "^1.69.1",
"stripe": "^6.1.0",
"uuid": "^3.0.1",
"validator": "^9.4.1"
},
"devDependencies": {
"adler32": "~0.1.7",
"babel-cli": "^6.3.17",
"babel-core": "^6.26.0",
"babel-istanbul": "^0.12.1",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-transform-imports": "^1.4.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.3.13",
"babel-preset-stage-3": "^6.24.1",
"babel-register": "^6.26.0",
"babel-runtime": "^6.26.0",
"babel-standalone": "^6.26.0",
"browser-sync": "^2.9.12",
"browserify": "^16.1.1",
"chunk-manifest-webpack-plugin": "^1.1.2",
"commitizen": "^2.9.6",
"css-loader": "^1.0.0",
"cz-freecodecamp": "^1.0.1",
"del": "^2.2.0",
"diff": "^3.5.0",
"eslint": "^4.10.0",
"eslint-config-freecodecamp": "^1.1.1",
"eslint-plugin-import": "^2.9.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.1",
"gulp-less": "^3.0.3",
"gulp-nodemon": "^2.0.3",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.0.1",
"gulp-reduce-file": "0.0.1",
"gulp-rev": "^7.0.0",
"gulp-sourcemaps": "^2.2.1",
"gulp-util": "^3.0.6",
"husky": "^0.14.3",
"istanbul-coveralls": "^1.0.3",
"joi": "^13.1.2",
"joi-objectid": "^2.0.0",
"jsdom": "^11.5.1",
"json-loader": "~0.5.2",
"less": "^2.5.1",
"loopback-component-explorer": "^2.1.1",
"pm2": "^3.0.3",
"proxyquire": "^1.7.10",
"react-hot-loader": "^1.3.0",
"redux-thunk": "^2.2.0",
"remote-redux-devtools": "^0.5.12",
"rev-del": "^1.0.5",
"sinon": "^2.0.0",
"sort-keys": "^1.1.1",
"style-loader": "^0.21.0",
"tap-difflet": "^0.7.0",
"tap-spec": "^4.1.1",
"tape": "^4.2.2",
"uglifyjs-webpack-plugin": "^1.2.7",
"validate-commit-msg": "^2.12.2",
"vinyl-named": "^1.1.0",
"webpack": "^4.16.3",
"webpack-cli": "^3.1.0",
"webpack-dev-middleware": "^3.1.3",
"webpack-hot-middleware": "^2.22.3",
"webpack-manifest-plugin": "^2.0.3",
"webpack-stream": "^5.1.0",
"webpack-visualizer-plugin": "^0.1.11",
"yargs": "^7.0.1"
},
"snyk": true,
"config": {
"commitizen": {
"path": "./node_modules/cz-freecodecamp"
}
}
}