mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-01-14 20:19:35 +01:00
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "artdanj-website",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev --host",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "prisma generate",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/content": "2.9.0",
|
|
"@nuxt/image": "1.0.0",
|
|
"@nuxt/ui": "^2.10.0",
|
|
"@pinia/nuxt": "0.5.1",
|
|
"@prisma/client": "5.5.2",
|
|
"@tresjs/nuxt": "^1.2.2",
|
|
"@trpc/client": "10.43.1",
|
|
"@trpc/server": "10.43.1",
|
|
"@vercel/analytics": "1.1.1",
|
|
"@vueuse/motion": "2.0.0",
|
|
"pinia": "2.1.7",
|
|
"postcss-custom-properties": "13.3.2",
|
|
"sass": "1.69.5",
|
|
"superjson": "2.2.0",
|
|
"tailwindcss": "3.3.5",
|
|
"three": "^0.158.0",
|
|
"trpc-nuxt": "0.10.12",
|
|
"zod": "3.22.4"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "1.1.0",
|
|
"@iconify/json": "2.2.138",
|
|
"@nuxt/devtools": "1.0.0",
|
|
"@nuxthq/studio": "1.0.3",
|
|
"@pinia-plugin-persistedstate/nuxt": "1.2.0",
|
|
"@tailwindcss/typography": "^0.5.10",
|
|
"@types/node": "20.8.10",
|
|
"@vueuse/core": "10.5.0",
|
|
"@vueuse/nuxt": "10.5.0",
|
|
"eslint": "8.53.0",
|
|
"nuxt": "3.8.1",
|
|
"nuxt-icon": "0.5.0",
|
|
"prisma": "5.5.2",
|
|
"typescript": "5.2.2"
|
|
}
|
|
}
|