-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 2.1 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 2.1 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
{
"name": "streamthing",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"watch-scss": "sass scss:styles app/globals.scss:app/globals.css --no-source-map --watch",
"compile-scss": "sass scss:styles app/globals.scss:app/globals.css --no-source-map",
"depcheck": "depcheck",
"upgrade": "bun add next@latest react@latest react-dom@latest eslint-config-next@latest @types/react@latest @types/react-dom@latest"
},
"dependencies": {
"@stripe/react-stripe-js": "^3.10.0",
"@stripe/stripe-js": "^5.10.0",
"@t3-oss/env-nextjs": "^0.11.1",
"@uploadthing/react": "^7.3.3",
"@upstash/redis": "^1.36.0",
"@vercel/analytics": "^1.6.1",
"@vercel/speed-insights": "^1.3.1",
"bcryptjs": "^2.4.3",
"browser-image-compression": "^2.0.2",
"crypto-js": "^4.2.0",
"depcheck": "^1.4.7",
"jose": "^5.10.0",
"lucide-react": "^0.453.0",
"next": "^16.1.1",
"nodemailer": "^7.0.12",
"polished": "^4.3.1",
"prettier": "^3.7.4",
"prettier-plugin-sh": "^0.14.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-loading-skeleton": "^3.5.0",
"react-svg-credit-card-payment-icons": "^3.1.1",
"react-wrap-balancer": "^1.1.1",
"sharp": "^0.33.5",
"shiki": "^1.29.2",
"sonner": "^1.7.4",
"stripe": "^20.1.0",
"uploadthing": "^7.7.4",
"zod": "^3.25.76"
},
"devDependencies": {
"@next/eslint-plugin-next": "^15.5.9",
"@types/bcryptjs": "^2.4.6",
"@types/crypto-js": "^4.2.2",
"@types/node": "^20.19.27",
"@types/nodemailer": "^6.4.21",
"@types/numeral": "^2.0.5",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.2",
"eslint-config-next": "^16.1.1",
"eslint-plugin-react": "^7.37.5",
"numeral": "^2.0.6",
"typescript": "^5.9.3"
}
}