UNPKG

vue-bare

Version:

**Unstyled Vue components for frustration-free human interactions**

77 lines (76 loc) 1.66 kB
{ "name": "vue-bare", "version": "3.1.0", "type": "module", "exports": { ".": "./dist/index.js" }, "files": [ "dist", "!/**/__test__", "!*.test.*" ], "sideEffects": false, "engines": { "node": ">=22" }, "scripts": { "build": "vue-tsc --noEmit && vite build", "lint": "eslint .", "smoke": "yarn build && yarn lint", "test": "vitest run", "test:watch": "vitest", "-- PRE-COMMIT HOOKS --": "", "localAfterInstall": "husky || true", "prepublishOnly": "pinst --disable", "postpublish": "pinst --enable" }, "packageManager": "yarn@4.8.0", "peerDependencies": { "vue": "3.x" }, "dependencies": { "e164num": "^1.0.1" }, "devDependencies": { "@eslint/js": "^9.23.0", "@testing-library/vue": "^8.1.0", "@tsconfig/strictest": "^2.0.5", "@types/node": "^22.13.14", "@vitejs/plugin-vue": "^5.2.3", "@vue/test-utils": "^2.4.6", "eslint": "^9.23.0", "husky": "^9.1.7", "jsdom": "^26.0.0", "lint-staged": "^15.5.0", "pinst": "^3.0.0", "prettier": "^3.5.3", "typescript": "^5.8.2", "typescript-eslint": "^8.28.0", "vite": "^6.2.3", "vite-plugin-dts": "^4.5.3", "vitest": "^3.0.9", "vue": "3.x", "vue-tsc": "^2.2.8" }, "prettier": { "tabWidth": 2, "semi": false, "singleQuote": true }, "repository": { "type": "git", "url": "https://github.com/ericvera/vue-bare" }, "keywords": [ "vue", "bare", "unstyled", "components" ], "license": "MIT", "lint-staged": { "*.{ts,tsx,mjs}": "eslint --cache", "*": "prettier --ignore-unknown --write" } }