123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- {
- "name": "@tabler/icons",
- "version": "1.119.0",
- "description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/tabler/tabler-icons.git"
- },
- "main": "./icons-react/dist/index.cjs.js",
- "exports": {
- ".": {
- "import": "./icons-react/dist/index.esm.js",
- "require": "./icons-react/dist/index.cjs.js"
- },
- "./iconfont/*": "./iconfont/*",
- "./*": [
- "./icons/*",
- "./icons-png/*"
- ]
- },
- "module": "./icons-react/dist/index.esm.js",
- "unpkg": "./icons-react/dist/index.umd.js",
- "umd:main": "./icons-react/dist/index.umd.js",
- "types": "./icons-react/index.d.ts",
- "sideEffects": false,
- "author": "codecalm",
- "license": "MIT",
- "homepage": "https://tabler-icons.io",
- "bugs": {
- "url": "https://github.com/tabler/tabler-icons/issues"
- },
- "funding": {
- "type": "github",
- "url": "https://github.com/sponsors/codecalm"
- },
- "files": [
- "tags.json",
- "icons/*",
- "icons-png/*",
- "icons-react/index.d.ts",
- "icons-react/dist/*",
- "iconfont/**/*",
- "tabler-sprite.svg",
- "tabler-sprite-nostroke.svg"
- ],
- "publishConfig": {
- "access": "public"
- },
- "scripts": {
- "start": "bundle exec jekyll serve --watch --livereload --trace --livereload_port 8888",
- "prebuild-react": "rm -rf ./icons-react/dist/",
- "build-react": "rollup -c",
- "build:jekyll": "gulp build-jekyll",
- "optimize": "gulp optimize",
- "release": "git pull && release-it",
- "build": "gulp build",
- "build-iconfont": "gulp build-iconfont",
- "import": "./_import.sh && gulp optimize"
- },
- "keywords": [
- "icons",
- "svg",
- "png",
- "iconfont",
- "react",
- "front-end",
- "web"
- ],
- "devDependencies": {
- "@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",
- "@svgr/babel-plugin-replace-jsx-attribute-value": "5.0.1",
- "@svgr/core": "5.4.0",
- "clean-css": "4.2.3",
- "csv-parser": "^3.0.0",
- "glob": "7.1.6",
- "gulp": "4.0.2",
- "gulp-iconfont": "11.0.1",
- "gulp-svgo": "^2.2.1",
- "gulp-zip": "5.1.0",
- "lodash.template": "4.5.0",
- "minimist": "1.2.6",
- "node-sass": "8.0.0",
- "parse-svg-path": "^0.1.2",
- "release-it": "14.12.5",
- "rollup": "2.78.1",
- "rollup-plugin-filesize": "9.1.2",
- "rollup-plugin-peer-deps-external": "2.2.4",
- "rollup-plugin-terser": "7.0.2",
- "svg-outline-stroke": "1.3.1",
- "svgo": "^2.8.0"
- },
- "release-it": {
- "hooks": {
- "after:bump": "gulp build --latest-version ${latestVersion} --new-version ${version} --verbose",
- "after:release": "echo Successfully released ${name} v${latestVersion} to ${repo.repository}."
- },
- "git": {
- "addUntrackedFiles": true,
- "changelog": "gulp changelog --silent --latest-tag ${latestTag}",
- "tagName": "v${version}",
- "requireBranch": "master",
- "requireCommits": true
- },
- "github": {
- "release": true
- }
- },
- "peerDependencies": {
- "react": "^16.x || 17.x || 18.x",
- "react-dom": "^16.x || 17.x || 18.x"
- },
- "peerDependenciesMeta": {
- "react": {
- "optional": true
- },
- "react-dom": {
- "optional": true
- }
- }
- }
|