-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.56 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
{
"name": "heyui",
"version": "1.27.0",
"description": "UI Toolkit for Web, Vue2.0.",
"main": "./dist/heyui.js",
"module": "./dist/heyui.esm.js",
"repository": {
"type": "git",
"url": "git+https://github.com/heyui/heyui.git"
},
"homepage": "http://www.heyui.top",
"keywords": [
"heyui",
"vue",
"ui",
"framework"
],
"license": "MIT",
"dependencies": {
"manba": "^1.3.2",
"vue": "^2.6.10"
},
"devDependencies": {
"@vue/eslint-config-standard": "^4.0.0",
"art-template": "^4.13.2",
"babel-eslint": "^10.0.1",
"commander": "^2.19.0",
"eslint": "^5.16.0",
"eslint-plugin-html": "^5.0.3",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-vue": "^5.2.2",
"headr": "0.0.4",
"hey-log": "^0.0.8",
"hey-utils": "^1.0.2",
"less": "^3.9.0",
"less-to-json": "^1.2.0",
"standard-version": "^6.0.1"
},
"readmeFilename": "README.md",
"scripts": {
"build": "hey -b",
"pa": "sh ./scripts/publish.sh -alpha",
"pb": "sh ./scripts/publish.sh -beta",
"p": "sh ./scripts/publish.sh",
"gencss": "sh ./doc/themes/gencss.sh",
"create": "node ./scripts/create.js",
"eslintfix": "eslint --fix --ext .js,.vue src",
"min": "babel dist/heyui.js --minified --no-babelrc -o dist/heyui.min.js"
},
"standard-version": {
"commitAll": true,
"message": "chore(release): %s",
"skip": {
"tag": true
},
"scripts": {
"precommit": "sh ./scripts/headr.sh"
}
},
"browserslist": [
"ie >= 9"
],
"copyright": "Copyright © 2017-present Lan"
}