diff options
author | codecalm <codecalm@gmail.com> | 2020-03-23 20:28:34 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-23 20:28:34 +0100 |
commit | 74f543bf04e7986008bf91aae4d59eda2429790a (patch) | |
tree | 20342bd0695b7264137a52f8fbed1220c599c54a /package.json | |
parent | diamond icon (diff) | |
download | tabler-icons-74f543bf04e7986008bf91aae4d59eda2429790a.tar.xz |
iconfont generator
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/package.json b/package.json index 89fec1ff..d09d581f 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "files": [ "icons/*", "icons-png/*", + "iconfont/*", "tabler-sprite.svg", "tabler-sprite-nostroke.svg" ], @@ -29,12 +30,15 @@ }, "description": "", "devDependencies": { + "clean-css": "4.2.3", "glob": "7.1.6", "gulp": "4.0.2", + "gulp-iconfont": "10.0.3", "gulp-zip": "5.0.1", "minimist": "1.2.5", "puppeteer": "2.1.1", - "release-it": "13.1.2" + "release-it": "13.1.2", + "svg-outline-stroke": "1.2.4" }, "release-it": { "hooks": { @@ -50,5 +54,9 @@ "github": { "release": true } + }, + "dependencies": { + "lodash.template": "^4.5.0", + "node-sass": "^4.13.1" } } |