-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.62 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
{
"name": "next-hydrogen-storefront",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.13",
"@headlessui/tailwindcss": "^0.1.2",
"@react-hookz/web": "^23.0.0",
"@react-spring/web": "^9.7.2",
"@shopify/hydrogen-react": "^2023.4.0",
"@t3-oss/env-nextjs": "^0.2.2",
"class-variance-authority": "^0.5.1",
"clsx": "^1.2.1",
"daisyui": "^2.51.5",
"dompurify": "^3.0.1",
"eslint": "8.37.0",
"eslint-config-next": "13.2.4",
"framer-motion": "^10.11.2",
"hamburger-react": "^2.5.0",
"lucide-react": "^0.130.1",
"next": "13.3.0",
"react": "18.2.0",
"react-alice-carousel": "^2.7.1",
"react-dom": "18.2.0",
"react-responsive-masonry": "^2.1.7",
"react-spinners": "^0.13.8",
"react-toastify": "^9.1.2",
"sharp": "^0.32.0",
"tailwind-merge": "^1.12.0",
"tailwindcss-animate": "^1.0.5",
"zod": "^3.21.4",
"zustand": "^4.3.7"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@total-typescript/ts-reset": "^0.4.2",
"@types/dompurify": "^3.0.1",
"@types/node": "18.15.11",
"@types/react": "18.0.32",
"@types/react-dom": "18.0.11",
"@types/react-responsive-masonry": "^2.1.0",
"autoprefixer": "^10.4.14",
"eslint-config-prettier": "^8.8.0",
"graphql": "^16.6.0",
"postcss": "^8.4.21",
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.2.7",
"tailwindcss": "^3.3.1",
"type-fest": "^3.8.0",
"typescript": "5.0.3"
}
}