forked from WeBankFinTech/wxa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.32 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
{
"name": "wxa",
"version": "1.0.0",
"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.2.0",
"@babel/plugin-proposal-decorators": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"@vuepress/plugin-back-to-top": "^1.0.0-alpha.27",
"@vuepress/plugin-google-analytics": "^1.0.0-alpha.27",
"@vuepress/plugin-medium-zoom": "^1.0.0-alpha.0",
"@vuepress/plugin-notification": "^1.0.0-alpha.27",
"@vuepress/plugin-pwa": "^1.0.0-alpha.27",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.6.0",
"commitizen": "^3.0.5",
"conventional-changelog-cli": "^2.0.11",
"cz-conventional-changelog": "^2.1.0",
"fs-monkey": "^0.3.3",
"fsevents": "^2.0.1",
"husky": "^1.3.1",
"jest": "^23.6.0",
"jest-plugin-console-matchers": "^2.9.0",
"jest-plugin-fs": "^2.9.0",
"lerna": "^3.10.7",
"lint-staged": "^7.3.0",
"regenerator-runtime": "^0.13.1",
"vuepress": "^1.5.2",
"vuepress-plugin-sitemap": "^2.3.1",
"watchpack": "^1.6.1"
},
"husky": {
"hooks": {
"pre-commit": "npm test"
}
},
"scripts": {
"publish-next": "lerna publish --dist-tag=next --canary --preid rc",
"commit": "git-cz",
"test": "jest"
},
"sideEffects": false,
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"publishConfig": {
"access": "public"
}
}