generated from chiubaca/fullstack-astro-cloudflare
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.42 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
{
"name": "shibes.lol",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"d1:migrate:local": "wrangler d1 migrations apply shibes-lol-db --local",
"d1:migrate:remote": "wrangler d1 migrations apply shibes-lol-db --remote",
"drizzle:generate": "drizzle-kit generate",
"wrangler:types": "wrangler types",
"wrangler:deploy": "astro build && wrangler pages deploy"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/cloudflare": "^10.2.6",
"@astrojs/react": "^3.4.0",
"@astrojs/tailwind": "^5.1.0",
"@aws-sdk/client-s3": "^3.583.0",
"@aws-sdk/s3-request-presigner": "^3.583.0",
"@lucia-auth/adapter-drizzle": "^1.0.7",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@unpic/react": "^0.1.14",
"arctic": "^1.9.0",
"astro": "^4.9.1",
"drizzle-orm": "^0.30.10",
"lucia": "^3.2.0",
"nanoid": "^5.0.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"wrangler": "^3.57.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"@types/node": "^20.12.12",
"cross-env": "^7.0.3",
"daisyui": "^4.11.1",
"drizzle-kit": "^0.21.4"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.9.5"
}
}