-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.59 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.59 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
{
"name": "yaudit-website",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@10.23.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"setup-webhook": "ts-node scripts/setup-webhook.ts"
},
"dependencies": {
"@ant-design/icons": "^4.8.3",
"@next/third-parties": "^15.5.12",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tooltip": "^1.2.8",
"@types/styled-components": "^5.1.36",
"axios": "^1.13.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^16.6.1",
"express": "^4.22.1",
"framer-motion": "^11.18.2",
"lucide-react": "^0.468.0",
"next": "15.5.10",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-icons": "^4.12.0",
"react-router-dom": "^6.30.3",
"shadcn": "^2.10.0",
"styled-components": "^5.3.11",
"tailwind-merge": "^2.6.1",
"tailwindcss-animate": "^1.0.7",
"telegraf": "^4.16.3",
"typewriter-effect": "^2.22.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.4",
"@netlify/functions": "^3.1.10",
"@types/node": "^20.19.35",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"autoprefixer": "^10.4.27",
"concurrently": "^9.2.1",
"eslint": "^9.39.3",
"eslint-config-next": "15.1.2",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.19",
"ts-node": "^10.9.2",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
}
}