-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.22 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.22 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "nextshopsanity",
"version": "1.0.0",
"private": true,
"description": "An e-commerce template built with Next.js, Sanity CMS, and Shopify. Features a visual page builder, blog system, Shopify cart integration, and more.",
"license": "MIT",
"keywords": [
"sanity",
"next.js",
"shopify",
"ecommerce",
"template",
"page-builder",
"headless-cms",
"tailwindcss"
],
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "eslint",
"validate": "npx @sanity/template-validator .",
"seed": "npx sanity@latest dataset import seed-data/production.tar.gz production",
"sanity:deploy": "npx sanity@latest schema deploy",
"sanity:extract": "npx sanity@latest schema extract"
},
"dependencies": {
"@portabletext/react": "^6.0.3",
"@portabletext/types": "^4.0.2",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-navigation-menu": "^1.2.14",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"@radix-ui/react-visually-hidden": "^1.2.4",
"@sanity/client": "^7.17.0",
"@sanity/color-input": "^6.0.4",
"@sanity/icons": "^3.7.4",
"@sanity/image-url": "^2.0.3",
"@sanity/vision": "^5.16.0",
"@shopify/hydrogen-react": "^2026.1.1",
"@shopify/storefront-api-client": "^1.0.10",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.36.0",
"groq": "^5.16.0",
"lucide-react": "^0.577.0",
"next": "16.1.6",
"next-sanity": "^12.1.1",
"next-themes": "^0.4.6",
"react": "19.2.3",
"react-dom": "19.2.3",
"sanity": "^5.16.0",
"slug": "^11.0.1",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"vaul": "^1.1.2",
"zustand": "^5.0.11"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"tailwindcss": "^4",
"typescript": "^5"
}
}