-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
101 lines (101 loc) · 3.6 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "versia-fe",
"private": true,
"type": "module",
"license": "AGPL-3.0",
"author": {
"email": "[email protected]",
"name": "CPlusPatch",
"url": "https://cpluspatch.com"
},
"maintainers": [
{
"email": "[email protected]",
"name": "CPlusPatch",
"url": "https://cpluspatch.com"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/versia-pub/frontend.git"
},
"scripts": {
"build": "paraglide-js compile --project ./project.inlang --outdir ./paraglide && nuxt build",
"dev": "NODE_TLS_REJECT_UNAUTHORIZED=0 bun nuxt dev --https --https.cert config/versia-fe.localhost.pem --https.key config/versia-fe.localhost-key.pem --host versia-fe.localhost",
"generate": "nuxt generate",
"emojis:generate": "bun run utils/emojis.ts",
"postinstall": "paraglide-js compile --project ./project.inlang --outdir ./paraglide && nuxt prepare",
"rebuild-i18n": "paraglide-js compile --project ./project.inlang --outdir ./paraglide",
"lint": "bunx @biomejs/biome check .",
"check": "bunx tsc -p ."
},
"dependencies": {
"@nuxt/fonts": "^0.10.3",
"@nuxtjs/color-mode": "3.5.2",
"@tailwindcss/typography": "^0.5.16",
"@tiptap/extension-highlight": "^2.11.3",
"@tiptap/extension-image": "^2.11.3",
"@tiptap/extension-link": "^2.11.3",
"@tiptap/extension-mention": "^2.11.3",
"@tiptap/extension-placeholder": "^2.11.3",
"@tiptap/extension-subscript": "^2.11.3",
"@tiptap/extension-superscript": "^2.11.3",
"@tiptap/extension-task-item": "^2.11.3",
"@tiptap/extension-task-list": "^2.11.3",
"@tiptap/extension-underline": "^2.11.3",
"@tiptap/pm": "^2.11.3",
"@tiptap/starter-kit": "^2.11.3",
"@tiptap/suggestion": "^2.11.3",
"@tiptap/vue-3": "^2.11.3",
"@vee-validate/zod": "^4.15.0",
"@versia/client": "0.1.5",
"@vite-pwa/nuxt": "^0.10.6",
"@vueuse/core": "^12.5.0",
"@vueuse/nuxt": "^12.5.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel-vue": "^8.5.2",
"fuzzysort": "^3.1.0",
"html-to-text": "^9.0.5",
"lucide-vue-next": "^0.474.0",
"magic-regexp": "^0.8.0",
"mitt": "^3.0.1",
"nanoid": "^5.0.9",
"nuxt": "^3.15.3",
"nuxt-security": "^2.1.5",
"radix-vue": "^1.9.13",
"shadcn-nuxt": "0.11.3",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"vaul-vue": "^0.2.0",
"vee-validate": "^4.15.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vue-sonner": "^1.3.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@iconify-json/fluent-emoji": "^1.2.2",
"@iconify-json/fluent-emoji-flat": "^1.2.2",
"@iconify-json/noto": "^1.2.2",
"@iconify-json/twemoji": "^1.2.2",
"@iconify/utils": "^2.2.1",
"@nuxtjs/tailwindcss": "^6.13.1",
"@tailwindcss/forms": "^0.5.10",
"@types/html-to-text": "^9.0.4",
"typescript": "^5.7.3",
"vue-tsc": "^2.2.0",
"@inlang/paraglide-js": "1.11.8"
},
"trustedDependencies": [
"@biomejs/biome",
"@fortawesome/fontawesome-common-types",
"@fortawesome/free-regular-svg-icons",
"@fortawesome/free-solid-svg-icons",
"@parcel/watcher",
"esbuild",
"json-editor-vue",
"vue-demi"
]
}