cdrdpyj-turborepo/apps/web/package.json

27 lines
655 B
JSON

{
"name": "web",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "portless web -- astro dev",
"dev:portless": "portless web -- astro dev",
"dev:plain": "astro dev",
"build": "astro build",
"preview": "astro preview",
"start": "node ./dist/server/entry.mjs",
"typecheck": "astro check",
"clean": "rm -rf dist .astro node_modules"
},
"dependencies": {
"@astrojs/node": "^9.1.3",
"@supabase/supabase-js": "^2.48.1",
"astro": "^5.4.2"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@repo/typescript-config": "workspace:*",
"typescript": "^5.7.3"
}
}