-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 702 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 702 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
{
"name": "cyan-chroma",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/markdoc": "^2.0.6",
"@astrojs/rss": "^4.0.19",
"@astrojs/sitemap": "^3.7.3",
"@tailwindcss/vite": "^4.3.3",
"astro": "^7.1.6",
"astro-navbar": "^2.4.0",
"astro-pagefind": "^2.0.1",
"astro-theme-toggle": "^0.8.1",
"nanostores": "^1.4.2",
"swup": "^4.9.2",
"tailwindcss": "^4.3.3"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/typography": "^0.5.20"
}
}