Setting the file. One moment.
Chapter 12 · Clerk Astro Patterns
Subchapter 12.7
Also bundled
Evalstemplates/astro-basic-auth/package.json
JSON13 lines227 B
{
"name": "clerk-astro",
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build"
},
"dependencies": {
"astro": "^5.0.0",
"@clerk/astro": "^2.0.0",
"@astrojs/node": "^9.0.0"
}
}