-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 829 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 829 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
{
"name": "debarchito.github.io",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"devDependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/sitemap": "^3.6.0",
"@astrojs/ts-plugin": "^1.10.6",
"@catppuccin/daisyui": "^2.1.1",
"@lucide/astro": "^0.554.0",
"@tailwindcss/vite": "^4.1.17",
"astro": "^5.16.2",
"daisyui": "^5.5.5",
"prettier": "^3.7.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.7.1",
"tailwindcss": "^4.1.17",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3"
},
"dependencies": {
"@fontsource/ms-madi": "^5.2.7"
}
}