diff options
author | codecalm <codecalm@gmail.com> | 2020-03-25 01:22:01 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-25 01:22:01 +0100 |
commit | 6d7921d58b389bf9c324ef4ddb1cd878ef89311a (patch) | |
tree | dc353a250cdd33e66937fef0e4544d30ece4af56 /package.json | |
parent | list iocn optimize (diff) | |
parent | iconfont build (diff) | |
download | tabler-icons-6d7921d58b389bf9c324ef4ddb1cd878ef89311a.tar.xz |
Merge branches 'dev-iconfont' and 'master' of https://github.com/tabler/tabler-icons
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 89fec1f..d09d581 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" } } |