UNPKG

daisy-data-components

Version:

The "daisy-data-components" NPM package transforms general UI components from daisyUI into specialized "data components", such as Data Tables and Data Date Pickers, optimized for working with data-centric applications. It provides powerful functionality t

56 lines (55 loc) 1.66 kB
{ "name": "daisy-data-components", "private": false, "version": "1.5.7-2-1", "description": "The \"daisy-data-components\" NPM package transforms general UI components from daisyUI into specialized \"data components\", such as Data Tables and Data Date Pickers, optimized for working with data-centric applications. It provides powerful functionality to easily create dynamic and interactive data visualizations and display large datasets in a user-friendly format.", "main": "index.ts", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "type-check": "vue-tsc --noEmit -p tsconfig.json --composite false" }, "keywords": [ "Data components", "Data tables", "Data date pickers", "Data visualization", "Data-centric applications", "UI components", "daisyUI", "Front-end development", "Web development", "JavaScript", "TypeScript", "TailwindCSS" ], "author": "Gökhan Topcu", "license": "MIT", "homepage": "https://goekhantopcu.de", "repository": { "type": "git", "url": "https://github.com/goekhantopcu/daisy-data-components" }, "dependencies": { "@types/uuid": "^9.0.1", "autoprefixer": "^10.4.14", "daisyui": "^2.51.6", "postcss": "^8.4.23", "tailwindcss": "^3.3.2", "vue": "^3.2.47" }, "peerDependencies": { "autoprefixer": "^10.4.14", "daisyui": "^2.51.6", "postcss": "^8.4.23", "tailwindcss": "^3.3.2", "uuid": "^9.0.0", "vue": "^3.2.47" }, "devDependencies": { "@types/uuid": "^9.0.1", "typescript": "^4.9.3", "vue": "^3.2.47", "vue-tsc": "^1.6.4" } }