-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 831 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 831 Bytes
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
{
"name": "next_ecommerce",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.12.1",
"@stripe/stripe-js": "^1.46.0",
"@types/node": "20.12.4",
"@types/react": "18.2.74",
"@types/react-dom": "18.2.24",
"framer-motion": "^11.0.25",
"next": "^13.2.4",
"prisma": "^5.12.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icon": "^1.0.0",
"react-icons": "^5.0.1",
"stripe": "^11.11.0",
"ts-node": "^10.9.2",
"typescript": "5.4.4",
"zustand": "^4.3.3"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3"
}
}