aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-25 01:22:01 +0100
committercodecalm <codecalm@gmail.com>2020-03-25 01:22:01 +0100
commit6d7921d58b389bf9c324ef4ddb1cd878ef89311a (patch)
treedc353a250cdd33e66937fef0e4544d30ece4af56 /package.json
parentlist iocn optimize (diff)
parenticonfont build (diff)
downloadtabler-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.json10
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"
}
}