65 lines
1.8 KiB
JSON
65 lines
1.8 KiB
JSON
{
|
|
"name": "www",
|
|
"type": "module",
|
|
"version": "0.8.3",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"dev": "vitepress dev",
|
|
"build": "vitepress build",
|
|
"preview": "vitepress preview",
|
|
"typecheck": "vue-tsc --noEmit",
|
|
"typecheck:registry": "vue-tsc --noEmit -p tsconfig.registry.json",
|
|
"build:registry": "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.11.8",
|
|
"@vueuse/core": "^10.5.0",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.0.0",
|
|
"codesandbox": "^2.2.3",
|
|
"date-fns": "^2.30.0",
|
|
"lucide-vue-next": "^0.276.0",
|
|
"radix-vue": "^1.2.3",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"v-calendar": "^3.1.2",
|
|
"vee-validate": "4.11.8",
|
|
"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.4.0",
|
|
"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": "^3.14.0",
|
|
"typescript": "^5.2.2",
|
|
"unplugin-icons": "^0.17.1",
|
|
"vite": "^4.5.0",
|
|
"vitepress": "^1.0.0-rc.24",
|
|
"vue-tsc": "^1.8.22"
|
|
}
|
|
}
|