mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-01-17 12:48:26 +01:00
52 lines
1.5 KiB
JSON
52 lines
1.5 KiB
JSON
{
|
|
"name": "@tabler/icons-react",
|
|
"version": "3.26.0",
|
|
"license": "MIT",
|
|
"author": "codecalm",
|
|
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.",
|
|
"homepage": "https://tabler-icons.io",
|
|
"bugs": {
|
|
"url": "https://github.com/tabler/tabler-icons/issues"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/codecalm"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tabler/tabler-icons.git",
|
|
"directory": "packages/icons-react"
|
|
},
|
|
"main": "./dist/cjs/tabler-icons-react.cjs",
|
|
"types": "./dist/esm/tabler-icons-react.d.ts",
|
|
"module": "./dist/esm/tabler-icons-react.mjs",
|
|
"sideEffects": false,
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "pnpm run clean && pnpm run copy:license && pnpm run build:icons && pnpm typecheck && pnpm run build:bundles",
|
|
"build:icons": "node build.mjs",
|
|
"build:bundles": "rollup -c ./rollup.config.mjs",
|
|
"copy:license": "cp ../../LICENSE ./LICENSE",
|
|
"clean": "rm -rf dist && find . ! -name '.gitkeep' -path '*/src/icons/*' -exec rm -rf {} +",
|
|
"test": "vitest run --typecheck",
|
|
"typecheck": "tsc",
|
|
"imports-check": "attw $(npm pack)"
|
|
},
|
|
"dependencies": {
|
|
"@tabler/icons": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/react": "^14.2.1",
|
|
"@types/react": "18.2.60",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-test-renderer": "18.2.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">= 16"
|
|
}
|
|
}
|