|
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 | 12 | "lint": "eslint -c ./src/.eslintrc.js 'src/**/*.{ts,tsx,js,jsx}'", |
13 | 13 | "lint:fix": "yarn lint --fix", |
|
23 | 23 | "dependencies": { |
24 | 24 | "@datadog/browser-logs": "^4.21.2", |
25 | 25 | "@heroicons/react": "^1.0.6", |
| 26 | + "@popperjs/core": "^2.11.8", |
26 | 27 | "@sprig-technologies/sprig-browser": "^2.20.1", |
27 | 28 | "@storybook/addon-actions": "^7.0.5", |
28 | 29 | "@storybook/react": "^7.0.5", |
|
32 | 33 | "apexcharts": "^3.36.0", |
33 | 34 | "axios": "^1.1.2", |
34 | 35 | "browser-cookies": "^1.2.0", |
| 36 | + "city-timezones": "^1.2.1", |
35 | 37 | "classnames": "^2.3.2", |
36 | 38 | "contentful": "^9.2.5", |
37 | 39 | "country-calling-code": "0.0.3", |
|
74 | 76 | "react-contenteditable": "^3.3.6", |
75 | 77 | "react-css-super-themr": "^2.2.0", |
76 | 78 | "react-date-range": "^1.1.3", |
| 79 | + "react-datepicker": "^4.14.1", |
77 | 80 | "react-dom": "^18.2.0", |
78 | 81 | "react-dropzone": "^11.3.2", |
79 | 82 | "react-elastic-carousel": "^0.11.5", |
80 | 83 | "react-gtm-module": "^2.0.11", |
81 | 84 | "react-helmet": "^6.1.0", |
82 | 85 | "react-html-parser": "^2.0.2", |
83 | 86 | "react-markdown": "8.0.6", |
| 87 | + "react-popper": "^2.3.0", |
84 | 88 | "react-redux": "^8.0.4", |
85 | 89 | "react-redux-toastr": "^7.6.10", |
86 | 90 | "react-responsive": "^9.0.0-beta.5", |
|
149 | 153 | "@types/node": "^18.8.5", |
150 | 154 | "@types/reach__router": "^1.3.11", |
151 | 155 | "@types/react": "^18.0.21", |
| 156 | + "@types/react-datepicker": "^4.11.2", |
152 | 157 | "@types/react-dom": "^18.0.6", |
153 | 158 | "@types/react-gtm-module": "^2.0.1", |
154 | 159 | "@types/react-helmet": "^6.1.6", |
|
0 commit comments