frontend/package.json

79 lines
2.4 KiB
JSON
Raw Normal View History

{
2024-05-12 11:23:38 +02:00
"name": "lysand-fe",
"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",
"url": "git+https://github.com/lysand-org/frontend.git"
2024-05-12 11:23:38 +02:00
},
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --https --https.cert config/lysand-fe.localhost.pem --https.key config/lysand-fe.localhost-key.pem --host lysand-fe.localhost",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "bunx @biomejs/biome check .",
"check": "bunx tsc -p ."
2024-05-12 11:23:38 +02:00
},
"dependencies": {
2024-08-19 21:32:39 +02:00
"@ark-ui/vue": "^3.9.0",
"@lysand-org/client": "^0.2.5",
2024-08-19 21:32:39 +02:00
"@nuxt/fonts": "^0.7.2",
"@tailwindcss/typography": "^0.5.14",
2024-07-21 15:32:58 +02:00
"@vee-validate/nuxt": "^4.13.2",
"@vee-validate/zod": "^4.13.2",
2024-08-19 21:32:39 +02:00
"@vite-pwa/nuxt": "^0.10.0",
"@vueuse/core": "^11.0.1",
"@vueuse/nuxt": "^11.0.1",
2024-06-19 08:42:37 +02:00
"c12": "^1.11.1",
"fastest-levenshtein": "^1.0.16",
2024-05-12 11:23:38 +02:00
"html-to-text": "^9.0.5",
"iconify-icon": "^2.1.0",
"magic-regexp": "^0.8.0",
2024-05-12 11:23:38 +02:00
"mitt": "^3.0.1",
"nanoid": "^5.0.7",
2024-07-21 15:32:58 +02:00
"nuxt": "^3.12.4",
2024-05-12 11:23:38 +02:00
"nuxt-headlessui": "^1.2.0",
2024-06-29 05:09:06 +02:00
"nuxt-security": "^2.0.0-rc.9",
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-08-19 21:32:39 +02:00
"shiki": "^1.14.1",
"vue": "^3.4.38",
"vue-router": "^4.4.3",
"zod": "^3.23.8"
2024-05-12 11:23:38 +02:00
},
"devDependencies": {
2024-06-29 05:09:06 +02:00
"@biomejs/biome": "^1.8.3",
2024-08-19 21:32:39 +02:00
"@nuxtjs/seo": "^2.0.0-rc.18",
2024-07-21 15:32:58 +02:00
"@nuxtjs/tailwindcss": "^6.12.1",
2024-05-12 11:23:38 +02:00
"@tailwindcss/forms": "^0.5.7",
"@types/html-to-text": "^9.0.4",
"@vue-email/nuxt": "^0.8.19",
2024-08-19 21:32:39 +02:00
"typescript": "^5.5.4",
"vue-tsc": "^2.0.29"
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"
]
}