-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 857 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 857 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
{
"name": "gaman-docs",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "node dist/server/entry.mjs",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.3.7",
"@astrojs/node": "^9.4.3",
"@astrojs/react": "^4.4.0",
"@astrojs/sitemap": "^3.5.1",
"@astrojs/starlight": "^0.35.2",
"@tailwindcss/vite": "^4.1.12",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"astro": "^5.6.1",
"framer-motion": "^12.23.24",
"lucide-react": "^0.546.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-icons": "^5.5.0",
"sharp": "^0.34.2",
"shiki": "^1.22.0",
"starlight-ion-theme": "^2.3.1",
"starlight-package-managers": "^0.11.0",
"tailwindcss": "^4.1.12"
}
}