2024-04-15 03:16:57 +02:00
|
|
|
{
|
2024-08-28 00:23:29 +02:00
|
|
|
"name": "versia-fe",
|
2024-05-12 11:23:38 +02:00
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
|
|
|
|
"license": "AGPL-3.0",
|
|
|
|
|
"author": {
|
|
|
|
|
"email": "contact@cpluspatch.com",
|
|
|
|
|
"name": "CPlusPatch",
|
|
|
|
|
"url": "https://cpluspatch.com"
|
|
|
|
|
},
|
|
|
|
|
"maintainers": [
|
|
|
|
|
{
|
|
|
|
|
"email": "contact@cpluspatch.com",
|
|
|
|
|
"name": "CPlusPatch",
|
|
|
|
|
"url": "https://cpluspatch.com"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2024-08-28 00:23:29 +02:00
|
|
|
"url": "git+https://github.com/versia-pub/frontend.git"
|
2024-05-12 11:23:38 +02:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "nuxt build",
|
2024-09-14 13:21:44 +02:00
|
|
|
"dev": "NODE_TLS_REJECT_UNAUTHORIZED=0 bun --bun nuxt dev --https --https.cert config/versia-fe.localhost.pem --https.key config/versia-fe.localhost-key.pem --host versia-fe.localhost",
|
2024-05-12 11:23:38 +02:00
|
|
|
"generate": "nuxt generate",
|
|
|
|
|
"preview": "nuxt preview",
|
2024-05-17 08:25:59 +02:00
|
|
|
"postinstall": "nuxt prepare",
|
2024-06-08 01:09:15 +02:00
|
|
|
"lint": "bunx @biomejs/biome check .",
|
|
|
|
|
"check": "bunx tsc -p ."
|
2024-05-12 11:23:38 +02:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2024-10-14 18:00:38 +02:00
|
|
|
"@ark-ui/vue": "^4.1.1",
|
|
|
|
|
"@nuxt/fonts": "^0.10.0",
|
2024-09-14 13:18:49 +02:00
|
|
|
"@tailwindcss/typography": "^0.5.15",
|
2024-07-21 15:32:58 +02:00
|
|
|
"@vee-validate/nuxt": "^4.13.2",
|
|
|
|
|
"@vee-validate/zod": "^4.13.2",
|
2024-09-14 13:18:49 +02:00
|
|
|
"@versia/client": "^0.1.0",
|
|
|
|
|
"@vite-pwa/nuxt": "^0.10.5",
|
2024-10-14 18:00:38 +02:00
|
|
|
"@vueuse/core": "^11.1.0",
|
|
|
|
|
"@vueuse/nuxt": "^11.1.0",
|
|
|
|
|
"c12": "^2.0.1",
|
2024-05-17 08:25:59 +02:00
|
|
|
"fastest-levenshtein": "^1.0.16",
|
2024-05-12 11:23:38 +02:00
|
|
|
"html-to-text": "^9.0.5",
|
|
|
|
|
"iconify-icon": "^2.1.0",
|
2024-05-17 08:25:59 +02:00
|
|
|
"magic-regexp": "^0.8.0",
|
2024-05-12 11:23:38 +02:00
|
|
|
"mitt": "^3.0.1",
|
2024-06-06 03:35:09 +02:00
|
|
|
"nanoid": "^5.0.7",
|
2024-10-14 18:00:38 +02:00
|
|
|
"nuxt": "^3.13.2",
|
2024-05-12 11:23:38 +02:00
|
|
|
"nuxt-headlessui": "^1.2.0",
|
2024-10-14 18:00:38 +02:00
|
|
|
"nuxt-security": "^2.0.0",
|
2024-05-12 11:23:38 +02:00
|
|
|
"nuxt-shiki": "^0.3.0",
|
2024-08-19 21:32:39 +02:00
|
|
|
"overlayscrollbars": "^2.10.0",
|
2024-05-12 11:23:38 +02:00
|
|
|
"overlayscrollbars-vue": "^0.5.9",
|
2024-10-14 18:00:38 +02:00
|
|
|
"shiki": "^1.22.0",
|
|
|
|
|
"vue": "^3.5.12",
|
2024-09-14 13:18:49 +02:00
|
|
|
"vue-router": "^4.4.5",
|
2024-06-04 08:49:00 +02:00
|
|
|
"zod": "^3.23.8"
|
2024-05-12 11:23:38 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2024-10-14 18:00:38 +02:00
|
|
|
"@biomejs/biome": "^1.9.3",
|
|
|
|
|
"@nuxtjs/seo": "^2.0.0-rc.23",
|
2024-07-21 15:32:58 +02:00
|
|
|
"@nuxtjs/tailwindcss": "^6.12.1",
|
2024-09-14 13:18:49 +02:00
|
|
|
"@tailwindcss/forms": "^0.5.9",
|
2024-05-12 11:23:38 +02:00
|
|
|
"@types/html-to-text": "^9.0.4",
|
2024-06-08 01:09:15 +02:00
|
|
|
"@vue-email/nuxt": "^0.8.19",
|
2024-10-14 18:00:38 +02:00
|
|
|
"typescript": "^5.6.3",
|
2024-09-14 13:18:49 +02:00
|
|
|
"vue-tsc": "^2.1.6"
|
2024-05-12 11:23:38 +02:00
|
|
|
},
|
|
|
|
|
"trustedDependencies": [
|
|
|
|
|
"@biomejs/biome",
|
|
|
|
|
"@fortawesome/fontawesome-common-types",
|
|
|
|
|
"@fortawesome/free-regular-svg-icons",
|
|
|
|
|
"@fortawesome/free-solid-svg-icons",
|
|
|
|
|
"esbuild",
|
|
|
|
|
"json-editor-vue",
|
|
|
|
|
"vue-demi"
|
|
|
|
|
]
|
2024-04-15 03:16:57 +02:00
|
|
|
}
|