mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-01-14 12:14:42 +01:00
wrking on nuxt studio
This commit is contained in:
@@ -10,6 +10,7 @@ export default defineNuxtConfig({
|
||||
],
|
||||
|
||||
modules: [
|
||||
'@nuxthq/studio',
|
||||
'@nuxthq/ui',
|
||||
'@pinia/nuxt',
|
||||
'@pinia-plugin-persistedstate/nuxt',
|
||||
|
||||
41
package.json
41
package.json
@@ -11,35 +11,36 @@
|
||||
"lint:fix": "eslint . --fix"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxt/content": "2.7.2",
|
||||
"@nuxt/image": "0.7.1",
|
||||
"@nuxt/content": "2.8.1",
|
||||
"@nuxt/image": "1.0.0-rc.1",
|
||||
"@pinia/nuxt": "0.4.11",
|
||||
"@prisma/client": "^5.2.0",
|
||||
"@trpc/client": "10.37.1",
|
||||
"@trpc/server": "10.37.1",
|
||||
"@prisma/client": "5.2.0",
|
||||
"@trpc/client": "10.38.1",
|
||||
"@trpc/server": "10.38.1",
|
||||
"@vercel/analytics": "1.0.2",
|
||||
"@vueuse/motion": "2.0.0",
|
||||
"pinia": "2.1.6",
|
||||
"postcss-custom-properties": "13.3.0",
|
||||
"sass": "1.65.1",
|
||||
"sass": "1.66.1",
|
||||
"superjson": "1.13.1",
|
||||
"tailwindcss": "3.3.3",
|
||||
"trpc-nuxt": "0.10.7",
|
||||
"valibot": "^0.12.0"
|
||||
"trpc-nuxt": "0.10.12",
|
||||
"valibot": "0.13.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "0.39.8",
|
||||
"@iconify/json": "2.2.94",
|
||||
"@nuxt/devtools": "0.8.0",
|
||||
"@nuxthq/ui": "^2.7.0",
|
||||
"@antfu/eslint-config": "0.41.0",
|
||||
"@iconify/json": "2.2.108",
|
||||
"@nuxt/devtools": "0.8.2",
|
||||
"@nuxthq/studio": "^0.13.4",
|
||||
"@nuxthq/ui": "2.7.0",
|
||||
"@pinia-plugin-persistedstate/nuxt": "1.1.1",
|
||||
"@types/node": "20.5.0",
|
||||
"@vueuse/core": "10.3.0",
|
||||
"@vueuse/nuxt": "10.3.0",
|
||||
"eslint": "8.47.0",
|
||||
"nuxt": "^3.7.0",
|
||||
"nuxt-icon": "^0.5.0",
|
||||
"prisma": "^5.2.0",
|
||||
"typescript": "5.1.6"
|
||||
"@types/node": "20.5.7",
|
||||
"@vueuse/core": "10.4.1",
|
||||
"@vueuse/nuxt": "10.4.1",
|
||||
"eslint": "8.48.0",
|
||||
"nuxt": "3.7.0",
|
||||
"nuxt-icon": "0.5.0",
|
||||
"prisma": "5.2.0",
|
||||
"typescript": "5.2.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -24,7 +24,7 @@ defineProps({
|
||||
class="my-1 text-base font-semibold tracking-tight text-zinc-800 dark:text-zinc-100"
|
||||
>
|
||||
<template #trailing>
|
||||
<UIcon name="i-ph-arrow-up-right-bold" color="gray"/>
|
||||
<UIcon name="i-ph-arrow-up-right-bold" color="gray" />
|
||||
</template>
|
||||
</UButton>
|
||||
<h1 v-else class="my-1 text-base font-semibold tracking-tight text-zinc-800 dark:text-zinc-100">
|
||||
|
||||
@@ -19,7 +19,9 @@ useHead({
|
||||
path="/uses"
|
||||
/>
|
||||
<template #fallback>
|
||||
<p class="my-16 text-subtitle">The content of the page is loading...</p>
|
||||
<p class="my-16 text-subtitle">
|
||||
The content of the page is loading...
|
||||
</p>
|
||||
</template>
|
||||
</ClientOnly>
|
||||
</div>
|
||||
|
||||
@@ -47,7 +47,7 @@ const { data: posts } = await usePosts()
|
||||
</p>
|
||||
<div class="relative z-10 mt-4 flex items-center gap-2 justify-center text-sm font-medium" :class="getColor()">
|
||||
<p>Read article</p>
|
||||
<UIcon name="i-ph-arrow-circle-right-bold" class="duration-300 group-hover:ml-2"/>
|
||||
<UIcon name="i-ph-arrow-circle-right-bold" class="duration-300 group-hover:ml-2" />
|
||||
</div>
|
||||
</div>
|
||||
<time class="mt-1 md:block relative z-10 order-first mb-3 hidden text-sm text-zinc-400 dark:text-zinc-500">
|
||||
|
||||
19
talents.txt
Normal file
19
talents.txt
Normal file
@@ -0,0 +1,19 @@
|
||||
https://leerob.io/
|
||||
https://nevflynn.com/
|
||||
https://www.sj.land/
|
||||
https://rauno.me/
|
||||
https://brianlovin.com/
|
||||
https://github.com/pi0
|
||||
https://roe.dev/
|
||||
https://atinux.com/
|
||||
https://yael.dev/
|
||||
https://esm.dev/
|
||||
https://antfu.me/
|
||||
|
||||
Categories:
|
||||
BRAND
|
||||
PRODUCT
|
||||
CRAFT
|
||||
OPEN_SOURCE
|
||||
DESIGN
|
||||
VUE_FAMILY
|
||||
Reference in New Issue
Block a user