-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
91 lines (91 loc) · 2.39 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
85
86
87
88
89
90
91
{
"name": "zz-commander-tools",
"version": "1.1.2",
"description": "npm打包工具",
"main": "index.js",
"scripts": {
"lint": "eslint 'lib/**'",
"fix": "eslint 'lib/**' --fix"
},
"repository": {
"type": "git",
"url": "http://gitlab.zhuanspirit.com/zz-fe-common/commander-tools"
},
"bin": {
"commander-tools": "./bin/zz-tools.js",
"commander-tools-run": "./bin/zz-tools-run.js"
},
"keywords": [
"sdk",
"module",
"tool",
"commander"
],
"author": "[email protected]",
"license": "ISC",
"files": [
"lib",
"bin",
"demo",
"jsdoc.json",
"package.json"
],
"dependencies": {
"@babel/core": "^7.8.7",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.8.7",
"@babel/preset-typescript": "^7.14.5",
"zz-vue-cli-plugin-commitlint": "^1.0.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.0.6",
"babel-plugin-import": "^1.11.0",
"browser-sync": "^2.26.3",
"case-sensitive-paths-webpack-plugin": "^2.2.0",
"chalk": "^4.0.0",
"colorful": "^2.1.0",
"commander": "^2.9.0",
"cross-spawn": "^6.0.5",
"css-loader": "^2.1.1",
"current-git-branch": "^1.1.0",
"deep-assign": "^2.0.0",
"deepmerge": "^3.3.0",
"eruda-webpack-plugin": "^1.2.0",
"eslint": "^6.8.0",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-jsdoc3": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-strip-code": "^0.1.4",
"html-webpack-plugin": "^4.0.0-beta.5",
"jest": "^26.0.1",
"lint-staged": "^10.2.4",
"merge2": "^1.2.2",
"mini-css-extract-plugin": "^0.4.1",
"npm-name-exists": "^1.0.4",
"open": "^6.1.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"postman-jsdoc-theme": "0.0.3",
"prettier": "^2.0.5",
"remote-origin-url": "^2.0.0",
"rimraf": "^2.6.2",
"rucksack-css": "^1.0.2",
"simple-progress-webpack-plugin": "^1.1.2",
"style-loader": "^0.23.1",
"through2": "^2.0.3",
"ts-loader": "^7.0.4",
"typescript": "^3.5.2",
"uglifyjs-webpack-plugin": "^2.1.2",
"vinyl-ftp": "^0.6.1",
"webpack": "^4.29.6",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1",
"webpack-merge": "^4.2.1"
},
"peerDependencies": {
"@babel/runtime": "^7.8.3",
"core-js": "^3.6.5"
}
}