-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.09 KB
/
package.json
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
{
"name": "vyuh-docs",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"deploy": "firebase deploy --only hosting"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/react": "^4.2.0",
"@astrojs/starlight": "^0.30.6",
"@astrojs/starlight-tailwind": "^3.0.0",
"@astrojs/tailwind": "^5.1.5",
"@expressive-code/plugin-line-numbers": "^0.38.3",
"@iconify-json/mdi": "^1.2.3",
"@types/react": "^19.0.9",
"@types/react-dom": "^19.0.3",
"astro": "^5.3.0",
"astro-embed": "^0.9.0",
"astro-icon": "^1.1.5",
"firebase-tools": "^13.31.1",
"prettier": "^3.5.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"rehype-external-links": "^3.0.0",
"sharp": "^0.33.5",
"starlight-blog": "^0.16.1",
"starlight-cooler-credit": "^0.2.3",
"starlight-links-validator": "^0.13.4",
"starlight-showcases": "^0.3.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3"
}
}