|
4 | 4 | "private": true, |
5 | 5 | "license": "ISC", |
6 | 6 | "scripts": { |
7 | | - "dev": "craco start --mode ${REACT_APP_HOST_ENV:-dev}", |
| 7 | + "dev": "craco start --mode ${LOGICAL_ENV:-dev}", |
8 | 8 | "start": "bash start.sh", |
9 | | - "build": "export CI=false && craco build --mode ${REACT_APP_HOST_ENV:-prod}", |
10 | | - "build:dev": "craco build --mode ${REACT_APP_HOST_ENV:-dev}", |
| 9 | + "build": "export CI=false && craco build --mode ${LOGICAL_ENV:-prod}", |
| 10 | + "build:dev": "craco build --mode ${LOGICAL_ENV:-dev}", |
11 | 11 | "demo": "npx http-server --port 443 -a 0.0.0.0 -S -C ./ssl/rootCA.crt -K ./ssl/rootCA.key -P https://local.topcoder-dev.com? --proxy-options.secure false ./build", |
12 | | - "lint": "eslint -c ./src/.eslintrc.js 'src/**/*.{ts,tsx}'", |
13 | | - "lint:fix": "eslint -c ./src/.eslintrc.js 'src/**/*.{ts,tsx}' --fix", |
| 12 | + "lint": "eslint -c ./src/.eslintrc.js 'src/**/*.{ts,tsx,js,jsx}'", |
| 13 | + "lint:fix": "yarn lint --fix", |
14 | 14 | "test": "craco test --watchAll", |
15 | 15 | "test:no-watch": "craco test --watchAll=false --passWithNoTests", |
16 | 16 | "cy:run": "cypress run --reporter junit", |
|
23 | 23 | "dependencies": { |
24 | 24 | "@datadog/browser-logs": "^4.21.2", |
25 | 25 | "@heroicons/react": "^1.0.6", |
| 26 | + "@popperjs/core": "^2.11.8", |
| 27 | + "@segment/analytics-next": "^1.53.3", |
26 | 28 | "@sprig-technologies/sprig-browser": "^2.20.1", |
27 | 29 | "@storybook/addon-actions": "^7.0.5", |
28 | 30 | "@storybook/react": "^7.0.5", |
|
32 | 34 | "apexcharts": "^3.36.0", |
33 | 35 | "axios": "^1.1.2", |
34 | 36 | "browser-cookies": "^1.2.0", |
| 37 | + "city-timezones": "^1.2.1", |
35 | 38 | "classnames": "^2.3.2", |
36 | 39 | "contentful": "^9.2.5", |
37 | 40 | "country-calling-code": "0.0.3", |
38 | 41 | "crypto-js": "^4.1.1", |
39 | 42 | "customize-cra": "^1.0.0", |
| 43 | + "date-fns": "^2.30.0", |
40 | 44 | "dompurify": "^2.4.0", |
41 | 45 | "draft-js": "^0.10.4", |
42 | 46 | "draft-js-export-html": "^1.2.0", |
|
73 | 77 | "react-contenteditable": "^3.3.6", |
74 | 78 | "react-css-super-themr": "^2.2.0", |
75 | 79 | "react-date-range": "^1.1.3", |
| 80 | + "react-datepicker": "^4.14.1", |
76 | 81 | "react-dom": "^18.2.0", |
77 | 82 | "react-dropzone": "^11.3.2", |
78 | 83 | "react-elastic-carousel": "^0.11.5", |
79 | 84 | "react-gtm-module": "^2.0.11", |
80 | 85 | "react-helmet": "^6.1.0", |
81 | 86 | "react-html-parser": "^2.0.2", |
82 | 87 | "react-markdown": "8.0.6", |
| 88 | + "react-popper": "^2.3.0", |
83 | 89 | "react-redux": "^8.0.4", |
84 | 90 | "react-redux-toastr": "^7.6.10", |
85 | 91 | "react-responsive": "^9.0.0-beta.5", |
|
113 | 119 | "tc-auth-lib": "topcoder-platform/tc-auth-lib#1.0.26", |
114 | 120 | "turndown": "^4.0.2", |
115 | 121 | "typescript": "^4.8.4", |
116 | | - "universal-navigation": "https://github.com/topcoder-platform/universal-navigation", |
| 122 | + "universal-navigation": "https://github.com/topcoder-platform/universal-navigation#9fc50d938be7182", |
117 | 123 | "uuid": "^9.0.0" |
118 | 124 | }, |
119 | 125 | "devDependencies": { |
|
148 | 154 | "@types/node": "^18.8.5", |
149 | 155 | "@types/reach__router": "^1.3.11", |
150 | 156 | "@types/react": "^18.0.21", |
| 157 | + "@types/react-datepicker": "^4.11.2", |
151 | 158 | "@types/react-dom": "^18.0.6", |
152 | 159 | "@types/react-gtm-module": "^2.0.1", |
153 | 160 | "@types/react-helmet": "^6.1.6", |
154 | 161 | "@types/react-redux-toastr": "^7.6.2", |
155 | 162 | "@types/react-router-dom": "^5.3.3", |
156 | 163 | "@types/redux-actions": "2.6.2", |
| 164 | + "@types/redux-logger": "^3.0.9", |
| 165 | + "@types/redux-promise": "^0.5.29", |
157 | 166 | "@types/sanitize-html": "^2.6.2", |
158 | | - "@types/segment-analytics": "^0.0.34", |
159 | 167 | "@types/systemjs": "^6.1.1", |
160 | 168 | "@types/uuid": "^8.3.4", |
161 | 169 | "@typescript-eslint/eslint-plugin": "^5.30.6", |
|
0 commit comments