-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 895 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 895 Bytes
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
{
"name": "byoc",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write .",
"format:check": "prettier --check .",
"test": "vitest run",
"test:watch": "vitest",
"test:ui": "vitest --ui",
"test:webhook": "node test-webhook.js"
},
"dependencies": {
"@astrojs/netlify": "^6.5.11",
"@astrojs/sitemap": "^3.5.1",
"@astrojs/tailwind": "^6.0.2",
"@supabase/supabase-js": "^2.58.0",
"@types/node": "^24.5.2",
"astro": "^5.13.3",
"qrcode": "^1.5.4",
"resend": "^4.0.1",
"stripe": "^18.5.0",
"tailwindcss": "^3.4.17"
},
"devDependencies": {
"@types/qrcode": "^1.5.5",
"@vitest/ui": "^4.1.2",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
"vitest": "^4.1.2"
}
}