-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.7 KB
/
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
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
75
76
77
78
79
80
{
"private": true,
"scripts": {
"predev": "npm run typegen",
"dev": "next",
"prebuild": "npm run typegen",
"build": "next build",
"start": "next start",
"lint": "next lint",
"presetup": "echo 'about to setup env variables, follow the guide here: https://github.com/vercel/next.js/tree/canary/examples/cms-sanity#using-the-sanity-cli'",
"setup": "npx sanity@latest init --env .env.local",
"postsetup": "echo 'create the read token by following the rest of the guide: https://github.com/vercel/next.js/tree/canary/examples/cms-sanity#creating-a-read-token'",
"typegen": "sanity schema extract && sanity typegen generate"
},
"dependencies": {
"@headlessui/react": "^2.0.4",
"@heroicons/react": "^2.1.3",
"@medusajs/ui": "^3.0.0",
"@medusajs/ui-preset": "^1.1.3",
"@next/third-parties": "^14.2.5",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@sanity/assist": "3.0.3",
"@sanity/color-input": "^3.1.1",
"@sanity/icons": "2.11.8",
"@sanity/image-url": "1.0.2",
"@sanity/preview-url-secret": "1.6.11",
"@sanity/vision": "3.39.0",
"@tailwindcss/typography": "^0.5.12",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@vercel/functions": "^1.0.2",
"@vercel/speed-insights": "^1.0.10",
"algoliasearch": "^4.24.0",
"autoprefixer": "^10.4.19",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"embla-carousel-autoplay": "^8.1.8",
"embla-carousel-react": "^8.1.8",
"geist": "^1.3.0",
"lodash": "^4.17.21",
"lodash.get": "^4.4.2",
"lucide-react": "^0.394.0",
"nanoid": "^5.0.7",
"next": "latest",
"next-sanity": "9.0.10",
"postcss": "^8.4.38",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-instantsearch": "^7.12.1",
"rxjs": "^7.8.1",
"sanity": "^3.45.0",
"sanity-plugin-asset-source-unsplash": "3.0.1",
"sanity-plugin-hotspot-array": "^2.0.0",
"sanity-plugin-media": "^2.2.5",
"server-only": "^0.0.1",
"sharp": "^0.33.4",
"styled-components": "6.1.8",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.4.5",
"use-debounce": "^10.0.1",
"vaul": "^0.9.1"
},
"devDependencies": {
"@next/env": "latest",
"@types/lodash.get": "^4.4.9",
"eslint": "^8.57.0",
"eslint-config-next": "latest"
}
}