-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.43 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
{
"name": "@magic/glyphs",
"version": "0.0.1",
"description": "generate iconfont files (ttf,woff2,woff,eot,svg), @magic/css file and @magic-modules using that font, all from svg files.",
"license": "AGPL-3.0",
"repository": {
"type": "https",
"url": "https://github.com/magic/glyphs"
},
"scripts": {
"start": "t",
"build": "src/bin/build-font.mjs --dir svg --out dist --name magic-icons --cssPrefix mi",
"resize:file": "src/bin/glyph-resize.mjs --file svg/calendar.svg --out svg --glyph-height 1000",
"resize:dir": "src/bin/glyph-resize.mjs --file svg --out svg --glyph-height 1000",
"format": "f -w --exclude dist docs",
"test": "t"
},
"bin": {
"magic-glyphs": "src/bin/build-font.mjs",
"magic-glyphs-resize": "src/bin/glyph-resize.mjs"
},
"files": [
"src"
],
"keywords": [
"icons",
"font",
"iconfont",
"svg",
"scss",
"webpack",
"plugin"
],
"main": "src/index.mjs",
"dependencies": {
"@magic/cases": "0.0.5",
"@magic/cli": "0.0.34",
"@magic/css": "0.7.38",
"@magic/deep": "0.1.7",
"@magic/fs": "0.0.15",
"@magic/log": "0.1.10",
"@magic/types": "0.1.16",
"parse5": "6.0.1",
"svg2ttf": "6.0.3",
"svgicons2svgfont": "github:jaeh/svgicons2svgfont",
"ttf2eot": "3.0.0",
"ttf2woff": "3.0.0",
"ttf2woff2-no-gyp": "2.0.5"
},
"devDependencies": {
"@magic/format": "0.0.29",
"@magic/test": "0.1.74"
}
}