-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.22 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.22 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
{
"name": "@onruntime/web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"type-check": "tsc --noEmit",
"translate": "npx tsx scripts/generate-translations.ts",
"translate:init": "npx tsx scripts/generate-translations.ts --init",
"test": "tsx --test tests/index.ts"
},
"dependencies": {
"@fontsource/cal-sans": "^5.2.3",
"@hookform/resolvers": "^5.0.0",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^16.1.1",
"@onruntime/next-sitemap": "workspace:*",
"@onruntime/translations": "workspace:*",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-navigation-menu": "^1.2.14",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toast": "^1.2.15",
"@t3-oss/env-nextjs": "^0.13.0",
"@types/mdx": "^2.0.13",
"@vercel/og": "^0.8.0",
"@vercel/speed-insights": "^1.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.562.0",
"motion": "^12.0.0",
"next": "16.1.1",
"next-mdx-remote": "^5.0.0",
"next-mdx-remote-client": "^2.1.1",
"next-seo": "^6.6.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2",
"react-wrap-balancer": "^1.1.1",
"reflect-metadata": "^0.2.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.1",
"resend": "^4.1.2",
"server-only": "^0.0.1",
"tailwind-merge": "^3.4.0",
"tw-animate-css": "^1.4.0",
"unist-util-visit": "^5.0.0",
"usehooks-ts": "^3.1.1",
"zod": "^3.24.2"
},
"devDependencies": {
"@ai-sdk/openai": "^3.0.2",
"@tailwindcss/postcss": "^4.1.18",
"@types/mdast": "^4.0.4",
"@types/node": "^22.0.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"ai": "^6.0.3",
"dotenv-flow": "^4.1.0",
"gray-matter": "^4.0.3",
"postcss": "^8.5.1",
"tailwindcss": "^4.1.18",
"tsx": "^4.21.0",
"typescript": "^5",
"vfile": "^6.0.3"
}
}