-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.05 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.05 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
{
"name": "dav.one",
"type": "module",
"version": "2.0.0",
"scripts": {
"install": "deno i --allow-scripts && deno run --allow-all npm:playwright install --with-deps chromium",
"dev": "astro dev",
"clear": "astro dev --clear-cache",
"serve": "astro dev --host 0.0.0.0",
"build": "deno -A npm:astro build",
"preview": "astro preview",
"taze": "deno -A npm:taze latest"
},
"dependencies": {
"@astrojs/mdx": "^4.3.12",
"@astrojs/react": "^4.4.2",
"@astrojs/rss": "^4.0.14",
"@astrojs/sitemap": "^3.6.0",
"@tailwindcss/vite": "^4.1.17",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@xtreat/astro-iconify": "^1.2.7",
"astro": "^5.16.0",
"astro-minify-html-swc": "^0.1.10",
"playwright": "^1.57.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"sharp": "^0.34.5",
"tailwindcss": "^4.1.17",
"unist-util-visit": "^5.0.0",
"vite": "^7.2.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19",
"daisyui": "^5.5.5",
"unocss": "^66.5.9"
}
}