-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.85 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.85 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
{
"name": "taskify",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@hello-pangea/dnd": "^18.0.1",
"@mui/lab": "^7.0.0-beta.14",
"@mui/material": "^7.3.9",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-slot": "^1.2.3",
"@tailwindcss/vite": "^4.1.11",
"@uidotdev/usehooks": "^2.4.1",
"axios": "^1.10.0",
"bcrypt": "^6.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"embla-carousel-react": "^8.6.0",
"lottie-web": "^5.13.0",
"lucide-react": "^0.526.0",
"mui-one-time-password-input": "^5.0.0",
"quill-markdown-shortcuts": "^0.0.10",
"react": "^19.1.0",
"react-confetti-explosion": "^3.0.3",
"react-day-picker": "^9.8.1",
"react-dom": "^19.1.0",
"react-hook-form": "^7.60.0",
"react-quill-new": "^3.6.0",
"react-router-dom": "^7.7.0",
"router-dom": "^3.0.3",
"swiper": "^11.2.10",
"tailwind-merge": "^3.3.1",
"zod": "^4.3.6"
},
"devDependencies": {
"@eslint/js": "^9.25.0",
"@types/node": "^24.1.0",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.4.1",
"autoprefixer": "^10.4.21",
"eslint": "^9.25.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"postcss": "^8.5.6",
"postcss-nesting": "^13.0.2",
"tailwind-scrollbar": "^4.0.2",
"tailwindcss": "^4.1.11",
"tw-animate-css": "^1.3.6",
"vite": "^6.3.5"
}
}