-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.12 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.12 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
{
"name": "kubespec-dev",
"type": "module",
"version": "0.0.0",
"scripts": {
"dev": "astro dev",
"start": "node ./dist/server/entry.mjs",
"download": "tsx ./scripts/download",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/react": "4.3.0",
"@astrojs/sitemap": "3.4.1",
"@astrojs/vercel": "^8.2.5",
"@fontsource-variable/inter": "5.2.6",
"@radix-ui/react-tooltip": "1.2.7",
"@tabler/icons-react": "3.34.1",
"@tailwindcss/vite": "^4.1.11",
"@types/diff": "7.0.2",
"@types/pluralize": "0.0.33",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"@types/semver": "7.7.0",
"astro": "5.12.3",
"astro-expressive-code": "^0.41.3",
"cal-sans": "1.0.1",
"diff": "8.0.2",
"pluralize": "8.0.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"semver": "7.7.2",
"tailwind-merge": "3.3.1",
"tailwindcss": "4.1.11",
"tsx": "4.20.3",
"typescript": "5.8.3",
"yaml": "2.8.0"
},
"engines": {
"node": ">=22.0.0"
}
}