-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2 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
{
"name": "next-unified-field",
"version": "1.0.0",
"scripts": {
"dev": "cross-env NODE_ENV=development next dev",
"build": "next build && next export",
"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"
},
"sideEffects": false,
"license": "MIT",
"engines": {
"node": "14.x"
},
"dependencies": {
"@headlessui/react": "^1.2.0",
"@heroicons/react": "^1.0.1",
"@mailchimp/mailchimp_marketing": "^3.0.25",
"@reach/rect": "^0.14.0",
"@sanity/block-content-to-react": "^2.0.7",
"@sanity/client": "^2.7.0",
"@sanity/image-url": "^0.140.19",
"@tailwindcss/forms": "^0.3.2",
"@tailwindcss/line-clamp": "^0.2.1",
"axios": "^0.21.0",
"classnames": "^2.2.6",
"cross-env": "^7.0.3",
"focus-trap-react": "^8.3.2",
"framer-motion": "^4.0.3",
"js-cookie": "^2.2.1",
"keen-slider": "^5.4.0",
"marqy": "^0.0.7",
"next": "^10.1.1",
"next-plugin-preact": "^3.0.3",
"preact": "^10.5.13",
"preact-render-to-string": "^5.1.18",
"qs": "^6.10.1",
"raw-body": "^2.4.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^6.13.1",
"react-keyed-flatten-children": "^1.3.0",
"react-ssr-prepass": "npm:preact-ssr-prepass@^1.1.3",
"sitemap": "^6.3.3",
"swr": "^0.5.4",
"tailwindcss": "^2.0.2",
"use-intersection": "^0.2.1"
},
"devDependencies": {
"@next/bundle-analyzer": "^10.0.3",
"@types/classnames": "^2.2.10",
"@types/cookie": "^0.4.0",
"@types/node": "^14.14.16",
"@types/react": "^17.0.0",
"postcss": "^8.2.1",
"postcss-custom-media": "^7.0.8",
"postcss-flexbugs-fixes": "^4.2.1",
"postcss-import": "^12.0.1",
"postcss-mixins": "^6.2.3",
"postcss-nested": "^4.2.3",
"postcss-preset-env": "^6.7.0",
"typescript": "^4.1.3"
},
"peerDependencies": {
"postcss": "^8.0.0"
}
}