forked from react-component/rc-tools
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
executable file
·139 lines (139 loc) · 4.04 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"name": "@ant-design-vue/tools",
"version": "3.1.2",
"description": "offline tools for vue component",
"keywords": [
"vue",
"tools"
],
"homepage": "https://github.com/vueComponent/tools",
"repository": {
"type": "git",
"url": "[email protected]:vueComponent/tools.git"
},
"bugs": {
"url": "https://github.com/vueComponent/tools/issues"
},
"license": "MIT",
"bin": {
"vc-tools": "./bin/vc-tools.js",
"vc-tools-run": "./bin/vc-tools-run.js"
},
"scripts": {
"postinstall": "node lib/init.js",
"pub": "rm -rf yarn.lock && git push origin && npm publish",
"checkDep": "node scripts/checkDep",
"lint": "eslint --ext .js,.jsx lib",
"lint-staged": "lint-staged"
},
"lint-staged": {
"**/*.js": "eslint --ext .js"
},
"dependencies": {
"@babel/core": "~7.2.2",
"@babel/plugin-proposal-class-properties": "~7.2.1",
"@babel/plugin-proposal-export-default-from": "~7.2.0",
"@babel/plugin-proposal-export-namespace-from": "~7.2.0",
"@babel/plugin-proposal-object-rest-spread": "~7.2.0",
"@babel/plugin-transform-member-expression-literals": "~7.2.0",
"@babel/plugin-transform-object-assign": "~7.2.0",
"@babel/plugin-transform-property-literals": "~7.2.0",
"@babel/plugin-transform-runtime": "~7.2.0",
"@babel/plugin-transform-spread": "~7.2.2",
"@babel/plugin-transform-template-literals": "~7.2.0",
"@babel/plugin-transform-typeof-symbol": "~7.2.0",
"@babel/polyfill": "~7.2.5",
"@babel/preset-env": "~7.2.0",
"@babel/preset-stage-0": "~7.0.0",
"@types/jest": "^23.3.10",
"@vue/babel-plugin-jsx": "^1.0.0",
"autoprefixer": "^9.x",
"babel-core": "~7.0.0-bridge.0",
"babel-eslint": "~10.0.1",
"babel-jest": "~23.6.0",
"babel-loader": "~8.0.4",
"chalk": "^2.4.1",
"commander": "2.19.x",
"console-polyfill": "~0.3.0",
"core-js": "^3.9.1",
"css-loader": "^2.0.1",
"enzyme": "^3.8.0",
"enzyme-to-json": "^3.3.5",
"es5-shim": "4.x",
"es6-promise": "~4.2.5",
"es6-shim": "^0.35.4",
"eslint": "^5.10.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-vue": "^6.2.2",
"fastclick": "~1.0.6",
"file-loader": "^2.0.0",
"filesize": "^3.6.1",
"fs-extra": "^7.0.1",
"gh-pages": "^2.0.1",
"glob": "~7.1.3",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-babel-minify": "^0.5.0",
"gulp-jsx2example": "^1.2.4",
"gulp-less": "^5.0.0",
"gulp-postcss": "^8.0.0",
"gulp-prettier": "^2.0.0",
"gulp-typescript": "~5.0.0",
"gulp-watch": "^5.0.1",
"gzip-size": "^5.0.0",
"highlight.js": "^9.13.1",
"html5shiv": "3.x",
"internal-ip": "^3.0.1",
"jest": "^26.0.0",
"koa": "^2.6.2",
"koa-body": "^4.0.4",
"koa-convert": "^2.0.0",
"koa-favicon": "^2.0.1",
"koa-logger": "3.x",
"koa-request": "~1.0.0",
"koa-router": "7.x",
"koa-serve-index": "^1.1.1",
"koa-static": "^5.0.0",
"less": "^4.0.0",
"less-loader": "^7.1.0",
"match-require": "2.x",
"merge2": "~1.2.3",
"mini-css-extract-plugin": "^0.5.0",
"minimist": "1.x",
"modulex-util": "^1.1.10",
"normalize.css": "^8.0.1",
"object-assign": "4.x",
"postcss-loader": "^3.0.0",
"prettier": "^1.15.3",
"progress-bar-webpack-plugin": "^1.11.0",
"recursive-readdir": "^2.2.2",
"request": "^2.88.0",
"shelljs": "0.8.x",
"strip-ansi": "^5.0.0",
"style-loader": "^0.23.1",
"svg-sprite-loader": "^4.1.3",
"tar.gz": "^1.0.7",
"through2": "^3.0.0",
"ts-jest": "^27.0.4",
"ts-loader": "^5.3.1",
"tslint": "5.x",
"tslint-config-prettier": "^1.17.0",
"typescript": "^4.3.5",
"url-loader": "^1.1.2",
"webpack": "^4.28.0",
"webpack-dev-middleware-for-koa": "^1.1.1",
"xtemplate": "^4.6.1",
"xtpl": "^3.4.0"
},
"devDependencies": {
"gulp-debug": "^4.0.0",
"lint-staged": "^8.1.0",
"pre-commit": "1.x"
},
"pre-commit": [
"checkDep"
]
}