mirror of
https://github.com/MioMioOS/MioIsland
synced 2026-04-28 00:37:44 +00:00
Replace with native .bundle plugin architecture in next commits. Old declarative system (themes/buddy/sound JSON) removed entirely. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
53 lines
No EOL
1.6 KiB
JSON
53 lines
No EOL
1.6 KiB
JSON
{
|
|
"name": "@tabler/icons-react",
|
|
"version": "3.41.1",
|
|
"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.io/icons",
|
|
"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",
|
|
"module": "./dist/esm/tabler-icons-react.mjs",
|
|
"types": "./dist/tabler-icons-react.d.ts",
|
|
"amdName": "TablerIconsReact",
|
|
"sideEffects": false,
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"@tabler/icons": "3.41.1"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/react": "16.3.1",
|
|
"@types/react": "18.3.27",
|
|
"@vitejs/plugin-react": "5.1.2",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"react-test-renderer": "18.3.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">= 16"
|
|
},
|
|
"optionalDependencies": {},
|
|
"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": "find dist -mindepth 1 -delete 2>/dev/null; rm -rf dist && find . ! -name '.gitkeep' -path '*/src/icons/*' -exec rm -rf {} +",
|
|
"test": "vitest run --typecheck",
|
|
"typecheck": "tsc",
|
|
"imports-check": "attw $(npm pack)"
|
|
}
|
|
} |