UNPKG

@acrool/react-iconsvg

Version:
98 lines (97 loc) 2.78 kB
{ "name": "@acrool/react-iconsvg", "version": "4.2.1", "description": "icon component by react", "keywords": [ "react", "typescript", "icon", "svg-symbols" ], "private": false, "type": "module", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/acrool/acrool-react-iconsvg.git" }, "module": "./dist/acrool-react-iconsvg.es.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "browser": "./dist/acrool-react-iconsvg.es.js", "import": "./dist/acrool-react-iconsvg.es.js" }, "./dist/index.css": "./dist/react-iconsvg.css" }, "files": [ "dist" ], "engines": { "node": ">=14" }, "scripts": { "dev": "vite build -w", "build:claer": "rm -rf ./dist", "prepublishOnly": "run-s build", "build": "run-s build:claer && tsc && vite build", "preview": "vite preview", "lint:fix": "eslint ./src --fix", "cz": "git-cz", "test": "jest", "gitlog": "git log --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cblueby %an %Cgreen(%cr)%Creset'", "release": "standard-version --release-as", "release:major": "standard-version -r major", "release:minor": "standard-version -r minor", "release:patch": "standard-version -r patch", "release:alpha": "standard-version --prerelease alpha" }, "peerDependencies": { "react": ">=18.0.0 <20.0.0", "react-dom": ">=18.0.0 <20.0.0" }, "dependencies": { "clsx": "^2.1.1" }, "devDependencies": { "@stylistic/eslint-plugin-ts": "^3.0.1", "@swc/jest": "^0.2.27", "@testing-library/dom": "10.3.1", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "16.0.0", "@types/jest": "^29.5.0", "@types/node": "20.17.32", "@types/react": "^19.1.2", "@types/react-dom": "^19.1.2", "@typescript-eslint/eslint-plugin": "^8.23.0", "@typescript-eslint/parser": "^8.23.0", "@vitejs/plugin-react-swc": "^3.0.0", "cz-conventional-changelog": "3.3.0", "cz-customizable": "6.6.0", "eslint": "^9.19.0", "eslint-plugin-react": "^7.37.5", "eslint-plugin-simple-import-sort": "^10.0.0", "identity-obj-proxy": "^3.0.0", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", "npm-run-all": "^4.1.5", "react": "^19.1.0", "react-dom": "^19.1.0", "rollup-plugin-visualizer": "^5.9.0", "sass": "^1.87.0", "standard-version": "^9.5.0", "ts-jest": "^29.3.2", "ts-node": "10.8.1", "tsconfig-paths": "^4.2.0", "vite": "^6.0.11", "vite-plugin-dts": "^4.5.3", "vite-plugin-eslint": "^1.8.1", "vite-plugin-svgr": "^4.3.0" }, "config": { "commitizen": { "path": "node_modules/cz-git" } } }