-
Notifications
You must be signed in to change notification settings - Fork 98
/
package.json
65 lines (65 loc) · 2.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
{
"name": "@iconscout/unicons",
"version": "4.1.0",
"description": "Ready to use font icons for your next project",
"scripts": {
"font:build": "npm run line:download && npm run line:generate-fontello-config && npm run line:generate && npm run overwrite-woff2 && npm run line:build-sprite",
"line:build": "cross-env STYLE=line CSS_PREFIX=uil npm run font:build",
"line:download": "node scripts/line/download.js",
"line:generate": "node scripts/line/generate-fonts-css.js && node scripts/line/generate-single-font.js",
"line:generate-fontello-config": "node scripts/line/generate-fontello-config.js",
"line:build-sprite": "node scripts/line/build-sprite.js",
"monochrome:build": "npm run monochrome:download && npm run monochrome:build-script",
"monochrome:build-script": "webpack",
"monochrome:download": "node scripts/monochrome/download.js",
"solid:build": "cross-env STYLE=solid CSS_PREFIX=uis npm run font:build",
"thinline:build": "cross-env STYLE=thinline CSS_PREFIX=uit npm run font:build",
"overwrite-woff2": "node scripts/line/overwriteWoff2.js",
"update-json": "node scripts/update-json.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Iconscout/unicons.git"
},
"keywords": [
"icon",
"font",
"font",
"icon",
"icons",
"webfont"
],
"author": "IconScout",
"license": "IconScout Simple License",
"bugs": {
"url": "https://github.com/Iconscout/unicons/issues"
},
"homepage": "https://iconscout.com/unicons",
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"babel-loader": "^8.0.6",
"npm-run-all": "^4.1.5",
"regenerator-runtime": "^0.13.3",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9"
},
"dependencies": {
"async": "^2.6.1",
"axios": "^1.7.7",
"cheerio": "^1.0.0-rc.2",
"cross-env": "^7.0.2",
"fontello-cli": "^0.6.2",
"fs-plus": "^3.1.1",
"glob": "^7.1.3",
"insertion-query": "^1.1.0",
"lodash": "^4.17.21",
"parse-svg-path": "^0.1.2",
"scale-svg-path": "0.0.1",
"serialize-svg-path": "^0.1.0",
"svgo": "1.1.1",
"svgstore": "^3.0.0-2",
"ttf2woff2": "^5.0.0",
"uuid": "^3.3.2"
}
}