-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 2.04 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 2.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "reactdrorsoft",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite ",
"dev:contrast": "vite --mode contrast_dev ",
"dev:uncontrast": "vite --mode uncontrast_dev ",
"build": "vite build",
"build:contrast": "vite build --mode contrast_prod",
"postbuild:contrast": "node -e \"require('fs').rename('dist-contrast/index-contrast.html', 'dist-contrast/index.html', ()=>{})\"",
"build:uncontrast": "vite build --mode uncontrast_prod",
"postbuild:uncontrast": "node -e \"require('fs').rename('dist-uncontrast/index-uncontrast.html', 'dist-uncontrast/index.html', ()=>{})\"",
"preview": "vite preview"
},
"dependencies": {
"@sentry/react": "^8.15.0",
"@sentry/tracing": "^7.114.0",
"@tanstack/react-query": "^4.19.1",
"axios": "^1.2.1",
"classnames": "^2.3.2",
"copy-to-clipboard": "^3.3.3",
"countries-list": "^2.6.1",
"date-fns": "^2.30.0",
"flowbite": "^1.6.5",
"flowbite-react": "^0.4.4",
"formik": "^2.4.1",
"js-cookie": "^3.0.5",
"jwt-decode": "^3.1.2",
"playwright": "^1.48.2",
"plotly.js-basic-dist": "^2.26.2",
"plotly.js-dist-min": "^2.35.2",
"plotly.js-geo-dist": "^2.26.2",
"react": "^18.2.0",
"react-confirm-alert": "^3.0.6",
"react-dom": "^18.2.0",
"react-plotly.js": "^2.6.0",
"react-router-dom": "^6.4.5",
"react-select": "^5.7.0",
"react-select-country-list": "^2.2.3",
"react-show-more-text": "^1.6.2",
"react-slider": "^2.0.4",
"react-tag-input-component": "^2.0.2",
"react-toastify": "^9.1.3",
"recharts": "^2.2.0",
"uuid": "^9.0.0",
"valtio": "^1.10.5",
"vite-plugin-svgr": "^2.3.0",
"yup": "^1.2.0"
},
"devDependencies": {
"@playwright/test": "^1.48.2",
"@types/node": "^22.8.5",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^3.0.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.20",
"rollup-plugin-visualizer": "^5.12.0",
"tailwindcss": "^3.2.4",
"vite": "^4.0.0"
}
}