-
Notifications
You must be signed in to change notification settings - Fork 161
Expand file tree
/
Copy pathpackage.json
More file actions
106 lines (106 loc) · 3.02 KB
/
package.json
File metadata and controls
106 lines (106 loc) · 3.02 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
{
"name": "rivet-website",
"version": "2.0.21",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"prebuild": "pnpm gen:markdown",
"build": "tsx ./scripts/build.ts",
"preview": "astro preview",
"lint": "eslint .",
"format": "prettier --write .",
"astro": "astro",
"new-post": "tsx ./scripts/new-post.ts",
"gen:markdown": "tsx ./scripts/generateMarkdownAndLlms.ts",
"postinstall": "cd scripts/typecheck-staging && pnpm install --ignore-scripts"
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@astrojs/mdx": "^4.0.2",
"@astrojs/react": "^4.1.2",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^6.0.0",
"@fortawesome/fontawesome-svg-core": "^7.1.0",
"@fortawesome/free-brands-svg-icons": "^7.1.0",
"@fortawesome/free-solid-svg-icons": "^7.1.0",
"@fortawesome/react-fontawesome": "^3.1.0",
"@headlessui/react": "^2.2.9",
"@heroicons/react": "^2.2.0",
"@rivet-gg/api": "25.5.3",
"@rivet-gg/cloud": "*",
"@rivet-gg/components": "workspace:*",
"@rivet-gg/icons": "workspace:^",
"@rivetkit/shared-data": "workspace:*",
"@sentry/astro": "^10.42.0",
"@shikijs/transformers": "^3.15.0",
"@sindresorhus/slugify": "^3.0.0",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.19",
"@types/json-schema": "^7.0.15",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"acorn": "^8.15.0",
"astro": "^5.1.1",
"autoprefixer": "^10.4.22",
"chart.js": "^4.5.1",
"chartjs-adapter-date-fns": "^3.0.0",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dedent": "^1.7.0",
"esast-util-from-js": "^2.0.1",
"escape-html": "^1.0.3",
"estree-util-to-js": "^2.0.0",
"fast-glob": "^3.3.3",
"feed": "^5.1.0",
"focus-visible": "^5.2.1",
"framer-motion": "^12.23.24",
"fuse.js": "^7.1.0",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"lucide-react": "^0.439.0",
"mdast-util-to-string": "^4.0.0",
"mdx-annotations": "^0.1.4",
"mermaid": "^11.12.2",
"postcss": "^8.5.6",
"postcss-focus-visible": "^10.0.1",
"posthog-js": "^1.297.0",
"react": "^19.2.0",
"react-chartjs-2": "^5.3.1",
"react-dom": "^19.2.0",
"react-github-btn": "^1.4.0",
"react-highlight-words": "^0.21.0",
"react-markdown": "^10.1.0",
"rehype-mermaid": "^3.0.0",
"rehype-parse": "^9.0.1",
"rehype-remark": "^10.0.1",
"remark": "^15.0.1",
"remark-gfm": "^4.0.1",
"remark-mdx": "^3.1.1",
"remark-stringify": "^11.0.0",
"sharp": "^0.34.5",
"shiki": "^3.15.0",
"tailwindcss": "^3.4.18",
"tm-themes": "^1.10.12",
"typesense": "^2.1.0",
"unified": "^11.0.5",
"unist-util-filter": "^5.0.1",
"unist-util-visit": "^5.0.0",
"zustand": "^5.0.8"
},
"devDependencies": {
"@rivetkit/cloudflare-workers": "workspace:*",
"@rivetkit/react": "workspace:*",
"@types/escape-html": "^1.0.4",
"@types/lodash": "^4.17.21",
"axios": "^1.13.2",
"eslint": "9.39.1",
"playwright": "^1.57.0",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.7.1",
"tsx": "^4.20.6",
"typescript": "^5.9.3",
"vite-node": "^5.2.0",
"yaml": "^2.8.1"
}
}