-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
70 lines (70 loc) · 1.54 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
{
"name": "cwfont",
"version": "1.1.6",
"description": "svg files convert to font icons",
"bin": {
"cwfont": "bin/index.js"
},
"main": "es/index.js",
"typings": "es/index.d.ts",
"module": "es/index.js",
"scripts": {
"lint": "eslint src/*ts",
"build": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chowa/cwfont.git"
},
"keywords": [
"svg",
"iconfont",
"typescript",
"webfont",
"tff",
"eot",
"woff",
"woff2",
"stylelint",
"sass",
"scss",
"css",
"less",
"font"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/chowa/cwfont/issues"
},
"homepage": "https://github.com/chowa/cwfont#readme",
"devDependencies": {
"@types/css-tree": "^1.0.7",
"@types/node": "^18.0.3",
"@types/prettier": "^2.6.3",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"eslint": "^8.19.0",
"eslint-plugin-chowa-standard": "latest",
"gulp": "^4.0.2",
"gulp-banner": "^0.1.2",
"gulp-clean": "^0.4.0",
"gulp-typescript": "^6.0.0-alpha.1",
"typescript": "^4.7.4"
},
"dependencies": {
"chowa-log": "latest",
"commander": "^9.4.0",
"css-tree": "^2.1.0",
"json2yaml": "^1.1.0",
"open": "^8.4.0",
"prettier": "^2.7.1",
"rcfile": "^1.0.3",
"stylelint": "^14.9.1",
"svg2ttf": "^6.0.3",
"svgicons2svgfont": "^12.0.0",
"ttf2eot": "^3.1.0",
"ttf2woff": "^3.0.0",
"ttf2woff2": "^4.0.5"
}
}