-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
38 lines (38 loc) · 892 Bytes
/
package.json
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
{
"name": "saas-landing-page",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@stripe/stripe-js": "^4.4.0",
"clsx": "^2.1.1",
"framer-motion": "^11.3.30",
"next": "14.2.6",
"next-nprogress-bar": "^2.3.13",
"next-themes": "^0.3.0",
"phosphor-react": "^1.4.1",
"razorpay": "^2.9.4",
"react": "^18",
"react-dom": "^18",
"react-player": "^2.16.0",
"react-tweet": "^3.2.1",
"resend": "^4.0.0",
"stripe": "^16.11.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/nprogress": "^0.2.3",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.10",
"typescript": "^5",
"vercel": "^37.8.0"
}
}