-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 723 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 723 Bytes
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
{
"name": "rollup-plugin-font",
"version": "1.1.2",
"description": "build font file by tree-shaking",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "linsk",
"keywords": [
"rollup",
"plugin",
"font",
"tree",
"shaking",
"tree-shaking"
],
"repository": { "type": "git", "url": "https://github.com/linsk1998/rollup-plugin-font.git" },
"license": "MIT",
"dependencies": {
"kebab-case": "^1.0.0",
"camelcase": "^6.2.0",
"filesize": "^6.1.0",
"rollup-pluginutils": "^2.8.2",
"svg2ttf": "^4.3.0",
"ttf2eot": "^2.0.0",
"ttf2woff": "^2.0.1",
"ttf2woff2": "^3.0.0",
"xml-js": "^1.6.11"
}
}