forked from Tencent/tdesign-icons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2 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
{
"name": "tdesign-icons",
"private": true,
"description": "mono repo for TDesign Icon",
"repository": {
"type": "git",
"url": "[email protected]:Tencent/tdesign-icons.git"
},
"keywords": [
"tdesign",
"icon"
],
"author": "tdesign",
"lint-staged": {
"packages/**/{src,gulp}/**/*.{js,ts,tsx,jsx,vue}": [
"eslint --fix"
],
"gulp/**/*.{js,ts,tsx,jsx,vue}": [
"eslint --fix"
]
},
"scripts": {
"preinstall": "npx -y only-allow pnpm",
"husky": "husky",
"prepare": "husky install",
"lint": "eslint ./packages --max-warnings 0 --ext .ts,.tsx --fix",
"generate": "cross-env gulp --require ts-node/register/transpile-only"
},
"devDependencies": {
"@changesets/cli": "^2.26.1",
"@types/fs-extra": "^9.0.9",
"@types/gulp": "^4.0.6",
"@types/gulp-concat": "^0.0.32",
"@types/gulp-rename": "^0.0.33",
"@types/gulp-sourcemaps": "^0.0.34",
"@types/gulp-svg-sprite": "^1.2.32",
"@types/merge-stream": "^1.1.2",
"@types/merge2": "^1.3.0",
"@types/svg-parser": "^2.0.1",
"@types/svgo": "^1.3.3",
"@types/through2": "^2.0.36",
"@typescript-eslint/eslint-plugin": "^4.20.0",
"@typescript-eslint/parser": "^4.20.0",
"camelcase": "^6.2.0",
"cross-env": "^7.0.3",
"decamelize": "^5.0.0",
"del": "^6.0.0",
"eslint": "^7.23.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.25.2",
"fs-extra": "^9.1.0",
"gulp": "^4.0.2",
"gulp-clone": "^2.0.1",
"gulp-concat": "^2.6.1",
"gulp-header": "^2.0.9",
"gulp-iconfont": "10.0.3",
"gulp-iconfont-css": "^3.0.0",
"gulp-merge": "^0.1.1",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-svg-sprite": "^1.5.0",
"gulp-typescript": "^6.0.0-alpha.1",
"husky": "^6.0.0",
"lerna": "^6.6.2",
"lint-staged": "^10.5.4",
"merge-stream": "^2.0.0",
"merge2": "^1.4.1",
"svg-parser": "^2.0.4",
"svgo": "^1.3.2",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
}
}