-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 812 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 812 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
{
"name": "levelup-astro",
"type": "module",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"build:vercel": "vercel build && node scripts/fix-vercel-routes.mjs",
"preview": "astro preview",
"astro": "astro"
},
"overrides": {
"undici": "^7.0.0"
},
"dependencies": {
"@astrojs/sitemap": "^3.7.2",
"@astrojs/vercel": "^10.0.8",
"@mollie/api-client": "^4.5.0",
"@upstash/ratelimit": "^2.0.8",
"@upstash/redis": "^1.38.0",
"@vercel/functions": "^3.7.0",
"@vercel/node": "^4.0.0",
"astro": "^6.4.4",
"jose": "^6.2.3",
"leaflet": "^1.9.4",
"recharts": "^3.8.1",
"resend": "^6.12.0",
"tabulator-tables": "^6.4.0"
},
"devDependencies": {
"@types/leaflet": "^1.9.21"
}
}