-
Notifications
You must be signed in to change notification settings - Fork 62
Expand file tree
/
Copy pathpackage.json
More file actions
131 lines (131 loc) · 4.13 KB
/
package.json
File metadata and controls
131 lines (131 loc) · 4.13 KB
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
{
"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\"",
"env:pull": "vercel env pull",
"env:add": "vercel env add",
"env:rm": "vercel env rm",
"github:stars": "pnpm dlx ts-node ./scripts/updateGithubStars.ts",
"test:docs-markdown": "pnpm dlx ts-node ./mdx/utils/docs.test.ts",
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"@algolia/autocomplete-core": "1.7.4",
"@algolia/autocomplete-preset-algolia": "1.7.4",
"@dnd-kit/core": "6.3.1",
"@fullstory/browser": "1.6.2",
"@headlessui/react": "2.2.0",
"@heroicons/react": "2.0.18",
"@mdx-js/loader": "3.1.0",
"@mdx-js/react": "3.1.0",
"@next/mdx": "16.2.2",
"@next/third-parties": "16.2.2",
"@radix-ui/react-accordion": "1.2.3",
"@radix-ui/react-popover": "1.1.14",
"@radix-ui/react-select": "2.2.5",
"@radix-ui/react-slider": "1.2.3",
"@radix-ui/react-slot": "1.2.2",
"@radix-ui/react-tabs": "1.1.12",
"@radix-ui/react-toggle": "1.1.9",
"@radix-ui/react-toggle-group": "1.1.10",
"@remixicon/react": "4.2.0",
"@segment/analytics-next": "1.81.1",
"@sindresorhus/slugify": "2.1.1",
"@types/mdx": "2.0.13",
"@vercel/og": "0.6.5",
"@xyflow/react": "12.6.4",
"acorn": "8.14.0",
"algoliasearch": "4.14.3",
"chokidar": "4.0.3",
"class-variance-authority": "0.7.1",
"clsx": "1.2.1",
"codehike": "1.0.4",
"deterministic-split": "1.0.4",
"embla-carousel-react": "8.6.0",
"focus-visible": "5.2.0",
"framer-motion": "7.8.1",
"highlight.js": "11.7.0",
"inngest": "4.0.4",
"lottie-react": "2.4.1",
"mdast-util-to-string": "4.0.0",
"mdx-annotations": "0.1.4",
"monaco-editor": "0.28.1",
"motion": "12.18.1",
"next": "16.2.2",
"next-mdx-remote": "6.0.0",
"next-sitemap": "3.1.44",
"prism-react-renderer": "2.4.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-fast-compare": "3.2.0",
"react-feather": "2.0.10",
"react-medium-image-zoom": "5.2.8",
"react-syntax-highlighter": "15.5.0",
"react-use": "17.6.0",
"react-youtube-embed": "1.0.3",
"reading-time": "1.5.0",
"recma-nextjs-static-props": "2.0.1",
"rehype-autolink-headings": "7.1.0",
"rehype-code-titles": "1.2.0",
"rehype-mdx-title": "3.1.0",
"rehype-raw": "7.0.0",
"rehype-slug": "6.0.0",
"remark-gfm": "4.0.1",
"remark-mdx": "3.1.1",
"remark-parse": "11.0.0",
"remark-stringify": "11.0.0",
"rss": "1.2.2",
"shiki": "0.12.1",
"tailwind-merge": "2.6.0",
"unified": "11.0.5",
"unist-builder": "3.0.0",
"unist-util-visit": "4.1.1",
"uuid": "8.3.2",
"zustand": "4.2.0"
},
"devDependencies": {
"@tailwindcss/typography": "0.5.8",
"@types/mdast": "4.0.4",
"@types/node": "22.14.1",
"@types/react": "19.1.2",
"@types/react-youtube-embed": "1.0.2",
"@types/unist": "3.0.3",
"autoprefixer": "10.4.20",
"broken-link-checker": "0.7.8",
"eslint-config-next": "16.2.2",
"gray-matter": "4.0.3",
"ignore-loader": "0.1.2",
"postcss": "8.4.19",
"prettier": "2.8.1",
"prettier-plugin-tailwindcss": "0.4.1",
"tailwindcss": "3.4.16",
"typescript": "5.7.3",
"vercel": "32.4.1"
},
"engines": {
"node": "22.x",
"pnpm": "9.x"
},
"packageManager": "pnpm@9.14.4",
"private": true,
"pnpm": {
"patchedDependencies": {
"react-medium-image-zoom@5.2.8": "patches/react-medium-image-zoom@5.2.8.patch"
}
}
}