-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.19 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.19 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
42
43
{
"name": "sanity-next-commerce",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='--inspect' next dev --turbopack",
"build": "next build",
"start": "next start",
"prettier": "prettier --write --ignore-unknown .",
"prettier:check": "prettier --check --ignore-unknown .",
"test": "pnpm prettier:check"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-slot": "^1.2.3",
"@sanity/image-url": "^1.1.0",
"@stripe/stripe-js": "^7.3.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.513.0",
"next": "15.3.3",
"next-sanity": "^9.12.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"stripe": "^18.2.1",
"tailwind-merge": "^3.3.0",
"tailwindcss-animate": "^1.0.7",
"use-shopping-cart": "^3.2.0"
},
"devDependencies": {
"@ltwoz/prettier-config": "^1.1.1",
"@types/node": "^22.15.21",
"@types/react": "^19.1.6",
"@types/react-dom": "^19.0.9",
"autoprefixer": "^10.4.14",
"eslint": "^8.50.0",
"eslint-config-next": "^14.0.1",
"postcss": "^8",
"prettier": "^3.0.3",
"tailwindcss": "^3.3.2",
"typescript": "^5"
}
}