generated from ndimatteo/HULL
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.97 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
{
"name": "hull",
"version": "2.1.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 && npm install"
},
"sideEffects": false,
"license": "MIT",
"engines": {
"node": "14.x"
},
"dependencies": {
"@mailchimp/mailchimp_marketing": "^3.0.25",
"@reach/rect": "^0.15.0",
"@sanity/block-content-to-react": "^3.0.0",
"@sanity/client": "^2.7.0",
"@sanity/image-url": "^0.140.19",
"@vimeo/player": "^2.15.3",
"axios": "^0.21.0",
"base64-string": "^1.1.2",
"classnames": "^2.2.6",
"contrast-color": "^1.0.1",
"cross-env": "^7.0.3",
"focus-trap-react": "^8.3.2",
"framer-motion": "^4.0.3",
"js-cookie": "^2.2.1",
"jsondiffpatch": "^0.4.1",
"keen-slider": "^5.4.0",
"marqy": "^0.0.8",
"next": "^11.0.0",
"next-themes": "^0.0.15",
"qs": "^6.10.1",
"raw-body": "^2.4.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.10.1",
"react-keyed-flatten-children": "^1.3.0",
"shopify-buy": "^2.11.0",
"sitemap": "^7.0.0",
"swr": "^0.5.4",
"tailwindcss": "^2.0.2",
"use-intersection": "^0.2.1"
},
"devDependencies": {
"@next/bundle-analyzer": "^11.0.0",
"@types/classnames": "^2.2.10",
"@types/cookie": "^0.4.0",
"@types/node": "^16.0.1",
"@types/react": "^17.0.0",
"@types/shopify-buy": "^2.10.5",
"postcss": "^8.2.1",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^14.0.2",
"postcss-nested": "^5.0.5",
"postcss-preset-env": "^6.7.0",
"typescript": "^4.3.5"
},
"peerDependencies": {
"postcss": "^8.0.0"
}
}