-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 802 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 802 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
31
32
33
{
"name": "notshort",
"type": "module",
"version": "0.5.0",
"scripts": {
"dev": "astro dev",
"start": "node ./dist/server/entry.mjs",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/vercel": "^8.2.1",
"@faker-js/faker": "^9.7.0",
"@supabase/ssr": "^0.6.1",
"@supabase/supabase-js": "^2.49.4",
"@vercel/analytics": "^1.5.0",
"astro": "^5.11.0",
"astro-icon": "^1.1.1",
"nanoid": "^5.1.5",
"typescript": "^5.6.2"
},
"devDependencies": {
"@astrojs/node": "^9.3.0",
"@unocss/astro": "^66.1.1",
"@unocss/reset": "^0.63.1",
"supabase": "^2.22.12",
"unocss": "^0.63.1",
"vite": "^5.4.19"
},
"license": "MIT"
}