-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 903 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 903 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
{
"name": "helpless-hubble",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "biome check --write",
"ci": "biome ci --diagnostic-level=warn"
},
"dependencies": {
"@astrojs/mdx": "^4.3.0",
"@astrojs/node": "^9.4.4",
"@astrojs/react": "^4.3.0",
"@astrojs/starlight": "^0.34.4",
"@astrojs/starlight-tailwind": "^4.0.1",
"@headlessui/react": "^2.2.4",
"@heroicons/react": "^2.2.0",
"@tailwindcss/vite": "^4.1.11",
"altcha": "^2.2.4",
"astro": "^5.10.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"remark-reference-links": "^7.0.0",
"starlight-llms-txt": "^0.7.0",
"starlight-openapi": "^0.19.1",
"tailwindcss": "^4.1.11",
"vanilla-cookieconsent": "^3.1.0"
},
"devDependencies": {
"@biomejs/biome": "^2.3.3"
}
}