-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.29 KB
/
package.json
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
{
"name": "rcrd.astro",
"version": "0.0.1",
"type": "module",
"scripts": {
"preview": "astro preview",
"build": "astro check && astro build",
"dev": "astro dev",
"prepare": "husky"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/react": "^4.2.1",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^6.0.0",
"@astrojs/vercel": "8.1.2",
"@rqbazan/set-initial-color-mode": "^1.3.0",
"@tailwindcss/vite": "^4.0.13",
"@unpic/astro": "^1.0.0",
"@unpic/pixels": "^1.3.0",
"@unpic/placeholder": "^0.1.2",
"@vercel/speed-insights": "^1.2.0",
"astro": "5.4.3",
"astro-feather": "^1.0.0",
"blurhash": "^2.0.5",
"clsx": "^2.1.1",
"just-kebab-case": "^4.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwind-merge": "^3.0.2",
"tailwindcss": "^4.0.13",
"typewriter-effect": "^2.21.0",
"uvcanvas": "^0.2.2"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/node": "^22.13.10",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@variableland/biome-config": "^0.0.4",
"@variableland/run-run": "^0.2.1",
"husky": "^9.1.7",
"typescript": "^5.8.2"
},
"trustedDependencies": ["@biomejs/biome", "@variableland/run-run", "@vercel/speed-insights"]
}