-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.61 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.61 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
{
"name": "temp-init",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"test": "vitest",
"test:e2e": "playwright test"
},
"dependencies": {
"@next/third-parties": "^16.1.6",
"@sentry/nextjs": "^10.38.0",
"@vercel/og": "^0.8.6",
"bufferutil": "^4.1.0",
"daisyui": "^5.5.14",
"date-fns": "^4.1.0",
"discord.js": "^14.25.1",
"framer-motion": "^12.29.2",
"html-to-image": "^1.11.13",
"lru-cache": "^11.2.5",
"lucide-react": "^0.563.0",
"next": "16.1.5",
"nextjs-toploader": "^3.9.17",
"node-telegram-bot-api": "^0.67.0",
"pocketbase": "^0.26.6",
"qrcode": "^1.5.4",
"qrcode.react": "^4.2.0",
"react": "19.2.3",
"react-dom": "19.2.3",
"recharts": "^3.7.0",
"utf-8-validate": "^6.0.6",
"whatsapp-web.js": "^1.34.6",
"zlib-sync": "^0.1.10"
},
"devDependencies": {
"@playwright/test": "^1.58.0",
"@tailwindcss/postcss": "^4.1.18",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",
"@types/node": "^25.0.10",
"@types/node-telegram-bot-api": "^0.64.13",
"@types/qrcode": "^1.5.6",
"@types/react": "^19",
"@types/react-dom": "^19",
"@vitejs/plugin-react": "^5.1.2",
"eslint": "^9",
"eslint-config-next": "16.1.5",
"happy-dom": "^20.4.0",
"jsdom": "^27.4.0",
"tailwindcss": "^4",
"typescript": "^5",
"vitest": "^4.0.18"
},
"ignoreScripts": [
"sharp",
"unrs-resolver"
],
"trustedDependencies": [
"sharp",
"unrs-resolver"
]
}