mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-03-16 07:09:20 +01:00
54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"name": "artsite",
|
|
"private": true,
|
|
"author": {
|
|
"email": "arthurdanjou@outlook.fr",
|
|
"name": "Arthur Danjou",
|
|
"url": "https://arthurdanjou.fr"
|
|
},
|
|
"packageManager": "bun@1.3.8",
|
|
"scripts": {
|
|
"build": "nuxi build",
|
|
"dev": "nuxi dev",
|
|
"preview": "bun run build && wrangler dev",
|
|
"postinstall": "nuxt prepare",
|
|
"lint": "eslint .",
|
|
"deploy": "bun run cf-typegen && bun run build && wrangler deploy",
|
|
"cf-typegen": "wrangler types"
|
|
},
|
|
"dependencies": {
|
|
"@libsql/client": "^0.17.0",
|
|
"@nuxt/content": "3.12.0",
|
|
"@nuxt/eslint": "1.15.2",
|
|
"@nuxt/ui": "4.5.1",
|
|
"@nuxthub/core": "0.10.7",
|
|
"@nuxtjs/mdc": "0.20.2",
|
|
"@nuxtjs/seo": "3.4.0",
|
|
"@vueuse/core": "^14.2.1",
|
|
"@vueuse/math": "^14.2.1",
|
|
"better-sqlite3": "^12.6.2",
|
|
"drizzle-kit": "^0.31.9",
|
|
"drizzle-orm": "^0.45.1",
|
|
"nuxt": "4.3.1",
|
|
"nuxt-studio": "1.4.0",
|
|
"vue": "3.5.30",
|
|
"vue-router": "5.0.3",
|
|
"zod": "^4.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-json/devicon": "1.2.59",
|
|
"@iconify-json/file-icons": "^1.2.2",
|
|
"@iconify-json/logos": "^1.2.10",
|
|
"@iconify-json/ph": "^1.2.2",
|
|
"@iconify-json/twemoji": "1.2.5",
|
|
"@iconify-json/vscode-icons": "1.2.45",
|
|
"@types/node": "25.4.0",
|
|
"@vueuse/nuxt": "14.2.1",
|
|
"baseline-browser-mapping": "^2.10.0",
|
|
"eslint": "10.0.3",
|
|
"typescript": "^5.9.3",
|
|
"vue-tsc": "3.2.5",
|
|
"wrangler": "4.71.0"
|
|
}
|
|
}
|