|
6 | 6 | "start": "sh start-ssl.sh", |
7 | 7 | "start:bsouza": "sh start-ssl-bsouza.sh", |
8 | 8 | "build": "yarn react-app-rewired build", |
9 | | - "lint": "tslint 'src-ts/**/*.{ts,tsx}'", |
10 | | - "lint:fix": "tslint 'src-ts/**/*.{ts,tsx}' --fix", |
| 9 | + "lint": "tslint 'src-ts/**/*.{ts,tsx}' && eslint 'src*/**/*.{js,jsx,ts,tsx}'", |
| 10 | + "lint:fix": "tslint 'src-ts/**/*.{ts,tsx}' --fix && eslint 'src*/**/*.{js,jsx,ts,tsx}' --fix", |
| 11 | + "tslint": "tslint 'src-ts/**/*.{ts,tsx}'", |
| 12 | + "tslint:fix": "tslint 'src-ts/**/*.{ts,tsx}' --fix", |
11 | 13 | "eslint": "eslint 'src/**/*.{js,jsx}'", |
12 | 14 | "eslint:fix": "eslint 'src/**/*.{js,jsx}' --fix", |
13 | 15 | "test": "react-scripts test --watchAll", |
14 | 16 | "test:no-watch": "react-scripts test --watchAll=false --passWithNoTests" |
15 | 17 | }, |
16 | 18 | "dependencies": { |
17 | | - "@datadog/browser-logs": "^4.5.0", |
| 19 | + "@datadog/browser-logs": "^4.7.1", |
18 | 20 | "@heroicons/react": "^1.0.6", |
19 | 21 | "apexcharts": "^3.35.3", |
20 | 22 | "axios": "^0.26.1", |
21 | 23 | "browser-cookies": "^1.2.0", |
22 | 24 | "classnames": "^2.3.1", |
23 | 25 | "crypto-js": "^4.1.1", |
| 26 | + "customize-cra": "^1.0.0", |
| 27 | + "html2canvas": "^1.4.1", |
24 | 28 | "lodash": "^4.17.21", |
25 | 29 | "moment": "^2.29.3", |
26 | 30 | "moment-timezone": "^0.5.34", |
27 | 31 | "prop-types": "^15.8.1", |
28 | 32 | "rc-checkbox": "^2.3.2", |
29 | 33 | "react": "^17.0.2", |
30 | 34 | "react-apexcharts": "^1.4.0", |
| 35 | + "react-app-rewired": "^2.2.1", |
31 | 36 | "react-dom": "^17.0.2", |
32 | 37 | "react-elastic-carousel": "^0.11.5", |
33 | 38 | "react-gtm-module": "^2.0.11", |
|
46 | 51 | "redux-thunk": "^2.4.1", |
47 | 52 | "sass": "^1.49.8", |
48 | 53 | "styled-components": "^5.3.5", |
49 | | - "tc-auth-lib": "topcoder-platform/tc-auth-lib#1.0.3", |
50 | | - "typescript": "^4.4.2", |
51 | | - "uuid": "^8.3.2", |
52 | | - "web-vitals": "^2.1.0" |
| 54 | + "tc-auth-lib": "topcoder-platform/tc-auth-lib#1.0.4", |
| 55 | + "typescript": "^4.6.3", |
| 56 | + "uuid": "^8.3.2" |
53 | 57 | }, |
54 | 58 | "devDependencies": { |
55 | 59 | "@babel/core": "^7.7.5", |
|
67 | 71 | "@types/axios": "^0.14.0", |
68 | 72 | "@types/jest": "^27.0.1", |
69 | 73 | "@types/lodash": "^4.14.182", |
70 | | - "@types/node": "^16.7.13", |
| 74 | + "@types/node": "^17.0.24", |
71 | 75 | "@types/reach__router": "^1.3.10", |
72 | | - "@types/react": "^17.0.20", |
73 | | - "@types/react-dom": "^17.0.9", |
| 76 | + "@types/react": "^18.0.5", |
| 77 | + "@types/react-dom": "^18.0.1", |
74 | 78 | "@types/react-gtm-module": "^2.0.1", |
75 | 79 | "@types/react-redux-toastr": "^7.6.2", |
76 | 80 | "@types/react-router-dom": "^5.3.3", |
| 81 | + "@types/segment-analytics": "^0.0.34", |
77 | 82 | "@types/systemjs": "^6.1.0", |
| 83 | + "@types/uuid": "^8.3.4", |
78 | 84 | "autoprefixer": "^9.8.6", |
79 | 85 | "babel-eslint": "^11.0.0-beta.2", |
80 | 86 | "babel-jest": "^24.9.0", |
|
84 | 90 | "concurrently": "^5.0.1", |
85 | 91 | "config": "^3.3.6", |
86 | 92 | "cross-env": "^7.0.2", |
87 | | - "customize-cra": "^1.0.0", |
88 | 93 | "eslint": "^8.18.0", |
89 | 94 | "eslint-config-prettier": "^6.7.0", |
90 | 95 | "eslint-config-react-app": "^7.0.1", |
91 | 96 | "eslint-config-react-important-stuff": "^2.0.0", |
92 | 97 | "eslint-plugin-prettier": "^3.1.1", |
93 | 98 | "file-loader": "^6.2.0", |
| 99 | + "husky": "^8.0.0", |
94 | 100 | "identity-obj-proxy": "^3.0.0", |
95 | 101 | "jest": "^25.2.7", |
96 | 102 | "jest-cli": "^25.2.7", |
| 103 | + "lint-staged": "^13.0.3", |
97 | 104 | "postcss-loader": "^4.0.4", |
98 | 105 | "postcss-scss": "^3.0.2", |
99 | 106 | "prettier": "^2.0.4", |
100 | 107 | "pretty-quick": "^2.0.1", |
101 | | - "react-app-rewired": "^2.2.1", |
102 | 108 | "resolve-url-loader": "^3.1.2", |
103 | | - "sass": "^1.48.0", |
104 | 109 | "sass-loader": "^10.0.5", |
105 | 110 | "style-loader": "^2.0.0", |
106 | 111 | "systemjs-webpack-interop": "^2.1.2", |
|
0 commit comments