-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
38 lines (38 loc) · 962 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.2",
"@next-auth/prisma-adapter": "^1.0.5",
"@prisma/client": "^4.12.0",
"@stripe/react-stripe-js": "^1.16.5",
"@stripe/stripe-js": "^1.46.0",
"@types/node": "18.15.3",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"daisyui": "^2.51.5",
"framer-motion": "^10.6.1",
"micro": "^10.0.1",
"next": "13.2.4",
"prisma": "^4.12.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"stripe": "^11.11.0",
"ts-node": "^10.9.1",
"typescript": "5.0.2",
"zustand": "^4.3.3"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7"
}
}