generated from arthelokyo/astrowind
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.52 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.52 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
45
46
47
48
49
50
51
52
{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@algolia/autocomplete-js": "^1.19.2",
"@algolia/autocomplete-theme-classic": "^1.19.2",
"@astrojs/markdoc": "^0.15.8",
"@astrojs/mdx": "^4.3.7",
"@astrojs/netlify": "^6.5.13",
"@astrojs/partytown": "^2.1.4",
"@astrojs/react": "^4.4.0",
"@astrojs/sitemap": "^3.6.0",
"@astrojs/starlight": "^0.36.1",
"@astrojs/starlight-docsearch": "^0.6.0",
"@astrojs/starlight-tailwind": "^4.0.1",
"@astrolib/analytics": "^0.6.1",
"@digi4care/astro-google-tagmanager": "^1.6.0",
"@fontsource-variable/archivo-narrow": "^5.2.6",
"@fontsource/spectral": "^5.2.6",
"@lorenzo_lewis/starlight-utils": "^0.3.2",
"@tailwindcss/vite": "^4.1.12",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"algoliasearch": "^5.35.0",
"astro": "^5.14.5",
"astro-embed": "^0.9.0",
"astro-pagefind": "^1.8.3",
"astro-robots-txt": "^1.0.0",
"astro-seo": "^0.8.4",
"flowbite": "^3.1.2",
"lodash.merge": "^4.6.2",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-instantsearch": "^7.16.2",
"starlight-cooler-credit": "^0.4.0",
"starlight-fullview-mode": "^0.2.3",
"starlight-scroll-to-top": "^0.3.1",
"starlight-theme-black": "^0.6.0",
"tailwindcss": "^4.1.12"
},
"devDependencies": {
"daisyui": "^5.0.50",
"pagefind": "^1.3.0"
}
}