-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.18 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
{
"name": "@xiyun/xy-tools",
"version": "1.0.0",
"description": "tools for xiyun international",
"license": "MIT",
"keywords": [
"xy",
"tools"
],
"authors": [
"wubaiqing <wubaiqing@vip.qq.com> (https://github.com/wubaiqing)"
],
"bin": {
"xy-tools": "./bin/xy-tools.js"
},
"scripts": {
"ts:build": "umi-tools build",
"ts:watch": "umi-tools build --watch",
"pub": "np --no-cleanup --yolo --no-publish"
},
"lint-staged": {
"*.(t|j)s": [
"prettier --config .prettierrc --write",
"git add"
]
},
"dependencies": {
"@vue/cli-service": "^3.6.0",
"assert": "^1.4.1",
"chalk": "^2.4.2",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-cssmin": "^0.2.0",
"gulp-less": "^4.0.1",
"gulp-sass": "^4.0.2",
"signale": "^1.4.0",
"ts-jest": "^24.0.2",
"update-notifier": "^2.5.0",
"vue-template-compiler": "^2.6.10",
"vuepress": "^1.0.0-rc.1",
"yargs-parser": "^13.0.0"
},
"devDependencies": {
"husky": "^1.3.1",
"less-loader": "^5.0.0",
"lint-staged": "^8.1.5",
"np": "^5.0.0",
"ts-lint": "^4.5.1",
"typescript": "^3.4.5",
"umi-tools": "^0.4.0"
}
}