vuex-viewport
Version:
Vuex extension that allows making window size as computed property.
48 lines (47 loc) • 1.23 kB
JSON
{
"name": "vuex-viewport",
"version": "1.2.1",
"description": "Vuex extension that allows making window size as computed property.",
"main": "dist/vuex-viewport.js",
"types": "types/index.d.ts",
"scripts": {
"dev": "webpack --mode development --watch",
"build": "webpack --mode production",
"types": "tsc --declaration --emitDeclarationOnly",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ony3000/vuex-viewport.git"
},
"keywords": [
"vue",
"vuex",
"computed",
"window",
"width",
"height",
"breakpoint",
"mediaquery"
],
"author": "Hyeonjong <nianelo4@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ony3000/vuex-viewport/issues"
},
"dependencies": {
"lodash": "^4.17.13"
},
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"@babel/preset-typescript": "^7.14.5",
"@types/lodash": "^4.14.170",
"babel-loader": "^8.0.4",
"ts-loader": "^8",
"typescript": "^4.3.4",
"vuex": "^4",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2"
}
}