mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-31 20:29:42 +01:00
Working on v2
This commit is contained in:
71
package.json
71
package.json
@@ -1,54 +1,45 @@
|
||||
{
|
||||
"name": "artsite",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@10.13.1",
|
||||
"scripts": {
|
||||
"build": "nuxt build",
|
||||
"dev": "nuxt dev --host",
|
||||
"preview": "nuxt preview",
|
||||
"build": "nuxi build --preset cloudflare_module",
|
||||
"dev": "nuxi dev",
|
||||
"preview": "bun run build && wrangler dev",
|
||||
"postinstall": "nuxt prepare",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint --fix .",
|
||||
"db:generate": "drizzle-kit generate",
|
||||
"typecheck": "nuxt prepare && vue-tsc -b --noEmit"
|
||||
"deploy": "bun run build && wrangler deploy",
|
||||
"cf-typegen": "wrangler types",
|
||||
"lint:fix": "eslint --fix ."
|
||||
},
|
||||
"dependencies": {
|
||||
"@iconify-json/logos": "^1.2.10",
|
||||
"@iconify-json/lucide": "^1.2.73",
|
||||
"@iconify-json/ph": "^1.2.2",
|
||||
"@iconify-json/twemoji": "^1.2.4",
|
||||
"@iconify-json/vscode-icons": "^1.2.33",
|
||||
"@intlify/message-compiler": "^11.1.12",
|
||||
"@nuxt/content": "3.6.3",
|
||||
"@nuxt/image": "^1.11.0",
|
||||
"@nuxt/ui": "3.3.2",
|
||||
"@nuxthub/core": "^0.9.0",
|
||||
"@nuxtjs/google-fonts": "^3.2.0",
|
||||
"@nuxtjs/i18n": "10.0.6",
|
||||
"@vueuse/core": "^13.9.0",
|
||||
"better-sqlite3": "^12.4.1",
|
||||
"drizzle-orm": "^0.44.7",
|
||||
"h3-zod": "^0.5.3",
|
||||
"nuxt": "^4.2.1",
|
||||
"nuxt-visitors": "1.2.2",
|
||||
"rehype-katex": "^7.0.1",
|
||||
"remark-math": "^6.0.0",
|
||||
"remark-parse": "^11.0.0",
|
||||
"remark-rehype": "^11.1.2",
|
||||
"@intlify/message-compiler": "11.2.2",
|
||||
"@nuxt/content": "3.9.0",
|
||||
"@nuxt/eslint": "1.12.1",
|
||||
"@nuxt/ui": "4.2.1",
|
||||
"@nuxthub/core": "0.10.1",
|
||||
"@nuxtjs/i18n": "10.2.1",
|
||||
"@vueuse/core": "^14.1.0",
|
||||
"@vueuse/math": "^14.1.0",
|
||||
"better-sqlite3": "12.5.0",
|
||||
"drizzle-kit": "^0.31.8",
|
||||
"drizzle-orm": "^0.45.1",
|
||||
"nuxt": "4.2.2",
|
||||
"nuxt-studio": "1.0.0-alpha.4",
|
||||
"vue-use-spring": "^0.3.3",
|
||||
"zod": "^4.1.12"
|
||||
"zod": "4.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "^5.4.1",
|
||||
"@iconify-json/devicon": "^1.2.48",
|
||||
"@tailwindcss/typography": "^0.5.19",
|
||||
"@types/node": "^24.10.1",
|
||||
"@vueuse/math": "^13.9.0",
|
||||
"@vueuse/nuxt": "^13.9.0",
|
||||
"drizzle-kit": "^0.31.6",
|
||||
"eslint": "^9.39.1",
|
||||
"@iconify-json/logos": "^1.2.10",
|
||||
"@iconify-json/lucide": "1.2.81",
|
||||
"@iconify-json/ph": "^1.2.2",
|
||||
"@iconify-json/twemoji": "^1.2.4",
|
||||
"@iconify-json/vscode-icons": "1.2.37",
|
||||
"@iconify-json/devicon": "1.2.53",
|
||||
"@types/node": "25.0.2",
|
||||
"@vueuse/nuxt": "14.1.0",
|
||||
"eslint": "9.39.2",
|
||||
"typescript": "^5.9.3",
|
||||
"vue-tsc": "^3.1.3",
|
||||
"wrangler": "^4.47.0"
|
||||
"vue-tsc": "3.1.8",
|
||||
"wrangler": "4.55.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user