forked from inngest/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
122 lines (122 loc) · 3.77 KB
/
package.json
File metadata and controls
122 lines (122 loc) · 3.77 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
{
"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",
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"@algolia/autocomplete-core": "1.7.4",
"@algolia/autocomplete-preset-algolia": "1.7.4",
"@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": "15.1.7",
"@next/third-parties": "14.2.4",
"@radix-ui/react-accordion": "1.2.3",
"@radix-ui/react-slider": "1.2.3",
"@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.6.5",
"acorn": "8.14.0",
"algoliasearch": "4.14.3",
"clsx": "1.2.1",
"codehike": "1.0.4",
"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",
"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",
"mdast-util-to-string": "4.0.0",
"mdx-annotations": "0.1.4",
"monaco-editor": "0.28.1",
"next": "15.1.6",
"next-mdx-remote": "5.0.0",
"next-sitemap": "3.1.44",
"react": "19.0.0",
"react-dom": "19.0.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.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",
"rss": "1.2.2",
"shiki": "0.12.1",
"slugify": "1.6.5",
"tailwind-merge": "2.6.0",
"unist-builder": "3.0.0",
"unist-util-visit": "4.1.1",
"uuid": "8.3.2",
"zod": "3.19.1",
"zustand": "4.2.0"
},
"devDependencies": {
"@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.20",
"broken-link-checker": "0.7.8",
"eslint-config-next": "15.1.6",
"ignore-loader": "0.1.2",
"postcss": "8.4.19",
"prettier": "2.8.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"
}
}
}