|
13 | 13 | "axios": "^0.19.0", |
14 | 14 | "babel-core": "7.0.0-bridge.0", |
15 | 15 | "babel-eslint": "9.0.0", |
16 | | - "babel-jest": "23.6.0", |
17 | 16 | "babel-loader": "8.0.4", |
18 | 17 | "babel-plugin-named-asset-import": "^0.3.0", |
19 | 18 | "babel-preset-react-app": "^7.0.0", |
|
25 | 24 | "css-loader": "1.0.0", |
26 | 25 | "dotenv": "6.0.0", |
27 | 26 | "dotenv-expand": "4.2.0", |
28 | | - "eslint": "5.6.0", |
29 | | - "eslint-config-react-app": "^3.0.6", |
30 | | - "eslint-config-standard": "^12.0.0", |
31 | | - "eslint-config-standard-react": "^7.0.2", |
32 | | - "eslint-loader": "2.1.1", |
33 | | - "eslint-plugin-flowtype": "2.50.1", |
34 | | - "eslint-plugin-import": "^2.14.0", |
35 | | - "eslint-plugin-jsx-a11y": "6.1.2", |
36 | | - "eslint-plugin-node": "^8.0.1", |
37 | | - "eslint-plugin-promise": "^4.0.1", |
38 | | - "eslint-plugin-react": "7.11.1", |
39 | | - "eslint-plugin-standard": "^4.0.0", |
| 27 | + "easymde": "^2.18.0", |
40 | 28 | "express": "^4.16.4", |
| 29 | + "fflate": "^0.7.4", |
41 | 30 | "file-loader": "2.0.0", |
42 | 31 | "filestack-js": "^3.20.0", |
| 32 | + "filestack-react": "^4.0.1", |
43 | 33 | "fs-extra": "7.0.0", |
44 | 34 | "html-webpack-plugin": "4.0.0-alpha.2", |
45 | 35 | "identity-obj-proxy": "3.0.0", |
46 | | - "jest": "23.6.0", |
47 | | - "jest-pnp-resolver": "1.0.1", |
48 | | - "jest-resolve": "23.6.0", |
49 | 36 | "jquery": "^3.4.1", |
50 | 37 | "jstimezonedetect": "^1.0.6", |
51 | 38 | "jwt-decode": "^2.2.0", |
52 | 39 | "lodash": "^4.17.11", |
53 | | - "marked": "^1.0.0", |
54 | 40 | "mini-css-extract-plugin": "0.4.3", |
55 | 41 | "moment": "^2.24.0", |
56 | 42 | "moment-duration-format": "^2.2.2", |
57 | 43 | "moment-timezone": "^0.5.34", |
58 | 44 | "node-sass": "^4.14.0", |
| 45 | + "normalize-text": "^2.4.1", |
59 | 46 | "optimize-css-assets-webpack-plugin": "5.0.1", |
60 | 47 | "pnp-webpack-plugin": "1.1.0", |
61 | 48 | "postcss-flexbugs-fixes": "4.1.0", |
|
76 | 63 | "react-dom": "^16.7.0", |
77 | 64 | "react-google-charts": "^3.0.13", |
78 | 65 | "react-helmet": "^5.2.0", |
| 66 | + "react-hot-loader": "^4.13.1", |
79 | 67 | "react-idle-timer": "^4.6.4", |
80 | 68 | "react-js-pagination": "^3.0.3", |
| 69 | + "react-markdown": "^6.0.3", |
81 | 70 | "react-popper": "^2.2.4", |
82 | 71 | "react-redux": "^6.0.0", |
83 | 72 | "react-redux-toastr": "^7.5.1", |
|
90 | 79 | "redux-logger": "^3.0.6", |
91 | 80 | "redux-promise-middleware": "4.2.1", |
92 | 81 | "redux-thunk": "^2.3.0", |
| 82 | + "rehype-katex": "^5.0.0", |
| 83 | + "rehype-raw": "^5.1.0", |
| 84 | + "rehype-stringify": "^8.0.0", |
| 85 | + "remark-breaks": "^2.0.2", |
| 86 | + "remark-frontmatter": "^3.0.0", |
| 87 | + "remark-gfm": "^1.0.0", |
| 88 | + "remark-math": "^4.0.0", |
| 89 | + "remark-parse": "^10.0.1", |
93 | 90 | "resolve": "1.8.1", |
94 | 91 | "sass-loader": "7.1.0", |
95 | | - "simplemde": "^1.11.2", |
96 | 92 | "style-loader": "0.23.0", |
97 | 93 | "tc-auth-lib": "topcoder-platform/tc-auth-lib#1.0.4", |
98 | 94 | "terser": "^3.16.1", |
99 | 95 | "terser-webpack-plugin": "1.1.0", |
100 | 96 | "topcoder-healthcheck-dropin": "^1.0.3", |
| 97 | + "topcoder-react-lib": "^1.2.10", |
101 | 98 | "url-loader": "1.1.1", |
102 | 99 | "webpack": "^4.43.0", |
103 | 100 | "webpack-dev-server": "^3.11.0", |
|
174 | 171 | ] |
175 | 172 | }, |
176 | 173 | "devDependencies": { |
177 | | - "standard": "^12.0.1" |
| 174 | + "standard": "^12.0.1", |
| 175 | + "eslint": "5.6.0", |
| 176 | + "eslint-config-react-app": "^3.0.6", |
| 177 | + "eslint-config-standard": "^12.0.0", |
| 178 | + "eslint-config-standard-react": "^7.0.2", |
| 179 | + "eslint-loader": "2.1.1", |
| 180 | + "eslint-plugin-flowtype": "2.50.1", |
| 181 | + "eslint-plugin-import": "^2.14.0", |
| 182 | + "eslint-plugin-jsx-a11y": "6.1.2", |
| 183 | + "eslint-plugin-node": "^8.0.1", |
| 184 | + "eslint-plugin-promise": "^4.0.1", |
| 185 | + "eslint-plugin-react": "7.11.1", |
| 186 | + "eslint-plugin-standard": "^4.0.0", |
| 187 | + "jest": "23.6.0", |
| 188 | + "jest-pnp-resolver": "1.0.1", |
| 189 | + "jest-resolve": "23.6.0", |
| 190 | + "babel-jest": "23.6.0" |
178 | 191 | }, |
179 | 192 | "volta": { |
180 | | - "node": "10.15.3" |
| 193 | + "node": "12.17.0" |
181 | 194 | } |
182 | 195 | } |
0 commit comments