-
-
Notifications
You must be signed in to change notification settings - Fork 173
/
package.json
64 lines (64 loc) · 1.91 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
{
"name": "hull",
"version": "2.7.0",
"scripts": {
"dev": "cross-env NODE_ENV=development next dev",
"build": "echo 'Building Sanity to public/studio…' && cd studio && npx sanity build ../public/studio -y && cd .. && next build",
"start": "next start",
"analyze": "cross-env ANALYZE=true next build",
"analyze:server": "cross-env BUNDLE_ANALYZE=server next build",
"analyze:browser": "cross-env BUNDLE_ANALYZE=browser next build",
"postinstall": "cd studio && yarn"
},
"sideEffects": false,
"license": "MIT",
"dependencies": {
"@mailchimp/mailchimp_marketing": "^3.0.71",
"@reach/rect": "^0.18.0",
"@sanity/block-content-to-react": "^3.0.0",
"@sanity/client": "^3.0.3",
"@sanity/image-url": "^1.0.1",
"@vimeo/player": "^2.15.3",
"axios": "^1.2.1",
"base64-string": "^1.1.2",
"classnames": "^2.2.6",
"contrast-color": "^1.0.1",
"cross-env": "^7.0.3",
"embla-carousel-react": "^7.0.1",
"focus-trap-react": "^10.0.0",
"framer-motion": "^8.0.2",
"js-cookie": "^3.0.0",
"jsondiffpatch": "^0.4.1",
"marqy": "^0.0.8",
"next": "^12.0.7",
"next-themes": "^0.2.1",
"qs": "^6.10.1",
"query-string": "^8.1.0",
"raw-body": "^2.4.1",
"react": "^18.2.0",
"react-cool-inview": "3.0.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.41.2",
"react-keyed-flatten-children": "^1.3.0",
"shopify-buy": "^2.13.0",
"sitemap": "^7.0.0",
"swr": "^2.0.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^12.0.1",
"@types/classnames": "^2.2.10",
"@types/cookie": "0.5.1",
"@types/node": "^18.7.13",
"@types/react": "^18.0.17",
"@types/shopify-buy": "^2.10.5",
"autoprefixer": "^10.4.0",
"cssnano": "^5.0.13",
"postcss": "^8.3.11",
"postcss-import": "^15.1.0",
"tailwindcss": "^3.0.5",
"typescript": "^4.4.4"
},
"peerDependencies": {
"postcss": "^8.4.5"
}
}