UNPKG

raster-react

Version:

Retro pixel perfect icons with a charming aesthetic for your needs.

58 lines (57 loc) 1.33 kB
{ "name": "raster-react", "version": "0.1.2", "type": "module", "license": "ISC", "homepage": "https://raster.saran13raj.com", "bugs": "https://github.com/saran13raj/raster-icons/issues", "repository": { "type": "git", "url": "https://github.com/saran13raj/raster-icons.git", "directory": "packages/raster-react" }, "keywords": [ "Pixel", "React", "Retro", "Icons", "Icon", "SVG", "Vector", "8 Bit" ], "author": "Saran Raj", "amdName": "raster-react", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "node scripts/build.mjs && rollup -c rollup.config.mjs", "typecheck": "tsc --noEmit", "prepare": "npm run typecheck && npm run build" }, "peerDependencies": { "react": ">=16.8.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^28.0.2", "@rollup/plugin-node-resolve": "^16.0.0", "@rollup/plugin-typescript": "^12.1.2", "@svgr/core": "^8.1.0", "@svgr/plugin-jsx": "^8.1.0", "@types/node": "^22.10.5", "@types/react": "^18.3.18", "@vitejs/plugin-react": "^4.3.4", "eslint-plugin-react-refresh": "^0.4.16", "glob": "^11.0.1", "react": "^18.3.1", "rollup": "^4.30.1", "rollup-plugin-dts": "^6.1.1", "tslib": "^2.8.1", "typescript": "~5.6.2", "vite": "^6.0.5" } }