brainstorm-ui / package.json
hsila's picture
Add writing tasks support
ca29558
raw
history blame contribute delete
392 Bytes
{
"name": "english-brainstormer",
"version": "0.0.4",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "astro check"
},
"dependencies": {
"@supabase/supabase-js": "^2.75.1",
"astro": "^5.14.6",
"tslib": "^2.8.1"
},
"devDependencies": {
"dotenv": "^17.2.3"
}
}