-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.05 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 2.05 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
65
66
67
{
"private": true,
"author": "zengande <zengande@outlook.com>",
"scripts": {
"dev": "cross-env UMI_ENV=dev umi dev",
"build": "umi build",
"postinstall": "umi setup",
"setup": "umi setup",
"start": "npm run dev"
},
"dependencies": {
"@axa-fr/react-oidc": "^7.3.4",
"@headlessui/react": "^1.7.13",
"@headlessui/tailwindcss": "^0.1.2",
"@heroicons/react": "^2.0.17",
"@popperjs/core": "^2.11.7",
"@radix-ui/react-avatar": "^1.0.2",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.4",
"@radix-ui/react-popover": "^1.0.5",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.1",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.6",
"@thoughtbot/tailwindcss-aria-attributes": "^0.2.0",
"class-variance-authority": "^0.6.0",
"classnames": "^2.3.2",
"clsx": "^1.2.1",
"date-fns": "^2.30.0",
"dayjs": "^1.11.7",
"lodash": "^4.17.21",
"lottie-react": "^2.4.0",
"lucide-react": "^0.221.0",
"qrcode.react": "^3.1.0",
"react-day-picker": "^8.7.1",
"react-easy-crop": "^4.7.4",
"react-hook-form": "^7.43.9",
"react-hot-toast": "^2.4.1",
"react-otp-input": "^3.0.0",
"react-router-dom": "^6.10.0",
"react-tailwindcss-datepicker": "^1.6.0",
"react-top-loading-bar": "^2.3.1",
"react-transition-group": "^4.4.5",
"recharts": "^2.8.0",
"tailwind-merge": "^1.12.0",
"tailwindcss-animate": "^1.0.5",
"typescript": "5.0.3",
"umi": "^4.0.64"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@types/lodash": "^4.14.194",
"@types/mockjs": "^1.0.7",
"@types/node": "18.15.11",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/react-transition-group": "^4.4.5",
"@umijs/plugins": "^4.0.64",
"cross-env": "^7.0.3",
"mockjs": "^1.1.0",
"tailwindcss": "^3",
"typescript": "^5.0.0"
}
}