|
5 | 5 | "scripts": { |
6 | 6 | "start": "sh start-ssl.sh", |
7 | 7 | "start:bsouza": "sh start-ssl-bsouza.sh", |
| 8 | + "start:mfe": "cross-env webpack-dev-server --port 8519 --host 0.0.0.0", |
8 | 9 | "build": "react-scripts build", |
9 | 10 | "build:dev": "sh build-dev.sh", |
10 | 11 | "build:prod": "sh build-prod.sh", |
11 | 12 | "eject": "react-scripts eject", |
12 | | - "lint": "tslint src/**/*.{ts,tsx}", |
13 | | - "lint:fix": "tslint src/**/*.{ts,tsx} --fix", |
| 13 | + "lint": "tslint 'src-ts/**/*.{ts,tsx}'", |
| 14 | + "lint:fix": "tslint 'src-ts/**/*.{ts,tsx}' --fix", |
| 15 | + "eslint": "eslint 'src/**/*.{js,jsx}'", |
| 16 | + "eslint:fix": "eslint 'src/**/*.{js,jsx}' --fix", |
14 | 17 | "test": "react-scripts test", |
15 | 18 | "test:no-watch": "npm test -- --watchAll=false" |
16 | 19 | }, |
17 | 20 | "dependencies": { |
18 | 21 | "@datadog/browser-logs": "^4.5.0", |
19 | 22 | "@heroicons/react": "^1.0.6", |
| 23 | + "apexcharts": "^3.35.3", |
20 | 24 | "axios": "^0.26.1", |
21 | 25 | "browser-cookies": "^1.2.0", |
22 | 26 | "classnames": "^2.3.1", |
| 27 | + "crypto-js": "^4.1.1", |
| 28 | + "lodash": "^4.17.21", |
| 29 | + "moment": "^2.29.3", |
| 30 | + "moment-timezone": "^0.5.34", |
| 31 | + "prop-types": "^15.8.1", |
| 32 | + "rc-checkbox": "^2.3.2", |
23 | 33 | "react": "^17.0.2", |
| 34 | + "react-apexcharts": "^1.4.0", |
24 | 35 | "react-dom": "^17.0.2", |
| 36 | + "react-elastic-carousel": "^0.11.5", |
25 | 37 | "react-gtm-module": "^2.0.11", |
| 38 | + "react-redux": "^8.0.2", |
| 39 | + "react-redux-toastr": "^7.6.8", |
26 | 40 | "react-responsive-modal": "^6.2.0", |
27 | 41 | "react-router-dom": "^6.2.1", |
28 | 42 | "react-scripts": "5.0.0", |
| 43 | + "react-select": "^5.3.2", |
| 44 | + "react-spinners": "^0.13.1", |
29 | 45 | "react-toastify": "^8.2.0", |
| 46 | + "react-tooltip": "^4.2.21", |
| 47 | + "redux": "^4.2.0", |
| 48 | + "redux-logger": "^3.0.6", |
| 49 | + "redux-promise-middleware": "^6.1.2", |
| 50 | + "redux-thunk": "^2.4.1", |
30 | 51 | "sass": "^1.49.8", |
| 52 | + "styled-components": "^5.3.5", |
31 | 53 | "tc-auth-lib": "topcoder-platform/tc-auth-lib#1.0.3", |
32 | 54 | "typescript": "^4.4.2", |
| 55 | + "uuid": "^8.3.2", |
33 | 56 | "web-vitals": "^2.1.0" |
34 | 57 | }, |
35 | 58 | "devDependencies": { |
| 59 | + "@babel/core": "^7.7.5", |
| 60 | + "@babel/plugin-syntax-jsx": "^7.17.12", |
| 61 | + "@babel/plugin-transform-runtime": "^7.8.3", |
| 62 | + "@babel/preset-env": "^7.7.6", |
| 63 | + "@babel/preset-react": "^7.7.4", |
| 64 | + "@babel/preset-typescript": "^7.16.7", |
| 65 | + "@babel/runtime": "^7.8.7", |
| 66 | + "@stripe/react-stripe-js": "1.7.2", |
| 67 | + "@stripe/stripe-js": "1.29.0", |
36 | 68 | "@testing-library/jest-dom": "^5.14.1", |
37 | 69 | "@testing-library/react": "^12.0.0", |
38 | 70 | "@testing-library/user-event": "^13.2.1", |
39 | 71 | "@types/axios": "^0.14.0", |
40 | 72 | "@types/jest": "^27.0.1", |
| 73 | + "@types/lodash": "^4.14.182", |
41 | 74 | "@types/node": "^16.7.13", |
| 75 | + "@types/reach__router": "^1.3.10", |
42 | 76 | "@types/react": "^17.0.20", |
43 | 77 | "@types/react-dom": "^17.0.9", |
44 | 78 | "@types/react-gtm-module": "^2.0.1", |
45 | | - "@types/react-router-dom": "^5.3.3" |
| 79 | + "@types/react-redux-toastr": "^7.6.2", |
| 80 | + "@types/react-router-dom": "^5.3.3", |
| 81 | + "@types/systemjs": "^6.1.0", |
| 82 | + "autoprefixer": "^9.8.6", |
| 83 | + "babel-eslint": "^11.0.0-beta.2", |
| 84 | + "babel-jest": "^24.9.0", |
| 85 | + "babel-plugin-inline-react-svg": "^1.1.2", |
| 86 | + "babel-plugin-module-resolver": "^4.0.0", |
| 87 | + "babel-plugin-react-css-modules": "^5.2.6", |
| 88 | + "concurrently": "^5.0.1", |
| 89 | + "config": "^3.3.6", |
| 90 | + "cross-env": "^7.0.2", |
| 91 | + "customize-cra": "^1.0.0", |
| 92 | + "eslint": "^8.18.0", |
| 93 | + "eslint-config-prettier": "^6.7.0", |
| 94 | + "eslint-config-react-app": "^7.0.1", |
| 95 | + "eslint-config-react-important-stuff": "^2.0.0", |
| 96 | + "eslint-plugin-prettier": "^3.1.1", |
| 97 | + "file-loader": "^6.2.0", |
| 98 | + "identity-obj-proxy": "^3.0.0", |
| 99 | + "jest": "^25.2.7", |
| 100 | + "jest-cli": "^25.2.7", |
| 101 | + "postcss-loader": "^4.0.4", |
| 102 | + "postcss-scss": "^3.0.2", |
| 103 | + "prettier": "^2.0.4", |
| 104 | + "pretty-quick": "^2.0.1", |
| 105 | + "react-app-rewired": "^2.2.1", |
| 106 | + "resolve-url-loader": "^3.1.2", |
| 107 | + "sass": "^1.48.0", |
| 108 | + "sass-loader": "^10.0.5", |
| 109 | + "single-spa-react": "^2.14.0", |
| 110 | + "style-loader": "^2.0.0", |
| 111 | + "systemjs-webpack-interop": "^2.1.2", |
| 112 | + "webpack": "^4.41.2", |
| 113 | + "webpack-cli": "^3.3.10", |
| 114 | + "webpack-config-single-spa-react": "^1.0.3", |
| 115 | + "webpack-dev-server": "^3.9.0", |
| 116 | + "webpack-merge": "^4.2.2" |
46 | 117 | }, |
47 | 118 | "eslintConfig": { |
48 | 119 | "extends": [ |
|
0 commit comments