-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
144 lines (144 loc) · 4.53 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
134
135
136
137
138
139
140
141
142
143
144
{
"name": "@inngest/website",
"description": "The Inngest Website containing the marketing, documentation, and blog content.",
"license": "UNLICENSED",
"homepage": "https://inngest.com/",
"repository": {
"type": "git",
"url": "https://github.com/inngest/website.git",
"directory": "apps/website"
},
"bugs": "https://linear.app/inngest/team/INN",
"author": "Inngest Inc. <info@inngest.com> (https://inngest.com/)",
"main": "n/a",
"scripts": {
"dev": "next dev -p ${PORT:-3001}",
"build": "next build && next-sitemap",
"start": "next start",
"broken-link-checker": "pnpm dlx ts-node ./scripts/brokenLinkChecker.ts",
"prettier": "prettier --write --trailing-comma es5 \"pages/**/*.tsx\" \"pages/**/*.js\" \"shared/*.tsx\" \"shared/*.js\"",
"storybook": "start-storybook -p ${PORT:-6006}",
"build-storybook": "build-storybook",
"env:pull": "vercel env pull",
"env:add": "vercel env add",
"env:rm": "vercel env rm",
"github:stars": "pnpm dlx ts-node ./utils/github.ts",
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"@algolia/autocomplete-core": "1.7.4",
"@algolia/autocomplete-preset-algolia": "1.7.4",
"@babel/core": "7.20.12",
"@fullstory/browser": "1.6.2",
"@headlessui/react": "1.7.13",
"@heroicons/react": "2.0.18",
"@mdx-js/loader": "2.2.1",
"@mdx-js/react": "2.2.1",
"@monaco-editor/react": "4.4.6",
"@next/mdx": "13.5.6",
"@next/third-parties": "14.2.4",
"@radix-ui/react-accordion": "1.1.2",
"@radix-ui/react-slider": "1.1.2",
"@remixicon/react": "4.2.0",
"@rive-app/react-canvas": "4.4.0",
"@sindresorhus/slugify": "2.1.1",
"@types/mdx": "2.0.13",
"@vercel/og": "0.0.22",
"acorn": "8.8.1",
"algoliasearch": "4.14.3",
"babel-loader": "8.3.0",
"clsx": "1.2.1",
"codehike": "1.0.0-beta.0",
"cronstrue": "1.125.0",
"cross-fetch": "3.1.5",
"deterministic-split": "1.0.4",
"focus-visible": "5.2.0",
"framer-motion": "7.8.1",
"fs": "0.0.1-security",
"fuse.js": "6.6.2",
"google-auth-library": "9.6.3",
"google-spreadsheet": "4.1.1",
"gray-matter": "4.0.3",
"hast-util-heading-rank": "2.1.0",
"heroicons": "2.0.13",
"highlight.js": "11.7.0",
"inngest": "0.5.3",
"lodash.debounce": "4.0.8",
"lodash.shuffle": "4.2.0",
"lodash.throttle": "4.1.1",
"marked": "4.2.5",
"mdast-util-to-string": "3.1.0",
"mdx-annotations": "0.1.1",
"monaco-editor": "0.28.1",
"next": "13.2.4",
"next-mdx-remote": "4.4.1",
"next-sitemap": "3.1.44",
"next-usequerystate": "1.7.2",
"quickjs-emscripten": "0.13.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "3.1.4",
"react-fast-compare": "3.2.0",
"react-fast-marquee": "1.6.2",
"react-feather": "2.0.10",
"react-medium-image-zoom": "5.2.8",
"react-syntax-highlighter": "15.5.0",
"react-use": "17.4.0",
"react-youtube-embed": "1.0.3",
"reading-time": "1.5.0",
"recma-nextjs-static-props": "1.0.0",
"rehype-autolink-headings": "6.1.1",
"rehype-code-titles": "1.2.0",
"rehype-mdx-title": "2.0.0",
"rehype-raw": "6.1.1",
"rehype-slug": "5.1.0",
"remark-code-titles": "0.1.2",
"remark-gfm": "3.0.1",
"remark-shiki-twoslash": "3.1.0",
"rss": "1.2.2",
"shiki": "0.12.1",
"slugify": "1.6.5",
"unist-builder": "3.0.0",
"unist-util-visit": "4.1.1",
"urql": "2.2.3",
"uuid": "8.3.2",
"zod": "3.19.1",
"zustand": "4.2.0"
},
"devDependencies": {
"@storybook/addon-actions": "6.5.15",
"@storybook/addon-essentials": "6.5.15",
"@storybook/addon-interactions": "6.5.15",
"@storybook/addon-links": "6.5.15",
"@storybook/react": "6.5.15",
"@storybook/testing-library": "0.0.13",
"@tailwindcss/typography": "0.5.8",
"@types/express": "4.17.15",
"@types/lodash.shuffle": "4.2.7",
"@types/marked": "4.0.8",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-youtube-embed": "1.0.2",
"autoprefixer": "10.4.13",
"broken-link-checker": "0.7.8",
"eslint-config-next": "13.1.1",
"ignore-loader": "0.1.2",
"postcss": "8.4.19",
"postcss-focus-visible": "6.0.4",
"prettier": "2.8.1",
"tailwindcss": "3.4.1",
"typescript": "5.1.3",
"vercel": "32.4.1"
},
"engines": {
"node": "18.x",
"pnpm": "8.x"
},
"packageManager": "pnpm@8.7.0",
"private": true,
"pnpm": {
"patchedDependencies": {
"react-medium-image-zoom@5.2.8": "patches/react-medium-image-zoom@5.2.8.patch"
}
}
}