-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
74 lines (74 loc) · 2.5 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"type": "module",
"name": "capgo-website",
"scripts": {
"astro": "astro",
"dev": "astro dev",
"start": "astro dev",
"build": "paraglide-js compile --project ./project.inlang --outdir ./src/paraglide && astro build",
"preview": "astro preview",
"types": "npx --yes supabase gen types typescript --project-id=xvwzpoazmxkqosrdewyv > src/services/supabase.types.ts",
"fmt": "prettier --write '**/*' --ignore-unknown",
"generate:locale:translations": "paraglide-js compile --project ./project.inlang --outdir ./src/paraglide",
"generate:blog:translations": "tsx scripts/generate_blog_translations.tsx",
"generate:docs:translations": "tsx scripts/generate_docs_translations.tsx",
"generate:plugin:translations": "tsx scripts/generate_plugin_translations.tsx",
"setup:new:locale": "tsx scripts/setup_new_locale.tsx",
"postinstall": "paraglide-js compile --project ./project.inlang --outdir ./src/paraglide"
},
"dependencies": {
"@astrojs/sitemap": "^3.2.1",
"@astrojs/starlight": "0.31.1",
"@astrojs/vue": "5.0.6",
"@headlessui/vue": "^1.7.23",
"@heroicons/vue": "^2.2.0",
"@inlang/paraglide-astro": "^0.3.5",
"@supabase/supabase-js": "^2.48.1",
"astro": "5.2.3",
"astro-embed": "^0.9.0",
"astro-i18n-aut": "^0.7.3",
"ky": "^1.7.4",
"marked": "^15.0.6",
"openai": "^4.82.0",
"posthog-js": "^1.215.1",
"sitemap": "^8.0.0",
"vue": "^3.5.13",
"vue-sonner": "^1.3.0"
},
"devDependencies": {
"@antfu/eslint-config": "^4.1.1",
"@astrojs/check": "^0.9.4",
"@iconify-json/carbon": "^1.2.6",
"@iconify-json/twemoji": "^1.2.2",
"@types/js-yaml": "^4.0.9",
"@types/marked": "^6.0.0",
"@types/node": "^22.13.0",
"@types/semver": "^7.5.8",
"@unocss/astro": "^65.4.3",
"@unocss/reset": "^65.4.3",
"@vite-pwa/astro": "^0.5.0",
"astro-font": "^1.0.0",
"cheerio": "1.0.0",
"dayjs": "^1.11.13",
"dotenv": "^16.4.7",
"eslint": "^9.19.0",
"faiss-node": "^0.5.1",
"fast-glob": "^3.3.3",
"gnomon": "^1.5.0",
"gray-matter": "^4.0.3",
"js-yaml": "^4.1.0",
"langchain": "^0.1.37",
"nanospinner": "^1.2.2",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.11",
"schema-dts": "^1.1.2",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"unocss": "^65.4.3",
"vue-tsc": "^2.2.0",
"zod": "^3.24.1",
"@inlang/paraglide-js": "1.11.8"
}
}