vue-mutable
Version:
Proxies your props into mutable local state.
53 lines (52 loc) • 1.31 kB
JSON
{
"name": "vue-mutable",
"version": "1.1.1",
"description": "Proxies your props into mutable local state.",
"main": "dist/vue-mutable.js",
"scripts": {
"test": "npx jest",
"build": "npx webpack --config webpack.config.js --mode production",
"commit": "git-cz",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/sagalbot/vue-mutable.git"
},
"keywords": [
"Vue",
"State",
"Props"
],
"author": "Jeff Sagal",
"license": "MIT",
"bugs": {
"url": "https://github.com/sagalbot/vue-mutable/issues"
},
"homepage": "https://github.com/sagalbot/vue-mutable#readme",
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"@vue/test-utils": "^1.0.0-beta.31",
"babel-jest": "^25.1.0",
"babel-loader": "^8.0.6",
"commitizen": "^4.0.3",
"cz-conventional-changelog": "^3.1.0",
"jest": "^25.1.0",
"jest-cli": "^25.1.0",
"prettier": "^1.19.1",
"semantic-release": "^17.0.3",
"vue": "^2.6.11",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11"
},
"peerDependencies": {
"vue": "2.x"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}