-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (94 loc) · 3.13 KB
/
package.json
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "react-vite-ui",
"private": true,
"version": "0.2.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build-staging": "tsc && vite build --mode staging",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview --host 0.0.0.0 --port 4000",
"generate-client": "openapi -i http://aura-test-lb-1346289722.me-central-1.elb.amazonaws.com:3000/api-docs-json -o src/services/api"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@hookform/resolvers": "^3.3.2",
"@mui/x-charts": "^6.19.4",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-context-menu": "^2.1.5",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-menubar": "^1.0.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"@reduxjs/toolkit": "^2.1.0",
"@tanstack/react-table": "^8.10.7",
"add": "^2.0.6",
"antd": "^5.12.5",
"axios": "^1.6.2",
"class-variance-authority": "^0.6.0",
"clsx": "^1.2.1",
"cmdk": "^0.2.0",
"date-fns": "^2.30.0",
"dayjs": "^1.11.10",
"filepond": "^4.30.6",
"filepond-plugin-pdf-preview": "^1.0.4",
"i": "^0.3.7",
"lucide-react": "^0.244.0",
"moment": "^2.29.4",
"otp-input-react": "^0.3.0",
"react": "^18.2.0",
"react-date-picker": "^10.6.0",
"react-datepicker": "^4.25.0",
"react-day-picker": "^8.9.1",
"react-dom": "^18.2.0",
"react-dropdown": "^1.11.0",
"react-hook-form": "^7.48.2",
"react-international-phone": "^4.0.4",
"react-js-loader": "^0.1.3",
"react-modal": "^3.16.1",
"react-moment": "^1.1.3",
"react-pdf": "^7.7.0",
"react-phone-input-2": "^2.15.1",
"react-pro-sidebar": "^1.1.0",
"react-redux": "^8.1.3",
"react-router-dom": "^6.20.0",
"redux": "^4.2.1",
"separator": "^0.1.0",
"shadcn-ui": "^0.4.1",
"tailwindcss-animate": "^1.0.6",
"toast": "^0.5.4",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@types/react-modal": "^3.16.3",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"openapi-typescript": "^6.7.4",
"openapi-typescript-codegen": "^0.27.0",
"postcss": "^8.4.24",
"prettier-plugin-tailwindcss": "0.2.5",
"tailwind-merge": "^1.12.0",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.2",
"vite": "^4.3.9"
}
}