forked from tinyauthapp/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 683 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 683 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
{
"name": "tinyauth-docs",
"type": "module",
"version": "0.0.1",
"packageManager": "pnpm@11.1.2",
"scripts": {
"dev": "astro dev",
"start": "astro preview",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "0.38.3",
"@types/qrcode": "^1.5.6",
"@yeskunall/astro-umami": "^0.0.8",
"astro": "6.1.8",
"astro-mermaid": "^2.1.0",
"bcryptjs": "^3.0.3",
"countup.js": "^2.10.1",
"mermaid": "^11.17.2",
"otpauth": "^9.5.2",
"qrcode": "^1.5.4",
"sharp": "^0.35.4",
"starlight-theme-rapide": "^0.6.0"
},
"engines": {
"node": "v25.5.0"
}
}