-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.11 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.11 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
{
"name": "website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"format": "prettier --write .",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.5",
"@floating-ui/dom": "^1.6.13",
"@iconify-json/ri": "^1.2.5",
"@iconify-json/vscode-icons": "^1.2.10",
"@playform/compress": "^0.1.7",
"astro": "^5.1.9",
"astro-embed": "^0.9.0",
"astro-icon": "^1.1.5",
"cva": "1.0.0-beta.1",
"mochila-ts": "^1.9.0",
"nanostores": "^0.11.3",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3"
},
"devDependencies": {
"@fluid-tailwind/tailwind-merge": "^0.0.3",
"@types/node": "^22.10.10",
"fluid-tailwind": "^1.0.4",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.11",
"rehype-preset-minify": "^7.0.1",
"sharp": "^0.33.5",
"vite": "^6.0.11"
}
}