-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
84 lines (84 loc) · 1.96 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
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "gulp-mp-npm",
"version": "1.10.4",
"description": "用以微信小程序提取 npm 依赖包的 gulp 插件",
"license": "MIT",
"main": "index.js",
"files": [
"lib",
"index.js"
],
"scripts": {
"test": "jest",
"test:cover": "jest --collect-coverage",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "https://github.com/mcc108/gulp-mp-npm.git"
},
"author": "Cong Min",
"peerDependencies": {
"gulp": "^4.0.2"
},
"dependencies": {
"ansi-colors": "^4.1.1",
"fancy-log": "^1.3.3",
"import-regex": "^1.1.0",
"lead": "^3.0.0",
"load-json-file": "^6.2.0 <7.0.0",
"lodash": "^4.17.21",
"precinct": "^8.2.0",
"pumpify": "^2.0.1",
"read-package-tree": "^5.3.1",
"resolve": "^1.20.0",
"through2": "^4.0.2",
"tree-to-list": "^2.0.0",
"vinyl-fs": "^3.0.3",
"xml-parser": "^1.2.1"
},
"devDependencies": {
"@miniprogram-component-plus/sticky": "=1.0.1",
"@sindresorhus/slugify": "=2.1.0",
"@sindresorhus/transliterate": "=1.5.0",
"@vant/weapp": "=1.9.2",
"del": "^6.0.0",
"eslint": "^8.2.0",
"eslint-config-soda-works": "^1.2.0",
"glob": "^7.1.7",
"gulp": "^4.0.2",
"gulp-if": "^3.0.0",
"gulp-less": "=5.0.0",
"gulp-rename": "=2.0.0",
"gulp-sourcemaps": "=3.0.0",
"gulp-typescript": "=6.0.0-alpha.1",
"husky": "^7.0.4",
"jest": "=26.6.2",
"jest-extended": "=1.1.0",
"jsonfile": "=6.1.0",
"lint-staged": "^11.2.6",
"lodash": "=4.17.21",
"miniprogram-api-promise": "=1.0.4",
"miniprogram-api-typings": "=3.4.4",
"mitt": "=3.0.0",
"mkdirp": "^1.0.4",
"typescript": "=4.4.4",
"weui-miniprogram": "=1.1.1",
"weui-wxss": "=2.5.0"
},
"jest": {
"collectCoverageFrom": [
"index.js",
"lib/**"
],
"setupFilesAfterEnv": [
"jest-extended/all"
]
},
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
]
}
}