-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 924 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": "next-ecommerce",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@lottiefiles/react-lottie-player": "^3.5.3",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.4.2",
"@stripe/react-stripe-js": "^2.4.0",
"@stripe/stripe-js": "^2.1.9",
"daisyui": "^4.6.0",
"framer-motion": "^10.16.14",
"micro": "^10.0.1",
"next": "13.2.4",
"prisma": "^5.4.2",
"react": "^18",
"react-dom": "^18",
"react-icons": "^4.11.0",
"stripe": "^14.1.0",
"ts-node": "^10.9.1",
"zustand": "^4.4.4"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
"postcss": "^8",
"tailwindcss": "^3",
"typescript": "^5"
}
}