-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·55 lines (55 loc) · 1.42 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
{
"name": "@_nu/vue-dialog",
"version": "0.0.8",
"description": "NU 「 no-ui 」 组件库系统 nu-system,按钮组件 VUE 实现",
"scripts": {
"build": "vue-cli-service build --target lib ./src/index.vue --name index",
"prepublishOnly": "npm run build",
"log": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"commitInit": "commitizen init cz-conventional-changelog --yarn --dev --exact"
},
"files": [
"dist",
"CHANGELOG.md",
"README.md",
"LICENSE",
"package.json"
],
"contributors": "https://github.com/nu-system/vue-dialog/graphs/contributors",
"repository": {
"type": "git",
"url": "https://github.com/nu-system/vue-dialog.git"
},
"author": "yfe-team",
"license": "MIT",
"homepage": "https://nu-system.github.io/vue/dialog/",
"main": "dist/index.umd.min.js",
"keywords": [
"ui",
"no-ui",
"nu-system",
"vue",
"vue-ui",
"button"
],
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"devDependencies": {
"@vue/cli-plugin-babel": "^3.2.0",
"@vue/cli-service": "^3.2.2",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"commitizen": "^4.0.3",
"conventional-changelog-cli": "^2.0.21",
"cz-conventional-changelog": "^3.0.2",
"vue-template-compiler": "^2.6.9"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}