-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.82 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
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "@timredd/astro-quickstart",
"type": "module",
"version": "0.0.1",
"scripts": {
"astro": "astro",
"build": "astro telemetry disable && astro check && astro build",
"build-cf-types": "wrangler types",
"check": "astro check",
"deploy": "astro build && wrangler pages deploy ./dist",
"dev": "astro dev",
"preinstall": "npx only-allow pnpm",
"preview:astro": "astro preview",
"preview:build": "astro build && wrangler pages dev ./dist",
"preview:cf": "wrangler pages dev ./dist",
"start": "astro dev",
"upgrade": "pnpm dlx @astrojs/upgrade",
"types": "types:check",
"types:check": "tsc --noEmit",
"types:build": "tsc --noEmit --pretty",
"ui:add": "pnpm dlx shadcn-solid@latest add"
},
"dependencies": {
"@astrojs/check": "^0.8.1",
"@astrojs/cloudflare": "^11.0.1",
"@astrojs/solid-js": "^4.4.0",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/ts-plugin": "^1.9.0",
"@astropub/icons": "^0.2.0",
"@hono/valibot-validator": "^0.3.0",
"@kobalte/core": "^0.13.3",
"@libsql/client": "^0.7.0",
"astro": "^4.11.5",
"astro-robots-txt": "^1.0.0",
"class-variance-authority": "^0.7.0",
"drizzle-orm": "^0.32.0",
"hono": "^4.5.0",
"lucide-solid": "^0.408.0",
"nanoid": "^5.0.7",
"solid-js": "^1.8.18",
"ts-pattern": "^5.2.0",
"valibot": "^0.36.0"
},
"devDependencies": {
"@biomejs/biome": "1.7.3",
"@cloudflare/workers-types": "^4.20240512.0",
"@kobalte/tailwindcss": "^0.9.0",
"@types/node": "^20.10.4",
"clsx": "^2.1.1",
"drizzle-kit": "^0.23.0",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwind-merge": "^2.4.0",
"tailwindcss": "^3.4.4",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.3.3",
"wrangler": "^3.57.1"
}
}