-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 930 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": "ecommerce",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@babel/core": "^7.17.9",
"@clerk/clerk-react": "^4.15.1",
"@clerk/nextjs": "^4.16.2",
"@emailjs/browser": "^3.11.0",
"@sanity/client": "^3.2.0",
"@sanity/image-url": "^1.0.1",
"@stripe/stripe-js": "^1.25.0",
"canvas-confetti": "^1.5.1",
"formik": "^2.3.2",
"framer-motion": "^10.12.16",
"next": "12.1.6",
"next-sanity-image": "^3.2.1",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.3.1",
"stripe": "^8.209.0",
"yup": "^1.2.0"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"eslint": "8.15.0",
"eslint-config-next": "12.1.6",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2"
}
}