-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 986 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 986 Bytes
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
{
"name": "doc",
"type": "module",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"dev": "astro dev",
"deploy": "npx vercel --prod",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.3.0",
"@astrojs/react": "^4.3.0",
"@astrojs/starlight": "^0.34.3",
"@astrojs/starlight-tailwind": "^4.0.1",
"@expressive-code/plugin-line-numbers": "^0.41.2",
"@fontsource/dm-mono": "^5.2.6",
"@tailwindcss/vite": "^4.1.8",
"@types/react-dom": "^19.1.2",
"astro": "^5.6.1",
"expressive-code-twoslash": "^0.5.3",
"green_dot": "^0.0.69",
"lucide-astro": "^0.503.0",
"prism-themes": "^1.9.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"sharp": "^0.32.5",
"starlight-package-managers": "^0.11.0",
"tailwindcss": "^4.1.8"
},
"devDependencies": {
"autoprefixer": "^10.4.21",
"postcss": "^8.5.4"
}
}