mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-01-17 20:58:34 +01:00
68 lines
1.8 KiB
JSON
68 lines
1.8 KiB
JSON
{
|
|
"name": "tabler-icons",
|
|
"version": "1.25.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tabler/tabler-icons.git"
|
|
},
|
|
"main": "./icons-react/index.js",
|
|
"module": "./icons-react/index.js",
|
|
"types": "./icons-react/index.d.ts",
|
|
"author": "",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/tabler/tabler-icons/issues"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/codecalm"
|
|
},
|
|
"files": [
|
|
"icons/*",
|
|
"icons-png/*",
|
|
"icons-react/*",
|
|
"iconfont/*",
|
|
"tags.json",
|
|
"tabler-sprite.svg",
|
|
"tabler-sprite-nostroke.svg"
|
|
],
|
|
"homepage": "https://github.com/tabler/tabler-icons#readme",
|
|
"scripts": {
|
|
"start": "bundle exec jekyll serve --watch --livereload --trace --livereload_port 8888",
|
|
"optimize": "gulp optimize",
|
|
"release": "release-it"
|
|
},
|
|
"description": "",
|
|
"devDependencies": {
|
|
"@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.2",
|
|
"lodash.template": "4.5.0",
|
|
"minimist": "1.2.5",
|
|
"node-sass": "4.14.1",
|
|
"puppeteer": "5.3.0",
|
|
"release-it": "14.0.3",
|
|
"svg-outline-stroke": "1.3.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
|
|
}
|
|
}
|
|
}
|