@prefecthq/prefect-ui-library
Version:
This library is the Vue and Typescript component library for [Prefect 2](https://github.com/PrefectHQ/prefect) and [Prefect Cloud 2](https://www.prefect.io/cloud/). _The components and utilities in this project are not meant to be used independently_.
90 lines (89 loc) • 2.85 kB
JSON
{
"name": "@prefecthq/prefect-ui-library",
"version": "3.15.0",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/PrefectHQ/prefect-ui-library.git"
},
"bugs": {
"url": "https://github.com/PrefectHQ/prefect-ui-library/issues"
},
"homepage": "https://github.com/PrefectHQ/prefect-ui-library#readme",
"keywords": [
"prefect 2.0",
"vue3"
],
"type": "module",
"scripts": {
"build": "vite build && vue-tsc && tsc-alias",
"changelog": "auto-changelog --package --commit-limit 0",
"dev": "vue-tsc -w & tsc-alias -w & vite build -w",
"lint:fix": "eslint src --fix",
"lint": "eslint src",
"test": "vitest",
"validate:types": "vue-tsc --noEmit",
"version": "npm run changelog && git add CHANGELOG.md",
"release": "./prefect-ui-library-release"
},
"main": "./dist/prefect-ui-library.js",
"module": "./dist/prefect-ui-library.js",
"types": "./dist/src/index.d.ts",
"exports": {
"./src/*": "./src/*",
"./dist/*": "./dist/*",
"./prefect-ui-library.css": "./dist/prefect-ui-library.css",
"./tailwind.config": "./src/tailwind.config.ts",
".": {
"types": "./dist/src/index.d.ts",
"import": "./dist/prefect-ui-library.js",
"require": "./dist/prefect-ui-library.umd.js"
}
},
"files": [
"dist",
"src"
],
"dependencies": {
"@prefecthq/graphs": "3.0.11",
"axios": "^1.12.2",
"cronstrue": "^3.3.0",
"d3": "7.9.0",
"date-fns": "4.1.0",
"date-fns-tz": "3.2.0",
"lodash.isequal": "4.5.0",
"lodash.merge": "4.6.2"
},
"devDependencies": {
"@prefecthq/eslint-config": "1.0.32",
"@types/d3": "7.4.3",
"@types/lodash.camelcase": "4.3.9",
"@types/lodash.debounce": "4.0.9",
"@types/lodash.isequal": "^4.5.8",
"@types/lodash.merge": "4.6.9",
"@types/node": "^24.4.0",
"@types/prismjs": "^1.26.5",
"@vitejs/plugin-vue": "6.0.1",
"auto-changelog": "^2.5.0",
"autoprefixer": "10.4.21",
"eslint": "8.57.1",
"lodash.camelcase": "4.3.0",
"lodash.debounce": "4.0.8",
"postcss": "8.5.6",
"tailwindcss": "3.4.17",
"tsc-alias": "1.8.16",
"typescript": "^5.9.2",
"vite": "^7.3.1",
"vite-svg-loader": "^5.1.0",
"vitest": "^3.2.4",
"vue-tsc": "^3.0.7"
},
"peerDependencies": {
"@prefecthq/prefect-design": "^2.16.2",
"@prefecthq/vue-charts": "^2.1.1",
"@prefecthq/vue-compositions": "^1.12.1",
"vee-validate": "^4.7.0",
"vue": "^3.5.0",
"vue-router": "^4.3.0"
}
}