UNPKG

@prop-styles/vue

Version:

Process CSS-related properties in Props so that they can generate the element style.

58 lines (57 loc) 1.41 kB
{ "name": "@prop-styles/vue", "version": "1.0.3-beta", "description": "Process CSS-related properties in Props so that they can generate the element style.", "type": "module", "main": "./dist/index.es.js", "types": "./dist/types.d.ts", "exports": { ".": { "import": "./dist/index.es.js", "require": "./dist/index.umd.js", "types": "./dist/types.d.ts" } }, "files": [ "dist", "package.json", "README.md" ], "scripts": { "build": "vite build --emptyOutDir && npm run docs && node ../../node_modules/@zx-libs/header --dir=dist", "docs": "node scripts/docs.mjs", "pl": "npm run build && npm publish", "eslint": "eslint . --fix --ext .js,.jsx,.cjs,.mjs,.ts,.tsx", "test": "vitest" }, "keywords": [ "libs", "vue", "libs/vue", "usePropStyles", "use-prop-styles", "vue-hook", "front-end" ], "workspaces": [], "lint-staged": { "*.{js,ts,cjs,mjs,ts,tsx}": "eslint --fix" }, "dependencies": { "vue": "^3.5.24" }, "devDependencies": { "@types/jsdom": "^27.0.0", "@vitejs/plugin-vue": "^6.0.1", "@vue/test-utils": "^2.4.6", "csstype": "^3.1.3", "jsdom": "^27.1.0" }, "engines": { "node": ">=20.0.0", "npm": ">=10.0.0" }, "homepage": "https://github.com/capricorncd/prop-styles#readme", "author": "Capricorncd<capricorncd@qq.com>", "license": "MIT" }