UNPKG

@stackoverfloweth/prefect-design

Version:

A collection of low-level Vue components.

87 lines (86 loc) 2.35 kB
{ "name": "@stackoverfloweth/prefect-design", "workspaces": [ "./demo" ], "version": "2.11.7", "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": "^20.1.6", "@vitejs/plugin-vue": "5.0.5", "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.10", "typescript": "5.4.5", "vite": "5.3.3", "vite-plugin-vue-devtools": "^7.1.3", "vite-svg-loader": "5.1.0", "vue-tsc": "2.0.24" }, "peerDependencies": { "vue": "^3.4.27" }, "dependencies": { "@fontsource-variable/inconsolata": "^5.0.18", "@fontsource-variable/inter": "^5.0.18", "@heroicons/vue": "2.0.17", "@stackoverfloweth/vue-compositions": "1.11.4", "@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": "3.6.0", "dompurify": "3.1.6", "highlight.js": "11.9.0", "lodash.debounce": "4.0.8", "marked": "4.3.0", "radix-vue": "1.8.5", "tailwindcss-animate": "^1.0.7" } }