-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.98 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.98 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "codius-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --port 8788",
"start": "astro dev --port 8788",
"build": "astro check && astro build",
"preview": "astro build && wrangler pages dev",
"astro": "astro",
"drizzle-kit": "drizzle-kit",
"deploy": "astro build && wrangler pages deploy",
"cf-typegen": "wrangler types",
"lint": "eslint \"./*.mjs\" \"src/**/*.{js,ts,tsx,astro}\" && prettier --check \"./*.mjs\" \"src/**/*.{js,ts,tsx,astro}\"",
"format": "prettier --write \"./*.mjs\" \"src/**/*.{js,ts,tsx,astro}\" \"**/README.md\"",
"d1": "wrangler d1",
"smee": "smee --path /webhooks/github/workflow-job --port 8788"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/cloudflare": "^11.0.4",
"@astrojs/react": "^3.6.2",
"@astrojs/tailwind": "^5.1.0",
"@lucia-auth/adapter-sqlite": "^3.0.1",
"@octokit/request-error": "^6.1.1",
"@octokit/rest": "^21.0.0",
"@octokit/webhooks": "^13.2.7",
"@paralleldrive/cuid2": "^2.2.2",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"arctic": "^1.9.1",
"astro": "^4.15.1",
"class-variance-authority": "^0.7.0",
"cloudflare": "^3.5.0",
"clsx": "^2.1.1",
"drizzle-orm": "^0.33.0",
"lucia": "^3.2.0",
"lucide-react": "^0.399.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"simple-stack-query": "^0.2.0",
"stripe": "^16.1.0",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.4",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8"
},
"devDependencies": {
"@octokit/types": "^13.5.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"billing-durable-object": "workspace:^",
"drizzle-kit": "^0.22.8",
"eslint-plugin-astro": "^1.2.2",
"prettier-plugin-astro": "^0.14.0",
"smee-client": "^2.0.1"
}
}