diff options
author | codecalm <codecalm@gmail.com> | 2020-09-18 10:49:46 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-18 10:49:46 +0200 |
commit | f01f9e13a4118d22ceaf9f42dbb42f27ec7c0f28 (patch) | |
tree | 6982b8d46db2c0fc10b9c6cdb5bdedfbf1afbadf /package.json | |
parent | icons optimize (diff) | |
parent | icons react (diff) | |
download | tabler-icons-f01f9e13a4118d22ceaf9f42dbb42f27ec7c0f28.tar.xz |
Merge branches 'dev-icons-react' and 'master' of https://github.com/tabler/tabler-icons
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/package.json b/package.json index 2322023b..659327ef 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,8 @@ "type": "git", "url": "git+https://github.com/tabler/tabler-icons.git" }, + "module": "./icons-react/index.js", + "types": "./icons-react/index.d.ts", "author": "", "license": "MIT", "bugs": { @@ -30,17 +32,19 @@ }, "description": "", "devDependencies": { - "lodash.template": "4.5.0", - "node-sass": "4.13.1", + "@svgr/core": "^5.4.0", + "@svgr/babel-plugin-replace-jsx-attribute-value": "^5.0.1", "clean-css": "4.2.3", "glob": "7.1.6", "gulp": "4.0.2", "gulp-iconfont": "10.0.3", - "gulp-zip": "5.0.1", + "gulp-zip": "5.0.2", + "lodash.template": "4.5.0", "minimist": "1.2.5", - "puppeteer": "2.1.1", - "release-it": "13.1.2", - "svg-outline-stroke": "1.2.4" + "node-sass": "4.14.1", + "puppeteer": "5.2.1", + "release-it": "14.0.2", + "svg-outline-stroke": "1.3.0" }, "release-it": { "hooks": { |