* chore: update unovis deps * chore: update color to use the themePrimary * docs: use gradient for overview component * docs: add themePopover to MainLayout * docs: enable global theme on every page * feat: introduce area, line, bar, donut chart * feat: add more props * fix: revert old pipeline * fix: patch @unovis/vue deps * fix: patch @unovis/vue deps again * chore: revert unovis/ts to 1.2.1 * chore: wip * docs: add alpha tag, fix tooltipo styling * docs: add charts installations step * feat: use generic, add better color * chore: build registry * feat: improve generic props * chore: build registry * docs: add alpha label * fix: collapsible not open correctly * docs: add badge to mobile nav * chore: better types * chore: run registry * chore: wip * fix: crosshair issue * chore: fix type, import missing error * chore: build registry * chore: arrange interface, expose margin, slot * chore: build registry * docs: guide page feat: add prop to barchart * chore: fix pnpm-lock * chore: add feature * chore: run build registry * refactor: change color var * feat: codegen * chore: add meta tables * feat: add line, area example * feat: bar and donut examples * docs: codege * chore: build registry * docs: improve chart doc * chore: fix missing icon package
83 lines
2.4 KiB
JSON
83 lines
2.4 KiB
JSON
{
|
|
"name": "www",
|
|
"type": "module",
|
|
"version": "0.10.4",
|
|
"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",
|
|
"docs:gen": "tsx ./scripts/autogen.ts"
|
|
},
|
|
"dependencies": {
|
|
"@formkit/auto-animate": "^0.8.2",
|
|
"@internationalized/date": "^3.5.2",
|
|
"@radix-icons/vue": "^1.0.0",
|
|
"@stackblitz/sdk": "^1.9.0",
|
|
"@tanstack/vue-table": "^8.16.0",
|
|
"@unovis/ts": "^1.4.0",
|
|
"@unovis/vue": "^1.4.0",
|
|
"@vee-validate/zod": "^4.12.6",
|
|
"@vueuse/core": "^10.9.0",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"codesandbox": "^2.2.3",
|
|
"date-fns": "^3.6.0",
|
|
"embla-carousel": "^8.0.2",
|
|
"embla-carousel-autoplay": "^8.0.2",
|
|
"embla-carousel-vue": "^8.0.2",
|
|
"lucide-vue-next": "^0.359.0",
|
|
"magic-string": "^0.30.10",
|
|
"radix-vue": "^1.7.2",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"v-calendar": "^3.1.2",
|
|
"vaul-vue": "^0.1.0",
|
|
"vee-validate": "4.12.6",
|
|
"vue": "^3.4.24",
|
|
"vue-sonner": "^1.1.2",
|
|
"vue-wrap-balancer": "^1.1.3",
|
|
"zod": "^3.23.3"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/traverse": "^7.24.1",
|
|
"@iconify-json/gravity-ui": "^1.1.2",
|
|
"@iconify-json/lucide": "^1.1.180",
|
|
"@iconify-json/ph": "^1.1.12",
|
|
"@iconify-json/radix-icons": "^1.1.14",
|
|
"@iconify-json/ri": "^1.1.18",
|
|
"@iconify-json/simple-icons": "^1.1.94",
|
|
"@iconify-json/tabler": "^1.1.106",
|
|
"@iconify/vue": "^4.1.2",
|
|
"@oxc-parser/wasm": "^0.1.0",
|
|
"@shikijs/transformers": "^1.3.0",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/node": "^20.12.7",
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
|
"@vue/compiler-core": "^3.4.24",
|
|
"@vue/compiler-dom": "^3.4.24",
|
|
"@vue/tsconfig": "^0.5.1",
|
|
"autoprefixer": "^10.4.19",
|
|
"fast-glob": "^3.3.2",
|
|
"lodash-es": "^4.17.21",
|
|
"markdown-it": "^14.1.0",
|
|
"pathe": "^1.1.2",
|
|
"rimraf": "^5.0.5",
|
|
"shiki": "^1.3.0",
|
|
"tailwind-merge": "^2.3.0",
|
|
"tailwindcss": "^3.4.3",
|
|
"tsx": "^4.7.2",
|
|
"typescript": "^5.4.5",
|
|
"unplugin-icons": "^0.18.5",
|
|
"vitepress": "^1.1.3",
|
|
"vue-component-meta": "^2.0.13",
|
|
"vue-tsc": "^2.0.14"
|
|
}
|
|
}
|