-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 851 Bytes
/
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
{
"name": "astro-db-starlight-showcase",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build --remote",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.5.9",
"@astrojs/db": "^0.8.6",
"@astrojs/starlight": "^0.21.1",
"@astrojs/vercel": "^7.3.6",
"@aws-sdk/client-s3": "^3.535.0",
"@libsql/client": "^0.5.6",
"arctic": "^1.2.1",
"astro": "^4.3.5",
"image-dimensions": "^2.3.0",
"lucia": "^3.1.1",
"lucia-adapter-astrodb": "^0.0.3",
"sharp": "^0.32.5",
"typescript": "^5.4.2",
"zod-form-data": "^2.0.2"
},
"devDependencies": {
"@hideoo/prettier-config": "^2.0.0",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0"
}
}