UNPKG

@prefecthq/prefect-design

Version:

A collection of low-level Vue components.

88 lines (87 loc) 2.37 kB
{ "name": "@prefecthq/prefect-design", "workspaces": [ "./demo" ], "version": "2.15.1", "description": "", "repository": { "type": "git", "url": "git+https://github.com/PrefectHQ/prefect-design.git" }, "keywords": [ "vue", "vue3", "typescript", "prefect" ], "scripts": { "serve": "vite --host --mode=demo", "dev": "vite build -w & vue-tsc -w & tsc-alias -w", "build": "vite build && vue-tsc && tsc-alias", "build:demo": "vite build --mode=demo", "lint": "eslint src", "lint:fix": "eslint src --fix", "changelog": "auto-changelog --package --commit-limit 0", "version": "npm run changelog && git add CHANGELOG.md", "release": "./prefect-design-release" }, "main": "./dist/prefect-design.umd.js", "module": "./dist/prefect-design.mjs", "exports": { "./src/*": "./src/*", "./dist/*": "./dist/*", ".": { "import": "./dist/prefect-design.mjs", "require": "./dist/prefect-design.umd.js" } }, "files": [ "dist", "src" ], "types": "./dist/types/src/index.d.ts", "devDependencies": { "@prefecthq/eslint-config": "1.0.32", "@types/dompurify": "^3.0.1", "@types/marked": "^4.0.8", "@types/node": "^24.0.3", "@vitejs/plugin-vue": "5.2.4", "auto-changelog": "^2.4.0", "autoprefixer": "^10.4.6", "eslint": "^8.6.0", "postcss": "^8.4.13", "tailwindcss": "^3.0.24", "tailwindcss-animate": "^1.0.7", "ts-node": "^10.7.0", "tsc-alias": "1.8.16", "typescript": "5.8.3", "vite": "^6.2.1", "vite-plugin-vue-devtools": "^7.1.3", "vite-svg-loader": "5.1.0", "vue-tsc": "2.2.10" }, "peerDependencies": { "@prefecthq/vue-compositions": "^1.11.0", "vue": "^3.5.0", "vue-router": "^4.1.6" }, "dependencies": { "@fontsource-variable/inconsolata": "^5.0.18", "@fontsource-variable/inter": "^5.0.18", "@heroicons/vue": "2.1.5", "@tailwindcss/aspect-ratio": "^0.4.0", "@tailwindcss/forms": "^0.5.0", "@tailwindcss/typography": "^0.5.2", "@types/lodash.debounce": "4.0.9", "class-variance-authority": "^0.7.0", "clsx": "^2.1.0", "date-fns": "4.1.0", "dompurify": "3.2.6", "highlight.js": "11.11.1", "lodash.debounce": "4.0.8", "marked": "4.3.0", "radix-vue": "1.9.17", "tailwindcss-animate": "^1.0.7" } }