46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "@tabler/icons-sprite",
|
|
"version": "3.36.0",
|
|
"license": "MIT",
|
|
"author": "codecalm",
|
|
"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"
|
|
},
|
|
"sideEffects": false,
|
|
"amdName": "TablerIconsSprite",
|
|
"files": [
|
|
"dist/*"
|
|
],
|
|
"homepage": "https://tabler-icons.io",
|
|
"bugs": {
|
|
"url": "https://github.com/tabler/tabler-icons/issues"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/codecalm"
|
|
},
|
|
"scripts": {
|
|
"build": "pnpm run clean && pnpm run copy && pnpm run build:icons",
|
|
"build:icons": "node build.mjs",
|
|
"copy": "pnpm run copy:license",
|
|
"copy:license": "cp ../../LICENSE ./LICENSE",
|
|
"clean": "rm -rf dist/*"
|
|
},
|
|
"dependencies": {
|
|
"@tabler/icons": "3.36.0"
|
|
},
|
|
"keywords": [
|
|
"icons",
|
|
"svg",
|
|
"png",
|
|
"iconfont",
|
|
"react",
|
|
"front-end",
|
|
"web"
|
|
],
|
|
"devDependencies": {},
|
|
"peerDependencies": {},
|
|
"optionalDependencies": {}
|
|
} |