* chore: add dev:nuxt script * chore(module): add `.npmrc` to playground * chore: bump 'nuxtjs/tailwindcss' and add it to modules * chore: add schema to components.json * chore: bump playground deps * fix: add missing tailwind.css by the cli * chore: bump tailwind config * chore(playground): bump Button component * chore: add comments * refactor: simplify components registration * chore(module): bump deps * chore(module): remove `oxc-parser` * chore: dedupe * feat(module): auto generate `lib/utils` * feat(module): refresh playground style and dark mode * chore: revert components registration and link the comment * chore: readd oxc-parser * chore: bump vitest
25 lines
560 B
JSON
25 lines
560 B
JSON
{
|
|
"name": "my-module-playground",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "nuxi dev",
|
|
"build": "nuxi build",
|
|
"generate": "nuxi generate"
|
|
},
|
|
"dependencies": {
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"embla-carousel": "8.0.0-rc19",
|
|
"embla-carousel-vue": "8.0.0-rc19",
|
|
"lucide-vue-next": "^0.276.0",
|
|
"radix-vue": "^1.7.2",
|
|
"tailwind-merge": "^2.3.0",
|
|
"tailwindcss-animate": "^1.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxtjs/tailwindcss": "^6.12.0",
|
|
"nuxt": "latest"
|
|
}
|
|
}
|