feat(app): tools management base

This commit is contained in:
Corentin Thomasset 2024-10-26 10:54:32 +02:00
parent 202896fa95
commit b22173681c
No known key found for this signature in database
GPG key ID: DBD997E935996158
29 changed files with 1372 additions and 45 deletions

View file

@ -3,7 +3,6 @@
"type": "module",
"private": true,
"packageManager": "pnpm@9.12.2",
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
@ -19,12 +18,16 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@corentinth/chisels": "^1.1.0",
"@nuxt/fonts": "^0.10.2",
"@nuxt/icon": "^1.5.6",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/i18n": "^8.5.5",
"@nuxtjs/seo": "2.0.0-rc.23",
"@pinia/nuxt": "^0.5.5",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lodash-es": "^4.17.21",
"lucide-vue-next": "^0.453.0",
"nuxt": "^3.13.2",
"radix-vue": "^1.9.7",
@ -37,6 +40,7 @@
"devDependencies": {
"@antfu/eslint-config": "^3.8.0",
"@nuxtjs/tailwindcss": "^6.12.2",
"@types/lodash-es": "^4.17.12",
"@vueuse/core": "^11.1.0",
"@vueuse/nuxt": "^11.1.0",
"eslint": "^9.13.0",