-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.34 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.34 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": "imguu",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": " astro build",
"preview": "astro build && wrangler pages dev ./dist --port 4321",
"astro": "astro",
"deploy": "astro build && wrangler pages deploy dist",
"cf-typegen": "wrangler types",
"initSqlLocal": "npx wrangler d1 execute imageuu --local --file=./setup.sql",
"initSql": "npx wrangler d1 execute imageuu --file=./setup.sql --remote",
"queryDb": "npx wrangler d1 execute imageuu --local --command=\"select * from sqlite_master where type='table' \""
},
"dependencies": {
"@astrojs/alpinejs": "^0.4.3",
"@astrojs/cloudflare": "^12.2.1",
"@astrojs/mdx": "^4.0.8",
"@auth/core": "^0.37.4",
"@aws-sdk/client-s3": "^3.726.1",
"@oslojs/crypto": "^1.0.1",
"@oslojs/encoding": "^1.1.0",
"@pilcrowjs/object-parser": "^0.0.4",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/vite": "^4.0.0",
"@types/alpinejs": "^3.13.11",
"alpinejs": "^3.14.8",
"arctic": "^2.3.3",
"astro": "^5.2.5",
"aws-sdk": "^2.1692.0",
"nanoid": "^5.0.9",
"tailwindcss": "^4.0.0",
"js-md5": "^0.8.3"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241230.0",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^22.10.10",
"wrangler": "^3.99.0"
}
}