-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.01 KB
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
39
40
41
{
"name": "ecommerce",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"sanity": "sanity",
"sync:stripe": "node scripts/sync-products-to-stripe.js"
},
"dependencies": {
"@sanity/client": "^7.22.0",
"@sanity/image-url": "^2.1.1",
"@sanity/telemetry": "0.9.0",
"@sanity/vision": "^5.26.0",
"@stripe/stripe-js": "^9.6.0",
"next": "^16.2.6",
"next-sanity": "^12.4.5",
"react": "19.2.4",
"react-canvas-confetti": "^2.0.7",
"react-dom": "19.2.4",
"react-hot-toast": "^2.6.0",
"react-icons": "^5.6.0",
"resend": "^6.12.3",
"sanity": "^5.26.0",
"stripe": "^22.1.1",
"styled-components": "^6.4.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"babel-plugin-react-compiler": "1.0.0",
"dotenv": "^17.4.2",
"eslint": "^9",
"eslint-config-next": "16.2.6",
"prettier": "^3.8.3",
"tailwindcss": "^4"
}
}