forked from freeCodeCamp/freeCodeCamp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
194 lines (194 loc) · 6.74 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
{
"name": "freecodecamp",
"version": "0.1.0",
"repository": "freecodecamp/freecodecamp",
"scripts": {
"only-once": "npm run create-rev && echo '/****/' && echo 'Seeding Database' && echo '/****/' && node seed && echo '/****/' && echo 'Seeding Completed' && echo '/****/'",
"create-rev": "node -e \"var fs = require('fs'); fs.access('./server/rev-manifest.json', function(err) { if (err) { console.log('\\n\\ncreating manifest\\n\\n'); return fs.writeFileSync('server/rev-manifest.json', '{}'); } console.log('\\n\\nrev-manifest present\\n\\n'); });\"",
"build": "NODE_ENV=production gulp build -p",
"start": "babel-node server/server.js",
"prestart-production": "gulp build -p",
"start-production": "node pm2Start",
"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",
"prelint-js": "npm run create-rev",
"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",
"pretest": "npm run create-rev && npm run lint",
"snyk-protect": "snyk protect",
"test-challenges": "babel-node seed/test-challenges.js | tap-spec",
"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",
"test": "npm run test-js && npm run test-challenges",
"cover": "babel-node ./node_modules/.bin/babel-istanbul cover tape common/**/*.test.js",
"coveralls": "npm run cover && istanbul-coveralls",
"commit": "git-cz",
"commitmsg": "validate-commit-msg"
},
"license": "(BSD-3-Clause AND CC-BY-SA-4.0)",
"dependencies": {
"accepts": "^1.3.0",
"babel-core": "^6.18.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-register": "^6.3.0",
"body-parser": "^1.13.2",
"bootstrap": "~3.3.7",
"cal-heatmap": "~3.5.2",
"chai": "~3.4.1",
"classnames": "^2.1.2",
"codemirror": "~5.15.2",
"compression": "^1.6.0",
"connect-mongo": "^1.3.2",
"cookie-parser": "^1.4.0",
"csurf": "^1.8.3",
"d3": "~3.5.17",
"debug": "^2.2.0",
"dedent": "~0.7.0",
"dotenv": "^4.0.0",
"emmet-codemirror": "^1.2.5",
"errorhandler": "^1.4.2",
"es6-map": "~0.1.1",
"express": "^4.13.3",
"express-flash": "~0.0.2",
"express-session": "^1.12.1",
"express-state": "^1.2.0",
"express-validator": "^3.0.0",
"fetchr": "~0.5.12",
"font-awesome": "~4.5.0",
"frameguard": "^3.0.0",
"googleapis": "16.1.0",
"helmet": "^3.1.0",
"helmet-csp": "^2.1.0",
"history": "^3.2.1",
"husky": "^0.14.3",
"invariant": "^2.2.1",
"jade": "^1.11.0",
"jquery": "~3.1.1",
"jshint": "~2.9.4",
"jsonlint-cli": "^1.0.1",
"lightbox2": "~2.8.2",
"lodash": "^4.1.0",
"loopback": "^2.22.0",
"loopback-boot": "^2.13.0",
"loopback-component-passport": "^2.0.0",
"loopback-connector-mongodb": "1.17.0",
"method-override": "^2.3.0",
"moment": "^2.10.2",
"moment-timezone": "^0.5.0",
"mongodb": "^2.0.33",
"morgan": "^1.6.1",
"mousetrap": "~1.6.0",
"node-emoji": "^1.4.1",
"nodemailer": "^2.1.0",
"nodemailer-ses-transport": "^1.3.0",
"normalize-url": "^1.3.1",
"normalizr": "2.2.1",
"object.assign": "^4.0.3",
"opbeat": "^4.14.0",
"passport": "^0.2.1",
"passport-facebook": "^2.0.0",
"passport-github": "^1.0.0",
"passport-google-oauth2": "~0.1.6",
"passport-linkedin-oauth2": "^1.2.1",
"passport-local": "^1.0.0",
"passport-oauth": "^1.0.0",
"passport-twitter": "^1.0.3",
"pmx": "~0.6.2",
"react": "~15.4.2",
"react-addons-css-transition-group": "~15.4.2",
"react-addons-shallow-compare": "~15.4.2",
"react-bootstrap": "^0.30.5",
"react-codemirror": "^0.3.0",
"react-dom": "~15.4.2",
"react-fontawesome": "^1.2.0",
"react-images": "^0.5.1",
"react-motion": "~0.4.2",
"react-no-ssr": "^1.0.1",
"react-notification": "https://github.com/BerkeleyTrue/react-notification#freecodecamp",
"react-pure-render": "^1.0.2",
"react-redux": "^4.0.6",
"react-router": "^3.0.0",
"react-router-bootstrap": "~0.23.1",
"react-router-redux": "^4.0.7",
"react-youtube": "^7.0.0",
"redux": "^3.0.5",
"redux-actions": "^2.0.3",
"redux-create-types": "0.0.1",
"redux-epic": "^0.3.0",
"redux-form": "^5.2.3",
"request": "^2.65.0",
"reselect": "^3.0.0",
"rx": "~4.0.8",
"rx-dom": "^7.0.3",
"sanitize-html": "^1.11.1",
"snyk": "^1.30.1",
"store": "https://github.com/berkeleytrue/store.js.git#feature/noop-server",
"uuid": "^3.0.1",
"validator": "^6.0.0"
},
"devDependencies": {
"adler32": "~0.1.7",
"babel-cli": "^6.3.17",
"babel-eslint": "^7.0.0",
"babel-istanbul": "^0.12.1",
"babel-loader": "^6.2.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-stage-0": "^6.3.13",
"browser-sync": "^2.9.12",
"chunk-manifest-webpack-plugin": "0.1.0",
"commitizen": "^2.9.6",
"cz-freecodecamp": "^1.0.0",
"del": "^2.2.0",
"eslint": "^3.1.0",
"eslint-plugin-import": "^2.0.1",
"eslint-plugin-prefer-object-spread": "^1.1.0",
"eslint-plugin-react": "^6.9.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^3.0.1",
"gulp-if": "^2.0.0",
"gulp-jsonlint": "^1.1.0",
"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-tape": "0.0.9",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.6",
"istanbul-coveralls": "^1.0.3",
"json-loader": "~0.5.2",
"less": "^2.5.1",
"loopback-component-explorer": "^2.1.1",
"merge-stream": "^1.0.0",
"proxyquire": "^1.7.10",
"react-hot-loader": "^1.3.0",
"rev-del": "^1.0.5",
"sinon": "^2.0.0",
"sort-keys": "^1.1.1",
"tap-spec": "^4.1.1",
"tape": "^4.2.2",
"validate-commit-msg": "^2.12.2",
"webpack": "^1.9.12",
"webpack-dev-middleware": "^1.8.3",
"webpack-hot-middleware": "^2.12.2",
"webpack-manifest-plugin": "^1.0.0",
"webpack-stream": "^3.1.0",
"yargs": "^7.0.1"
},
"snyk": true,
"config": {
"commitizen": {
"path": "./node_modules/cz-freecodecamp"
}
}
}