|
5 | 5 | "scripts": { |
6 | 6 | "dev": "yarn react-app-rewired start", |
7 | 7 | "start": "sh start-ssl.sh", |
8 | | - "start:bsouza": "sudo sh start-ssl-bsouza.sh", |
| 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}'", |
|
15 | 16 | "eslint:fix": "eslint 'src/**/*.{js,jsx}' --fix", |
16 | 17 | "test": "react-scripts test --watchAll", |
17 | 18 | "test:no-watch": "react-scripts test --watchAll=false --passWithNoTests", |
18 | | - "cy:run": "cypress run", |
| 19 | + "cy:run": "cypress run --reporter junit", |
19 | 20 | "cy:ci": "start-server-and-test 'serve -s build -n -p 3000' http://localhost:3000 'cy:run'", |
20 | 21 | "report:coverage": "nyc report --reporter=html", |
21 | 22 | "report:coverage:text": "nyc report --reporter=text" |
22 | 23 | }, |
23 | 24 | "dependencies": { |
24 | 25 | "@datadog/browser-logs": "^4.7.1", |
25 | 26 | "@heroicons/react": "^1.0.6", |
26 | | - "@types/dompurify": "^2.3.3", |
27 | | - "@types/highlightjs": "^9.12.2", |
28 | | - "@types/marked": "4.0.3", |
29 | 27 | "apexcharts": "^3.35.3", |
30 | 28 | "axios": "^0.26.1", |
31 | 29 | "browser-cookies": "^1.2.0", |
|
37 | 35 | "highlight.js": "^11.6.0", |
38 | 36 | "html2canvas": "^1.4.1", |
39 | 37 | "lodash": "^4.17.21", |
| 38 | + "markdown-it": "^13.0.1", |
40 | 39 | "marked": "4.0.3", |
41 | 40 | "moment": "^2.29.3", |
42 | 41 | "moment-timezone": "^0.5.34", |
43 | 42 | "prop-types": "^15.8.1", |
| 43 | + "qs": "^6.11.0", |
44 | 44 | "rc-checkbox": "^2.3.2", |
45 | 45 | "react": "^17.0.2", |
46 | 46 | "react-apexcharts": "^1.4.0", |
47 | 47 | "react-app-rewired": "^2.2.1", |
| 48 | + "react-contenteditable": "^3.3.6", |
48 | 49 | "react-dom": "^17.0.2", |
49 | 50 | "react-elastic-carousel": "^0.11.5", |
50 | 51 | "react-gtm-module": "^2.0.11", |
|
63 | 64 | "redux-thunk": "^2.4.1", |
64 | 65 | "sass": "^1.49.8", |
65 | 66 | "styled-components": "^5.3.5", |
| 67 | + "swr": "^1.3.0", |
66 | 68 | "tc-auth-lib": "topcoder-platform/tc-auth-lib#1.0.4", |
67 | 69 | "typescript": "^4.6.3", |
68 | 70 | "uuid": "^8.3.2" |
|
82 | 84 | "@testing-library/react": "^12.0.0", |
83 | 85 | "@testing-library/user-event": "^13.2.1", |
84 | 86 | "@types/axios": "^0.14.0", |
| 87 | + "@types/cypress": "^1.1.3", |
| 88 | + "@types/dompurify": "^2.3.3", |
| 89 | + "@types/highlightjs": "^9.12.2", |
85 | 90 | "@types/jest": "^27.0.1", |
86 | 91 | "@types/lodash": "^4.14.182", |
| 92 | + "@types/markdown-it": "^12.2.3", |
| 93 | + "@types/marked": "4.0.3", |
87 | 94 | "@types/node": "^18.7.13", |
88 | 95 | "@types/reach__router": "^1.3.10", |
89 | 96 | "@types/react": "^18.0.5", |
|
94 | 101 | "@types/segment-analytics": "^0.0.34", |
95 | 102 | "@types/systemjs": "^6.1.0", |
96 | 103 | "@types/uuid": "^8.3.4", |
| 104 | + "@wdio/junit-reporter": "^7.24.0", |
97 | 105 | "autoprefixer": "^9.8.6", |
98 | 106 | "babel-eslint": "^11.0.0-beta.2", |
99 | 107 | "babel-jest": "^24.9.0", |
|
0 commit comments