-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.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
{
"name": "stv2",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@10.7.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.2.0",
"@vercel/analytics": "^1.5.0",
"axios": "^1.8.4",
"clsx": "^2.1.1",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"handlebars": "^4.7.8",
"next": "15.0.2",
"nodemailer": "^6.10.0",
"pg": "^8.14.1",
"react": "19.0.0-rc-02c0e824-20241028",
"react-dom": "19.0.0-rc-02c0e824-20241028",
"react-hot-toast": "^2.5.2",
"thirdweb": "^5.87.2",
"ts-node": "^10.9.2",
"viem": "^2.27.2",
"zod": "^3.24.3"
},
"devDependencies": {
"@types/node": "^20",
"@types/nodemailer": "^6.4.17",
"@types/pg": "^8.11.11",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"daisyui": "^4.12.14",
"eslint": "^8",
"eslint-config-next": "15.0.2",
"pino-pretty": "^13.0.0",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}