UNPKG

@devkitvue/datalist

Version:

Devkit Base Components is a Vue plugin offering a collection of reusable, headless components designed to streamline your Vue.js development workflow. Built for flexibility and maintainability, this library gives you complete control over styling and beha

98 lines 2.77 kB
{ "name": "@devkitvue/datalist", "version": "2.2.1", "description": "Devkit Base Components is a Vue plugin offering a collection of reusable, headless components designed to streamline your Vue.js development workflow. Built for flexibility and maintainability, this library gives you complete control over styling and behavior, integrating seamlessly with PrimeVue, Vue Router, Vue I18n, and Tailwind CSS.", "module": "./dist/index.es.js", "types": "./dist/types/index.d.ts", "style": "./dist/style.css", "main": "index.js", "files": [ "dist", "README.md" ], "exports": { ".": { "import": { "types": "./dist/types/index.d.ts", "default": "./dist/index.es.js" } }, "./style.css": { "import": { "default": "./dist/index.css" } } }, "repository": { "type": "git", "url": "git+https://github.com/darwishdev/devkit_admin.git" }, "keywords": [ "vue", "vue3", "components", "headless", "ui", "library", "primevue", "tailwindcss", "vue-router", "vue-i18n", "devkit", "vue-devkit", "maintainability", "flexibility", "developer-experience" ], "author": "darwishdev", "license": "ISC", "bugs": { "url": "https://github.com/darwishdev/devkit_admin/issues" }, "homepage": "https://github.com/darwishdev/devkit_admin#readme", "peerDependencies": { "@formkit/core": ">=1.6.9", "@formkit/vue": ">=1.6.9", "@tanstack/query-persist-client-core": ">=5.0.0", "dexie": ">=4.0.0", "primevue": ">=4.0.0", "@tanstack/vue-query": ">=5.0.0", "pinia": ">=2.0.0", "tailwindcss": "^3.0.0", "vue": ">=3.0.0", "vue-i18n": ">=10.0.0", "vue-router": ">=4.0.0" }, "devDependencies": { "@eslint/js": "^9.22.0", "@types/google-protobuf": "^3.15.12", "@formkit/icons": "^1.6.9", "@types/node": "^22.13.1", "@vitejs/plugin-vue": "^5.2.1", "autoprefixer": "^10.4.20", "eslint": "^9.22.0", "eslint-plugin-vue": "^10.0.0", "globals": "^16.0.0", "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "^5.7.3", "typescript-eslint": "^8.26.1", "vite": "^6.0.7", "vite-plugin-copy": "^0.1.6", "vite-plugin-dts": "^4.5.0", "vite-plugin-static-copy": "^2.2.0" }, "dependencies": { "@devkitvue/apiclient": "1.0.0", "@devkitvue/form": "1.3.0", "@devkitvue/config": "1.3.0", "@devkitvue/base-components": "1.2.1" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "lint": "eslint \"src/**/*.{js,ts,vue}\" --max-warnings=0", "build": "npm run lint && vite build", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build" } }