{ "name": "@tabler/icons-react", "version": "3.0.0-alpha.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" }, "type": "module", "main": "dist/cjs/tabler-icons-react.js", "main:umd": "dist/umd/tabler-icons-react.js", "module": "dist/esm/tabler-icons-react.js", "unpkg": "dist/umd/tabler-icons-react.min.js", "typings": "dist/tabler-icons-react.d.ts", "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 && rm -rf ./src/icons/*.js && rm -rf ./src/icons/*.ts", "test": "vitest run", "typecheck": "tsc" }, "dependencies": { "@tabler/icons": "3.0.0-alpha.0" }, "devDependencies": { "@babel/preset-env": "7.23.8", "@babel/preset-react": "7.23.3", "@testing-library/react": "^14.1.2", "@types/react": "18.2.48", "@vitejs/plugin-react": "^4.2.1", "babel-jest": "^29.7.0", "react": "18.2.0", "react-dom": "18.2.0", "react-test-renderer": "18.2.0" }, "peerDependencies": { "react": "^16.5.1 || ^17.0.0 || ^18.0.0" } }