@cwist/vue-match-media
Version:
React to media query changes in your Vue 3 application (useful for adaptive design).
50 lines (49 loc) • 1.22 kB
JSON
{
"name": "@cwist/vue-match-media",
"version": "3.0.3",
"description": "React to media query changes in your Vue 3 application (useful for adaptive design).",
"homepage": "https://github.com/cwist2/vue-match-media",
"bugs": {
"url": "https://github.com/cwist2/vue-match-media"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cwist2/vue-match-media.git"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prettier": "prettier \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.yml\"",
"prettier:check": "npm run prettier -- --check",
"prettier:fix": "npm run prettier -- --write",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Webqam",
"license": "MIT",
"devDependencies": {
"@vue/cli-service": "^4.4.1",
"husky": "^4.2.1",
"lint-staged": "^10.0.2",
"prettier": "^1.19.1",
"typescript": "^3.9.5",
"vue": "^3.0.9"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,json,md}": [
"prettier --write"
]
},
"dependencies": {},
"keywords": [
"vue",
"match",
"media",
"vue3"
]
}