-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.32 KB
/
package.json
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "getsmyapps",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "bunx --bun astro dev",
"start": "bunx --bun astro dev",
"build": "bunx --bun astro check && bunx --bun astro build",
"preview": "bunx --bun astro preview",
"astro": "astro",
"co": "sui-mono commit",
"generate:types": "supabase gen types typescript --project-id limgmjdaljhludpriewz > src/types/supabase.d.ts",
"lint": "bunx --bun eslint"
},
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/sitemap": "3.2.1",
"@astrojs/solid-js": "5.0.3",
"@astrojs/tailwind": "5.1.4",
"@astrojs/vercel": "8.0.2",
"@supabase/supabase-js": "2.48.0",
"@vercel/speed-insights": "1.1.0",
"astro": "5.1.7",
"astro-seo": "0.8.4",
"cloudinary": "2.5.1",
"octokit": "4.1.0",
"solid-js": "1.9.4",
"tailwindcss": "3.4.17",
"toastify-js": "1.12.0"
},
"devDependencies": {
"@s-ui/mono": "2.45.0",
"@types/toastify-js": "1.12.3",
"eslint": "^9.11.0",
"eslint-plugin-astro": "1.3.1",
"eslint-plugin-solid": "0.14.5",
"markdownlint": "0.37.4",
"prettier": "3.4.2",
"prettier-plugin-astro": "0.14.1",
"supabase": "2.6.8",
"typescript": "5.7.3",
"eslint-config-love": "117.0.0"
},
"trustedDependencies": [
"@vercel/speed-insights"
]
}