2020-02-27 16:44:56 +01:00
|
|
|
{
|
2020-11-11 14:03:12 +01:00
|
|
|
"name": "@tabler/icons",
|
2022-10-13 23:41:52 +02:00
|
|
|
"version": "1.104.0",
|
2021-11-29 01:44:33 +01:00
|
|
|
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
|
2020-02-27 16:44:56 +01:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/tabler/tabler-icons.git"
|
|
|
|
},
|
2020-10-06 19:28:20 +02:00
|
|
|
"main": "./icons-react/dist/index.cjs.js",
|
2021-04-25 14:38:37 +02:00
|
|
|
"exports": {
|
2022-05-09 16:27:05 -05:00
|
|
|
".": {
|
|
|
|
"import": "./icons-react/dist/index.esm.js",
|
|
|
|
"require": "./icons-react/dist/index.cjs.js"
|
|
|
|
},
|
2022-06-27 00:53:16 +02:00
|
|
|
"./*": [
|
|
|
|
"./icons/*",
|
|
|
|
"./icons-png/*"
|
|
|
|
]
|
2021-04-25 14:38:37 +02:00
|
|
|
},
|
2020-10-06 19:28:20 +02:00
|
|
|
"module": "./icons-react/dist/index.esm.js",
|
2021-02-01 14:14:25 +01:00
|
|
|
"unpkg": "./icons-react/dist/index.umd.js",
|
|
|
|
"umd:main": "./icons-react/dist/index.umd.js",
|
2020-09-07 12:31:09 +02:00
|
|
|
"types": "./icons-react/index.d.ts",
|
2020-11-11 14:03:12 +01:00
|
|
|
"sideEffects": false,
|
|
|
|
"author": "codecalm",
|
2020-02-27 16:44:56 +01:00
|
|
|
"license": "MIT",
|
2021-12-25 23:26:31 +01:00
|
|
|
"homepage": "https://tabler-icons.io",
|
2020-02-27 16:44:56 +01:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/tabler/tabler-icons/issues"
|
2020-03-01 16:06:35 +01:00
|
|
|
},
|
2020-03-21 23:05:55 +01:00
|
|
|
"funding": {
|
|
|
|
"type": "github",
|
|
|
|
"url": "https://github.com/sponsors/codecalm"
|
|
|
|
},
|
2020-03-12 11:59:18 +01:00
|
|
|
"files": [
|
2020-12-15 15:07:22 +01:00
|
|
|
"tags.json",
|
2020-03-12 15:07:08 +01:00
|
|
|
"icons/*",
|
2020-03-18 00:40:07 +01:00
|
|
|
"icons-png/*",
|
2020-10-06 19:28:20 +02:00
|
|
|
"icons-react/index.d.ts",
|
|
|
|
"icons-react/dist/*",
|
2020-03-23 20:28:34 +01:00
|
|
|
"iconfont/*",
|
2020-03-21 21:05:33 +01:00
|
|
|
"tabler-sprite.svg",
|
|
|
|
"tabler-sprite-nostroke.svg"
|
2020-03-10 23:09:22 +01:00
|
|
|
],
|
2020-11-11 14:19:12 +01:00
|
|
|
"publishConfig": {
|
2020-11-13 22:11:22 +01:00
|
|
|
"access": "public"
|
2020-11-11 14:19:12 +01:00
|
|
|
},
|
2020-03-01 16:06:35 +01:00
|
|
|
"scripts": {
|
2020-09-21 16:45:08 +02:00
|
|
|
"start": "bundle exec jekyll serve --watch --livereload --trace --livereload_port 8888",
|
2020-10-06 19:28:20 +02:00
|
|
|
"prebuild-react": "rm -rf ./icons-react/dist/",
|
|
|
|
"build-react": "rollup -c",
|
2020-03-22 20:30:07 +01:00
|
|
|
"optimize": "gulp optimize",
|
2022-09-23 23:57:41 +02:00
|
|
|
"release": "git pull && release-it",
|
2021-03-21 18:29:46 +01:00
|
|
|
"build": "gulp build",
|
24 new icons: `arrow-bear-left-2`, `arrow-bear-left`, `arrow-bear-right-2`, `arrow-bear-right`, `arrow-curve-left`, `arrow-curve-right`, `arrow-fork`, `arrow-left-right`, `arrow-loop-left-2`, `arrow-loop-right-2`, `arrow-merge`, `arrow-ramp-left-2`, `arrow-ramp-left-3`, `arrow-ramp-right-2`, `arrow-ramp-right-3`, `arrow-rotary-first-left`, `arrow-rotary-first-right`, `arrow-rotary-last-left`, `arrow-rotary-last-right`, `arrow-rotary-left`, `arrow-rotary-right`, `arrow-rotary-straight`, `arrow-sharp-turn-left`, `arrow-sharp-turn-right`
Fixed icons: `arrow-loop-left`, `arrow-loop-right`, `arrows-cross`, `arrows-shuffle-2`, `arrows-shuffle`
2022-03-22 22:49:31 +01:00
|
|
|
"build-iconfont": "gulp build-iconfont",
|
|
|
|
"import": "./_import.sh && gulp optimize"
|
2020-03-01 16:06:35 +01:00
|
|
|
},
|
2020-11-11 14:03:12 +01:00
|
|
|
"keywords": [
|
|
|
|
"icons",
|
|
|
|
"svg",
|
|
|
|
"png",
|
|
|
|
"iconfont",
|
|
|
|
"react",
|
|
|
|
"front-end",
|
|
|
|
"web"
|
|
|
|
],
|
2020-03-01 16:06:35 +01:00
|
|
|
"devDependencies": {
|
2020-10-06 19:28:20 +02:00
|
|
|
"@babel/core": "7.11.6",
|
|
|
|
"@babel/parser": "7.11.5",
|
|
|
|
"@babel/preset-env": "7.11.5",
|
|
|
|
"@babel/preset-react": "7.10.4",
|
|
|
|
"@rollup/plugin-babel": "5.2.1",
|
|
|
|
"@rollup/plugin-commonjs": "15.1.0",
|
|
|
|
"@rollup/plugin-node-resolve": "9.0.0",
|
2020-09-21 21:03:00 +02:00
|
|
|
"@svgr/babel-plugin-replace-jsx-attribute-value": "5.0.1",
|
2020-10-06 19:28:20 +02:00
|
|
|
"@svgr/core": "5.4.0",
|
2020-03-23 20:28:34 +01:00
|
|
|
"clean-css": "4.2.3",
|
2020-12-05 17:28:41 +01:00
|
|
|
"csv-parser": "^3.0.0",
|
2020-03-06 00:48:09 +01:00
|
|
|
"glob": "7.1.6",
|
2020-03-12 11:59:18 +01:00
|
|
|
"gulp": "4.0.2",
|
2022-08-25 16:58:46 +02:00
|
|
|
"gulp-iconfont": "11.0.1",
|
2021-01-21 00:41:41 +01:00
|
|
|
"gulp-svgo": "^2.2.1",
|
2022-08-25 16:58:46 +02:00
|
|
|
"gulp-zip": "5.1.0",
|
2020-09-07 12:29:44 +02:00
|
|
|
"lodash.template": "4.5.0",
|
2022-07-10 12:41:52 +02:00
|
|
|
"minimist": "1.2.6",
|
2022-03-23 15:51:22 +01:00
|
|
|
"node-sass": "7.0.1",
|
2020-12-05 17:28:41 +01:00
|
|
|
"parse-svg-path": "^0.1.2",
|
2022-03-16 12:05:08 +01:00
|
|
|
"release-it": "14.12.5",
|
2022-08-25 18:15:02 +02:00
|
|
|
"rollup": "2.78.1",
|
2022-03-16 12:05:08 +01:00
|
|
|
"rollup-plugin-filesize": "9.1.2",
|
|
|
|
"rollup-plugin-peer-deps-external": "2.2.4",
|
2020-10-06 19:28:20 +02:00
|
|
|
"rollup-plugin-terser": "7.0.2",
|
2022-08-24 22:34:53 +02:00
|
|
|
"svg-outline-stroke": "1.3.1",
|
|
|
|
"svgo": "^2.8.0"
|
2020-03-21 23:05:55 +01:00
|
|
|
},
|
|
|
|
"release-it": {
|
2020-03-22 13:01:56 +01:00
|
|
|
"hooks": {
|
2020-06-05 18:42:27 +02:00
|
|
|
"after:bump": "gulp build --latest-version ${latestVersion} --new-version ${version} --verbose",
|
2020-03-22 16:47:31 +01:00
|
|
|
"after:release": "echo Successfully released ${name} v${latestVersion} to ${repo.repository}."
|
2020-03-22 13:01:56 +01:00
|
|
|
},
|
2020-03-21 23:22:41 +01:00
|
|
|
"git": {
|
2020-03-25 02:01:48 +01:00
|
|
|
"addUntrackedFiles": true,
|
2020-03-22 16:47:31 +01:00
|
|
|
"changelog": "gulp changelog --silent --latest-tag ${latestTag}",
|
2020-03-22 13:01:56 +01:00
|
|
|
"tagName": "v${version}",
|
|
|
|
"requireBranch": "master",
|
|
|
|
"requireCommits": true
|
2020-03-21 23:22:41 +01:00
|
|
|
},
|
2020-03-21 23:05:55 +01:00
|
|
|
"github": {
|
|
|
|
"release": true
|
|
|
|
}
|
2020-10-06 19:28:20 +02:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2022-06-26 11:55:10 +02:00
|
|
|
"react": "^16.x || 17.x || 18.x",
|
|
|
|
"react-dom": "^16.x || 17.x || 18.x"
|
2022-03-16 12:07:25 +01:00
|
|
|
},
|
|
|
|
"peerDependenciesMeta": {
|
|
|
|
"react": {
|
|
|
|
"optional": true
|
|
|
|
},
|
|
|
|
"react-dom": {
|
|
|
|
"optional": true
|
|
|
|
}
|
2020-02-27 16:44:56 +01:00
|
|
|
}
|
|
|
|
}
|