chooks
Version:
基于 [`@vue/composition-api`](https://github.com/vuejs/composition-api) 的vue hooks函数
73 lines (72 loc) • 2.06 kB
JSON
{
"name": "chooks",
"version": "1.13.4",
"description": "",
"main": "index.js",
"scripts": {
"commit": "git add . && git cz",
"release": "standard-version && git push --follow-tags origin master && npm publish",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"author": "gcc",
"dependencies": {
"@vue/composition-api": "^0.5.0"
},
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"@babel/preset-typescript": "^7.10.1",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-angular": "^8.3.4",
"@commitlint/config-conventional": "^8.3.4",
"@storybook/addon-actions": "^5.3.19",
"@storybook/addon-links": "^5.3.19",
"@storybook/addon-notes": "^5.3.19",
"@storybook/addon-storysource": "^5.3.19",
"@storybook/addons": "^5.3.19",
"@storybook/theming": "^5.3.19",
"@storybook/vue": "^5.3.19",
"@vue/babel-preset-jsx": "^1.1.2",
"@vue/test-utils": "^1.0.3",
"babel-jest": "^26.0.1",
"babel-loader": "^8.1.0",
"babel-preset-vue": "^2.0.2",
"cz-conventional-changelog": "3.2.0",
"husky": "^4.2.5",
"jest": "^26.0.1",
"regenerator-runtime": "^0.13.5",
"standard-version": "^8.0.0",
"storybook-readme": "^5.0.8",
"vue": "^2.6.11",
"vue-loader": "^15.9.2",
"vue-router": "^3.3.2",
"vue-template-compiler": "^2.6.11",
"vuex": "^3.4.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/WARJY/Chooks.git"
},
"keywords": [
"chooks",
"vue",
"@vue/composition-api"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/WARJY/Chooks/issues"
},
"homepage": "https://github.com/WARJY/Chooks"
}