-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
72 lines (72 loc) · 1.95 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"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"
}