-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.13 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 2.13 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
68
69
70
71
72
73
74
75
{
"name": "admin-dashboard",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@headlessui/react": "^1.7.18",
"@hookform/resolvers": "^3.3.4",
"@react-oauth/google": "^0.13.5",
"@reduxjs/toolkit": "^2.8.2",
"axios": "^1.6.7",
"browser-image-compression": "^2.0.2",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"date-fns": "^3.3.1",
"framer-motion": "^11.0.8",
"i18next": "^26.0.8",
"i18next-browser-languagedetector": "^8.2.1",
"jwt-decode": "^4.0.0",
"lucide-react": "^0.344.0",
"react": "^18.3.1",
"react-colorful": "^5.6.1",
"react-datepicker": "^6.2.0",
"react-dom": "^18.3.1",
"react-facebook-login": "^4.1.1",
"react-hook-form": "^7.51.0",
"react-hot-toast": "^2.4.1",
"react-i18next": "^17.0.6",
"react-redux": "^9.2.0",
"react-router-dom": "^6.22.3",
"recharts": "^2.12.2",
"tailwind-merge": "^3.6.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@eslint/js": "^9.9.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^25.3.0",
"@types/react": "^18.3.5",
"@types/react-datepicker": "^6.0.1",
"@types/react-dom": "^18.3.0",
"@types/react-facebook-login": "^4.1.11",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/ui": "^4.1.7",
"autoprefixer": "^10.4.18",
"eslint": "^9.9.1",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.11",
"globals": "^15.9.0",
"jsdom": "^29.1.1",
"msw": "^2.14.6",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "^5.5.3",
"typescript-eslint": "^8.3.0",
"vite": "^5.4.2",
"vitest": "^4.1.7"
}
}