forked from topcoder-platform/community-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
239 lines (239 loc) · 8.26 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
228
229
230
231
232
233
234
235
236
237
238
239
{
"name": "community-app",
"version": "1.0.0",
"description": "Topcoder community website",
"main": "index.js",
"scripts": {
"conventional-changelog": "conventional-changelog",
"build": "npm run clean && ./node_modules/.bin/webpack --env=production --progress --profile --colors --display-optimization-bailout",
"build:dev": "npm run clean && ./node_modules/.bin/webpack --env=development --progress --profile --colors --display-optimization-bailout",
"clean": "rimraf build",
"dev": "cross-env BABEL_ENV=development NODE_ENV=development node ./bin/www",
"jest": "cross-env NODE_CONFIG_ENV=test BABEL_ENV=test jest --no-cache --maxWorkers=4 --config config/jest/default.js",
"lint": "npm run lint:js && npm run lint:scss",
"lint:js": "eslint --ext .js,.jsx .",
"lint:scss": "stylelint **/*.scss --syntax scss",
"update-tests": "npm run jest -- -u",
"start": "cross-env BABEL_ENV=production NODE_ENV=production node --max-old-space-size=8192 ./bin/www",
"test": "npm run lint && npm run --runInBand jest",
"commitlint": "commitlint -E HUSKY_GIT_PARAMS",
"release:changelog": "npm run conventional-changelog -- -p angular -i CHANGELOG.md -s",
"postinstall": "rimraf node_modules/navigation-component/node_modules/topcoder-react-utils && rimraf node_modules/topcoder-react-ui-kit/node_modules/topcoder-react-utils"
},
"repository": {
"type": "git",
"url": "git+https://github.com/topcoder-platform/community-app.git"
},
"author": "",
"license": "UNLICENSED",
"private": true,
"bugs": {
"url": "https://github.com/topcoder-platform/community-app/issues"
},
"homepage": "https://github.com/topcoder-platform/community-app#readme",
"engines": {
"node": "^8.11.2",
"npm": "^5.6.0"
},
"dependencies": {
"@hapi/joi": "^16.1.4",
"@optimizely/react-sdk": "^2.5.0",
"@topcoder-platform/tc-auth-lib": "topcoder-platform/tc-auth-lib#1.0.4",
"aos": "^2.3.4",
"atob": "^2.1.1",
"babel-register": "^6.26.0",
"babel-runtime": "^6.26.0",
"blueimp-load-image": "^2.19.0",
"body-parser": "^1.18.3",
"browser-cookies": "^1.2.0",
"classnames": "^2.2.6",
"config": "^1.30.0",
"contentful": "^7.14.2",
"contentful-management": "^5.10.0",
"cookie-parser": "^1.4.3",
"cors": "^2.8.5",
"country-list": "^2.1.1",
"d3": "3.5.17",
"date-fns": "^2.16.1",
"dd-trace": "^0.7.1",
"draft-js": "^0.10.4",
"draft-js-export-html": "^1.2.0",
"draft-js-markdown-shortcuts-plugin": "^0.3.0",
"draft-js-plugins-editor": "^2.0.3",
"express": "^4.16.3",
"filestack-js": "^1.7.7",
"filestack-react": "^2.0.0",
"flag-icon-css": "^3.3.0",
"focus-trap-react": "^6.0.0",
"form-data": "^3.0.0",
"google-spreadsheet": "^3.1.15",
"helmet": "^3.12.1",
"highcharts": "^9.3.2",
"highcharts-react-official": "^3.1.0",
"highlight.js": "^9.18.1",
"html-to-text": "^5.1.1",
"http-status-codes": "^1.3.2",
"i18n-iso-countries": "^3.7.1",
"immutable": "^3.8.2",
"isomorphic-fetch": "^2.2.1",
"joi": "^17.4.0",
"js-beautify": "^1.10.3",
"le_node": "^1.7.0",
"localStorage": "^1.0.4",
"lodash": "^4.17.10",
"markdown-it": "^8.4.1",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"moment": "^2.22.2",
"moment-duration-format": "^2.2.2",
"moment-timezone": "^0.5.21",
"money": "^0.2.0",
"morgan": "^1.9.0",
"multer": "^1.4.2",
"navigation-component": "github:topcoder-platform/navigation-component#develop",
"navigation-component-tco": "github:topcoder-platform/navigation-component-tco#new-dev",
"node-cache": "^5.1.2",
"node-forge": "^0.7.5",
"nuka-carousel": "^4.5.3",
"postcss": "^6.0.23",
"prop-types": "^15.6.2",
"qs": "^6.5.2",
"query-string": "^6.4.0",
"raf": "^3.4.0",
"rc-tooltip": "^3.4.9",
"react": "^16.4.1",
"react-addons-css-transition-group": "^15.6.2",
"react-anchor-link-smooth-scroll": "^1.0.11",
"react-color": "^2.13.8",
"react-css-super-themr": "^2.2.0",
"react-custom-scrollbars": "^4.2.1",
"react-date-range": "^1.1.3",
"react-dates": "^18.2.2",
"react-dom": "^16.4.1",
"react-dotdotdot": "^1.3.1",
"react-dropzone": "^11.2.0",
"react-ga": "^2.7.0",
"react-helmet": "^5.2.0",
"react-html-parser": "^2.0.2",
"react-image-fallback": "^7.1.0",
"react-image-filter": "^0.1.2",
"react-infinite-scroller": "^1.1.4",
"react-inlinesvg": "^0.8.4",
"react-input-mask": "^3.0.0-alpha.2",
"react-markdown": "^4.3.1",
"react-masonry-css": "^1.0.16",
"react-paginate": "^6.3.2",
"react-player": "^0.24.1",
"react-redux": "^5.0.7",
"react-redux-toastr": "^7.2.6",
"react-responsive": "^8.1.0",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-select": "^1.2.0",
"react-slick": "^0.15.4",
"react-stickynode": "^1.4.1",
"react-svg": "^4.1.1",
"react-syntax-highlighter": "^12.2.1",
"react-tabs": "^2.2.2",
"react-touch-events": "^2.1.0",
"react-waypoint": "^7.1.0",
"redux": "^3.7.2",
"redux-actions": "^2.4.0",
"redux-promise": "^0.6.0",
"request-ip": "^2.0.2",
"require-context": "^1.1.0",
"rss": "^1.2.2",
"rss-parser": "^3.12.0",
"serialize-javascript": "^2.1.1",
"serve-favicon": "^2.5.0",
"sharp": "^0.20.5",
"shortid": "^2.2.8",
"showdown": "^1.8.6",
"slick-carousel": "^1.8.1",
"supertest": "^3.1.0",
"tc-core-library-js": "github:appirio-tech/tc-core-library-js#v2.6.3",
"tc-ui": "^1.0.12",
"topcoder-react-lib": "1.2.10",
"topcoder-react-ui-kit": "2.0.1",
"topcoder-react-utils": "0.7.8",
"turndown": "^4.0.2",
"url-parse": "^1.4.1",
"uuid": "^3.3.2",
"valid-url": "^1.0.9",
"xml2json": "^0.11.2"
},
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"autoprefixer": "^8.6.4",
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.5",
"babel-jest": "^23.2.0",
"babel-loader": "^7.1.4",
"babel-plugin-css-modules-transform": "^1.6.1",
"babel-plugin-dynamic-import-node": "^2.0.0",
"babel-plugin-inline-react-svg": "^0.5.3",
"babel-plugin-module-resolver": "^3.1.1",
"babel-plugin-react-css-modules": "^3.4.2",
"babel-plugin-transform-assets": "^1.0.1",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"command-line-args": "^5.0.2",
"command-line-usage": "^5.0.5",
"conventional-changelog-cli": "^2.0.31",
"copy-webpack-plugin": "^4.5.2",
"cross-env": "^5.2.0",
"css-loader": "^0.28.11",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^17.0.0",
"eslint-import-resolver-babel-module": "^4.0.0-beta.3",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jest": "^21.17.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.10.0",
"file-loader": "^1.1.11",
"happypack": "^5.0.1",
"husky": "^4.2.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^23.2.0",
"jsdoc-to-markdown": "^4.0.1",
"mini-css-extract-plugin": "^0.4.1",
"mkpath": "^1.0.0",
"mockdate": "^2.0.2",
"node-sass": "^4.9.0",
"nodelist-foreach-polyfill": "^1.2.0",
"optimize-css-assets-webpack-plugin": "^4.0.3",
"postcss-loader": "^2.1.5",
"postcss-scss": "^1.0.6",
"postcss-url": "^7.3.2",
"react-hot-loader": "^4.3.3",
"react-test-renderer": "^16.4.1",
"redux-devtools": "^3.4.1",
"redux-devtools-dock-monitor": "^1.1.3",
"redux-devtools-log-monitor": "^1.4.0",
"redux-mock-store": "^1.5.3",
"resolve-url-loader": "^2.3.0",
"rimraf": "^2.6.2",
"sass-loader": "^7.0.3",
"style-loader": "^0.21.0",
"stylelint": "^9.3.0",
"stylelint-config-standard": "^18.2.0",
"webpack": "4.28.4",
"webpack-cli": "^3.0.8",
"webpack-dev-middleware": "^3.1.3",
"webpack-hot-middleware": "^2.22.2",
"webpack-merge": "^4.1.3",
"webpack-pwa-manifest": "^3.7.1",
"webpack-stats-plugin": "^0.2.1",
"workbox-webpack-plugin": "^3.6.2"
},
"volta": {
"node": "8.11.2"
}
}