* feat: create new carousel component with embala-carousel * feat: create demos for the carousel component * feat: add the default carousel component to the docs * feat: add new-york styling for carousels * feat: add more examples for spacing, size and options * refactor: change ways to better pass the data to parent * feat: add examples for carousel api handling * feat: add example for using embla plugin * chore: add carousel component doc to the table of contents * feat: add focusability on carousel element * fix: update docs * chore: add docs for slot props * feat: expose api for the parent component * chore: include missing filenames * chore: update embla carousel dependency versions * chore: fix typescript error by getting the types from core package * chore: prevent duplicate classes by using class as prop * feat: use slot fallback content so user could change navigation button icons * fix: change attribute inheritance element * chore: update www package.json `scripts` update tsconfig exclude for the strict registry build * refactor: fix embla-carousel types after v8.0.0-rc18 update embla deps * chore: update @vue/tsconfig * chore: run registry * refactor: remove uneended ref * fix: dependencies for embla missing * docs: update carousel for optional plugin installation --------- Co-authored-by: sadeghbarati <sadeghbaratiwork@gmail.com> Co-authored-by: zernonia <zernonia@gmail.com>
69 lines
2.0 KiB
JSON
69 lines
2.0 KiB
JSON
{
|
|
"name": "www",
|
|
"type": "module",
|
|
"version": "0.8.6",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"dev": "vitepress dev",
|
|
"build": "vitepress build",
|
|
"preview": "vitepress preview",
|
|
"typecheck": "vue-tsc",
|
|
"typecheck:registry": "vue-tsc -p tsconfig.registry.json",
|
|
"build:registry": "tsx ./scripts/build-registry.ts",
|
|
"build:registry-strict": "pnpm typecheck:registry && tsx ./scripts/build-registry.ts"
|
|
},
|
|
"dependencies": {
|
|
"@formkit/auto-animate": "^0.8.0",
|
|
"@morev/vue-transitions": "^2.3.6",
|
|
"@radix-icons/vue": "^1.0.0",
|
|
"@stackblitz/sdk": "^1.9.0",
|
|
"@tanstack/vue-table": "^8.10.7",
|
|
"@unovis/ts": "^1.2.3",
|
|
"@unovis/vue": "1.3.0-beta.3",
|
|
"@vee-validate/zod": "^4.12.3",
|
|
"@vueuse/core": "^10.5.0",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.0.0",
|
|
"codesandbox": "^2.2.3",
|
|
"date-fns": "^2.30.0",
|
|
"embla-carousel": "8.0.0-rc19",
|
|
"embla-carousel-autoplay": "8.0.0-rc19",
|
|
"embla-carousel-vue": "8.0.0-rc19",
|
|
"lucide-vue-next": "^0.276.0",
|
|
"radix-vue": "^1.2.5",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"v-calendar": "^3.1.2",
|
|
"vee-validate": "4.12.3",
|
|
"vue": "^3.3.7",
|
|
"vue-wrap-balancer": "^1.1.3",
|
|
"zod": "^3.22.4"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-json/radix-icons": "^1.1.11",
|
|
"@iconify-json/tabler": "^1.1.89",
|
|
"@iconify/json": "^2.2.108",
|
|
"@iconify/vue": "^4.1.1",
|
|
"@types/lodash.template": "^4.5.2",
|
|
"@types/node": "^20.8.10",
|
|
"@vitejs/plugin-vue": "^4.4.0",
|
|
"@vitejs/plugin-vue-jsx": "^3.0.2",
|
|
"@vue/compiler-core": "^3.3.7",
|
|
"@vue/compiler-dom": "^3.3.7",
|
|
"@vue/tsconfig": "^0.5.1",
|
|
"autoprefixer": "^10.4.16",
|
|
"lodash.template": "^4.5.0",
|
|
"pathe": "^1.1.1",
|
|
"rimraf": "^5.0.5",
|
|
"tailwind-merge": "^2.0.0",
|
|
"tailwindcss": "^3.3.5",
|
|
"tsx": "^4.7.0",
|
|
"typescript": "^5.2.2",
|
|
"unplugin-icons": "^0.17.1",
|
|
"vite": "^4.5.0",
|
|
"vitepress": "^1.0.0-rc.24",
|
|
"vue-tsc": "^1.8.27"
|
|
}
|
|
}
|