vue-bare
Version:
**Unstyled Vue components for frustration-free human interactions**
77 lines (76 loc) • 1.66 kB
JSON
{
"name": "vue-bare",
"version": "4.3.1",
"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.9.2",
"peerDependencies": {
"vue": "3.x"
},
"dependencies": {
"e164num": "^2.0.0"
},
"devDependencies": {
"@eslint/js": "^9.33.0",
"@testing-library/vue": "^8.1.0",
"@tsconfig/strictest": "^2.0.5",
"@types/node": "^24.2.1",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.33.0",
"husky": "^9.1.7",
"jsdom": "^26.1.0",
"lint-staged": "^16.1.5",
"pinst": "^3.0.0",
"prettier": "^3.6.2",
"typescript": "^5.9.2",
"typescript-eslint": "^8.39.0",
"vite": "^7.1.1",
"vite-plugin-dts": "^4.5.4",
"vitest": "^3.2.4",
"vue": "3.x",
"vue-tsc": "^3.0.5"
},
"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"
}
}