-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
99 lines (99 loc) · 3.03 KB
/
package.json
File metadata and controls
99 lines (99 loc) · 3.03 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "slice-drys",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "bun --bun next dev",
"build": "bun --bun next build",
"start": "bun --bun next start",
"lint": "eslint .",
"format": "prettier . --write"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/react": "^0.0.9",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@gsap/react": "^2.1.2",
"@headlessui/react": "^2.2.9",
"@heroicons/react": "^2.2.0",
"@hookform/error-message": "^2.0.1",
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@next/mdx": "16.0.5",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-aspect-ratio": "^1.1.8",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toast": "^1.2.15",
"@radix-ui/react-tooltip": "^1.2.8",
"@splidejs/react-splide": "^0.7.12",
"@tailwindcss/typography": "^0.5.19",
"@tanstack/react-table": "^8.21.3",
"@vercel/analytics": "^1.6.1",
"bcrypt": "^5.1.1",
"bun": "^1.3.5",
"class-variance-authority": "^0.7.1",
"cloudinary": "^2.8.0",
"clsx": "^2.1.1",
"cmdk": "1.1.1",
"framer-motion": "^11.18.2",
"gsap": "^3.14.2",
"lucide-react": "^0.453.0",
"mobile-detect": "^1.4.5",
"mongoose": "^8.20.4",
"next": "16.1.0",
"next-auth": "^4.24.13",
"next-intl": "^4.6.1",
"next-themes": "^0.4.6",
"node-telegram-bot-api": "^0.66.0",
"quill": "^2.0.3",
"quill-delta-to-html": "^0.12.1",
"react": "19.2.3",
"react-dom": "19.2.1",
"react-hook-form": "^7.69.0",
"react-text-mask": "^5.5.0",
"shadcn-ui": "^0.9.5",
"tailwind-hamburgers": "^1.4.0",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"use-debounce": "^10.0.6",
"zustand": "^5.0.9"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@types/bcrypt": "^5.0.2",
"@types/mdx": "^2.0.13",
"@types/node": "^20.19.27",
"@types/node-telegram-bot-api": "^0.64.13",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"@types/react-text-mask": "^5.4.14",
"cssnano": "^7.1.2",
"eslint": "^9.39.2",
"eslint-config-next": "16.0.5",
"eslint-config-prettier": "^9.1.2",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-unused-imports": "^4.3.0",
"postcss": "^8.5.6",
"prettier": "^3.7.4",
"prettier-plugin-tailwindcss": "^0.6.14",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3"
},
"resolutions": {
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3"
}
}