2024-10-19 22:46:11 +02:00
|
|
|
{
|
|
|
|
|
"name": "@versia/blog",
|
|
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
|
|
|
|
"description": "The source code for Versia's blog.",
|
|
|
|
|
"author": {
|
|
|
|
|
"email": "contact@cpluspatch.com",
|
|
|
|
|
"name": "Jesse Wierzbinski",
|
|
|
|
|
"url": "https://cpluspatch.com"
|
|
|
|
|
},
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/versia-pub/blog/issues"
|
|
|
|
|
},
|
2024-10-19 22:51:32 +02:00
|
|
|
"license": "AGPL-3.0-only",
|
2024-10-19 22:46:11 +02:00
|
|
|
"maintainers": [
|
|
|
|
|
{
|
|
|
|
|
"email": "contact@cpluspatch.com",
|
|
|
|
|
"name": "Jesse Wierzbinski",
|
|
|
|
|
"url": "https://cpluspatch.com"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git+https://github.com/versia-pub/blog.git"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "nuxt build",
|
|
|
|
|
"dev": "nuxt dev",
|
|
|
|
|
"generate": "nuxt generate",
|
|
|
|
|
"preview": "nuxt preview",
|
|
|
|
|
"postinstall": "nuxt prepare",
|
|
|
|
|
"lint": "bunx @biomejs/biome check .",
|
|
|
|
|
"typecheck": "bunx tsc -p ."
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@hackmd/markdown-it-task-lists": "^2.1.4",
|
2024-10-29 11:36:37 +01:00
|
|
|
"@nuxt/fonts": "^0.10.2",
|
|
|
|
|
"@nuxt/icon": "^1.6.1",
|
2024-10-19 22:46:11 +02:00
|
|
|
"@nuxt/image": "^1.8.1",
|
|
|
|
|
"@nuxtjs/seo": "^2.0.0-rc.23",
|
|
|
|
|
"@nuxtjs/tailwindcss": "^6.12.2",
|
2024-10-29 11:36:37 +01:00
|
|
|
"@shikijs/markdown-it": "^1.22.2",
|
2024-10-19 22:46:11 +02:00
|
|
|
"@tailwindcss/forms": "^0.5.9",
|
|
|
|
|
"@tailwindcss/typography": "^0.5.15",
|
|
|
|
|
"@vueuse/nuxt": "^11.1.0",
|
|
|
|
|
"markdown-it": "^14.1.0",
|
|
|
|
|
"markdown-it-anchor": "^9.2.0",
|
|
|
|
|
"markdown-it-container": "^4.0.0",
|
|
|
|
|
"markdown-it-toc-done-right": "^4.2.0",
|
|
|
|
|
"nuxt": "^3.13.2",
|
|
|
|
|
"nuxt-security": "^2.0.0",
|
2024-10-29 11:36:37 +01:00
|
|
|
"shiki": "^1.22.2",
|
|
|
|
|
"vue": "^3.5.12",
|
|
|
|
|
"vue-router": "^4.4.5"
|
2024-10-19 22:46:11 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@biomejs/biome": "^1.9.4",
|
2024-10-29 11:36:37 +01:00
|
|
|
"@types/bun": "^1.1.12",
|
2024-10-19 22:46:11 +02:00
|
|
|
"@types/markdown-it-container": "^2.0.10",
|
|
|
|
|
"tailwindcss": "^3.4.14"
|
|
|
|
|
},
|
|
|
|
|
"trustedDependencies": ["@biomejs/biome", "esbuild", "sharp", "vue-demi"]
|
|
|
|
|
}
|