mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 13:54:05 +01:00
56 lines
1.5 KiB
JSON
56 lines
1.5 KiB
JSON
{
|
|
"name": "artsite",
|
|
"type": "module",
|
|
"private": true,
|
|
"packageManager": "pnpm@10.8.1",
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev --host",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint --fix .",
|
|
"db:generate": "drizzle-kit generate"
|
|
},
|
|
"dependencies": {
|
|
"@iconify-json/logos": "^1.2.4",
|
|
"@iconify-json/lucide": "^1.2.37",
|
|
"@iconify-json/ph": "^1.2.2",
|
|
"@iconify-json/twemoji": "^1.2.2",
|
|
"@iconify-json/vscode-icons": "^1.2.19",
|
|
"@intlify/message-compiler": "^11.1.3",
|
|
"@nuxt/content": "3.4.0",
|
|
"@nuxt/image": "^1.10.0",
|
|
"@nuxt/ui": "3.0.2",
|
|
"@nuxthub/core": "^0.8.24",
|
|
"@nuxtjs/google-fonts": "^3.2.0",
|
|
"@nuxtjs/i18n": "9.5.3",
|
|
"@vueuse/core": "^13.1.0",
|
|
"drizzle-orm": "^0.42.0",
|
|
"h3-zod": "^0.5.3",
|
|
"nuxt": "^3.16.2",
|
|
"nuxt-visitors": "1.2.1",
|
|
"rehype-katex": "^7.0.1",
|
|
"remark-math": "^6.0.0",
|
|
"remark-parse": "^11.0.0",
|
|
"remark-rehype": "^11.1.2",
|
|
"vue-use-spring": "^0.3.3",
|
|
"zod": "^3.24.3"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^4.12.0",
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"@types/node": "^22.14.1",
|
|
"@vueuse/math": "^13.1.0",
|
|
"@vueuse/nuxt": "^13.1.0",
|
|
"drizzle-kit": "^0.31.0",
|
|
"eslint": "^9.25.0",
|
|
"typescript": "^5.8.3",
|
|
"vue-tsc": "^2.2.8",
|
|
"wrangler": "^4.12.0"
|
|
},
|
|
"pnpm": {
|
|
"neverBuiltDependencies": []
|
|
}
|
|
}
|