-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
60 lines (60 loc) · 1.18 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
{
"name": "@uiw/icons",
"version": "2.6.10",
"description": "The premium icon font for uiw Component Library.",
"author": "Kenny <wowohoo@qq.com>",
"main": "./lib/index.js",
"module": "./esm/index.js",
"types": "./esm/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/uiwjs/icons.git"
},
"homepage": "https://uiwjs.github.io/icons",
"scripts": {
"font": "svgtofont --sources icon --output fonts",
"copy": "cpy fonts/react/*.js fonts/react/*.d.ts react --flat",
"build": "tsbb build react/*.{js,d.ts} --useBabel",
"start": "npm run font && npm run copy && npm run build"
},
"files": [
"lib",
"esm",
"*.js",
"*.d.ts",
"icon",
"!icon/react",
"!icon/*.html",
"fonts"
],
"keywords": [
"svg",
"icon",
"react",
"font",
"webfont",
"icon",
"iconfont",
"font-face",
"compress",
"minify",
"font-cli",
"otf",
"ttf",
"woff",
"eot",
"svg",
"ttf2eot",
"ttf2woff",
"ttf2svg",
"svg2ttf",
"css",
"base64"
],
"devDependencies": {
"cpy-cli": "^4.2.0",
"svgtofont": "~5.0.0",
"tsbb": "^4.0.2"
},
"license": "MIT"
}