|
7 | 7 | "start": "sh start-ssl.sh", |
8 | 8 | "start:brooke": "sudo sh start-ssl-brooke.sh", |
9 | 9 | "build": "yarn react-app-rewired build", |
| 10 | + "postbuild": "gzip build/static/js/*.js && gzip build/static/css/*.css", |
10 | 11 | "lint": "tslint 'src-ts/**/*.{ts,tsx}' && eslint 'src*/**/*.{js,jsx,ts,tsx}'", |
11 | 12 | "lint:fix": "tslint 'src-ts/**/*.{ts,tsx}' --fix && eslint 'src*/**/*.{js,jsx,ts,tsx}' --fix", |
12 | 13 | "tslint": "tslint 'src-ts/**/*.{ts,tsx}'", |
|
34 | 35 | "highlight.js": "^11.6.0", |
35 | 36 | "html2canvas": "^1.4.1", |
36 | 37 | "lodash": "^4.17.21", |
| 38 | + "markdown-it": "^13.0.1", |
37 | 39 | "marked": "4.1.1", |
38 | 40 | "moment": "^2.29.4", |
39 | 41 | "moment-timezone": "^0.5.37", |
40 | 42 | "prop-types": "^15.8.1", |
| 43 | + "qs": "^6.11.0", |
41 | 44 | "rc-checkbox": "^2.3.2", |
42 | 45 | "react": "^18.2.0", |
43 | 46 | "react-apexcharts": "^1.4.0", |
44 | 47 | "react-app-rewired": "^2.2.1", |
| 48 | + "react-contenteditable": "^3.3.6", |
45 | 49 | "react-dom": "^18.2.0", |
46 | 50 | "react-elastic-carousel": "^0.11.5", |
47 | 51 | "react-gtm-module": "^2.0.11", |
|
58 | 62 | "redux-logger": "^3.0.6", |
59 | 63 | "redux-promise-middleware": "^6.1.3", |
60 | 64 | "redux-thunk": "^2.4.1", |
| 65 | + "sanitize-html": "^2.7.2", |
61 | 66 | "sass": "^1.55.0", |
62 | 67 | "styled-components": "^5.3.6", |
63 | 68 | "swr": "^1.3.0", |
|
85 | 90 | "@types/highlightjs": "^9.12.2", |
86 | 91 | "@types/jest": "^29.1.2", |
87 | 92 | "@types/lodash": "^4.14.186", |
| 93 | + "@types/markdown-it": "^12.2.3", |
88 | 94 | "@types/marked": "4.0.7", |
89 | 95 | "@types/node": "^18.8.5", |
90 | 96 | "@types/reach__router": "^1.3.11", |
|
93 | 99 | "@types/react-gtm-module": "^2.0.1", |
94 | 100 | "@types/react-redux-toastr": "^7.6.2", |
95 | 101 | "@types/react-router-dom": "^5.3.3", |
| 102 | + "@types/sanitize-html": "^2.6.2", |
96 | 103 | "@types/segment-analytics": "^0.0.34", |
97 | 104 | "@types/systemjs": "^6.1.1", |
98 | 105 | "@types/uuid": "^8.3.4", |
|
0 commit comments