-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
133 lines (133 loc) · 3.93 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "new-website",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"format": "biome check . --apply-unsafe --diagnostic-level=error && biome format --diagnostic-level=error --write .",
"build": "node -r esm lib/writeFeedsAndSitemap.js && next build",
"start": "next start"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@gsap/react": "^2.1.1",
"@mailerlite/mailerlite-nodejs": "^1.2.0",
"@mozilla/readability": "^0.4.1",
"@mux/mux-player-react": "^2.3.1",
"@next/bundle-analyzer": "^11.1.2",
"@rehooks/component-size": "^1.0.3",
"@rollbar/react": "^0.8.0",
"@slack/web-api": "^5.11.0",
"@svgr/webpack": "^5.5.0",
"@use-it/interval": "^1.0.0",
"@vercel/edge": "^0.3.1",
"@vercel/og": "^0.6.2",
"@vercel/postgres": "^0.5.0",
"@wordpress/shortcode": "^3.26.0",
"babel-plugin-react-css-modules": "^5.2.6",
"clamp": "^1.0.1",
"classnames": "^2.3.1",
"country-list": "^2.2.0",
"custom-prism-react-renderer": "1.0.6",
"date-fns": "^2.22.1",
"datebook": "^6.5.7",
"datocms-react-ui": "^0.3.25",
"datocms-search": "^0.1.8",
"datocms-structured-text-to-html-string": "^2.0.4",
"datocms-structured-text-to-plain-text": "^2.0.4",
"datocms-structured-text-utils": "^2.0.4",
"dotenv-load": "^2.0.0",
"embla-carousel-react": "^8.0.2",
"flatted": "^3.1.1",
"front-matter": "^4.0.2",
"glob": "^7.1.7",
"got": "^10.7.0",
"graphql": "^15.5.0",
"gray-matter": "^4.0.3",
"gsap": "^3.12.5",
"html-react-parser": "^1.2.6",
"http-proxy": "^1.18.1",
"http-status": "^1.7.3",
"humps": "^2.0.1",
"iframe-resizer": "4.3.6",
"jsdom": "^16.6.0",
"json-schema-ref-parser": "^9.0.9",
"keyword-highlighter": "^1.0.6",
"lodash-es": "^4.17.21",
"lodash.get": "*",
"match-sorter": "^6.3.1",
"min-md5": "^1.0.0",
"next": "^12.0.0",
"next-env": "^1.1.1",
"next-mdx-remote": "^3.0.8",
"nprogress": "^0.2.0",
"paginator": "^1.0.0",
"pipedrive": "^10.6.0",
"pluralize": "^8.0.0",
"qs": "^6.10.1",
"range": "0.0.3",
"rc-switch": "^4.1.0",
"react": "^17.0.2",
"react-datocms": "^1.6.3",
"react-dom": "^17.0.2",
"react-dom-confetti": "^0.2.0",
"react-hook-form": "^7.40.0",
"react-markdown": "^6.0.3",
"react-masonry-css": "^1.0.16",
"react-recaptcha-hook": "^1.2.2",
"react-responsive-embed": "^2.1.0",
"react-select": "^5.3.2",
"react-simple-maps": "^2.3.0",
"react-spring": "^9.0.0-beta.34",
"react-textarea-autosize": "^8.3.3",
"react-toast-notifications": "^2.4.4",
"react-transition-group": "^4.4.2",
"regression": "^2.0.1",
"rehype-raw": "^5.1.0",
"rehype-sanitize": "^4.0.0",
"remark-directive": "^3.0.0",
"remark-gfm": "^1.0.0",
"remove-markdown": "^0.3.0",
"rollbar": "^2.22.0",
"scroll-into-view-if-needed": "^2.2.28",
"seedrandom": "^3.0.5",
"sitemap": "^7.0.0",
"sort-object": "^3.0.3",
"striptags": "^3.2.0",
"swr": "^0.3.1",
"tiny-json-http": "^7.3.0",
"truncate": "^2.1.0",
"unist-util-visit": "^2.0.3",
"use-debounce": "^6.0.1",
"wretch": "^1.7.4"
},
"devDependencies": {
"@biomejs/biome": "1.6.4",
"@datocms/cli": "^2.0.5",
"@datocms/cma-client": "^3.1.1",
"critters": "^0.0.14",
"datocms-html-to-structured-text": "^1.1.3",
"eslint": "^7.28.0",
"eslint-config-next": "^11.0.0",
"esm": "^3.2.25",
"husky": "^8.0.3",
"mdast-util-to-hast": "^11.1.1",
"postcss-advanced-variables": "^3.0.1",
"postcss-flexbugs-fixes": "^4.2.1",
"postcss-nested": "^4.2.3",
"postcss-preset-env": "^6.7.0",
"remark-parse": "^9.0.0",
"rfs": "^9.0.3",
"rss": "^1.2.2",
"sitemapper": "^3.1.12",
"unified": "^9.2.1",
"unist-util-inspect": "^7.0.0",
"unist-util-map": "^3.0.0"
},
"engines": {
"node": "20.x"
}
}