UNPKG

@primer/octicons-react

Version:

A scalable set of icons handcrafted with <3 by GitHub.

84 lines (83 loc) 2.18 kB
{ "name": "@primer/octicons-react", "version": "19.27.0", "description": "A scalable set of icons handcrafted with <3 by GitHub.", "homepage": "https://primer.style/octicons", "author": "GitHub, Inc.", "license": "MIT", "type": "commonjs", "main": "dist/index.umd.js", "module": "dist/index.esm.mjs", "exports": { "types": { "import": "./dist/index.d.mts", "require": "./dist/index.d.ts" }, "import": "./dist/index.esm.mjs", "require": "./dist/index.umd.js" }, "sideEffects": false, "types": "dist/index.d.ts", "repository": "primer/octicons", "scripts": { "build": "script/build.js && script/types.js && rollup -c", "clean": "rimraf .next dist src/__generated__", "develop": "next", "lint": "eslint src pages/*.mjs script", "test": "jest", "ts-test": "tsc -P ts-tests", "posttest": "yarn ts-test" }, "files": [ "dist" ], "keywords": [ "GitHub", "icons", "svg", "octicons", "react", "primer" ], "devDependencies": { "@babel/core": "^7.22.0", "@babel/generator": "^7.22.0", "@babel/preset-env": "^7.22.0", "@babel/preset-react": "^7.22.0", "@babel/types": "^7.22.0", "@github/prettier-config": "0.0.4", "@primer/components": "27.0.0", "@rollup/plugin-babel": "5.3.1", "@rollup/plugin-commonjs": "22.0.2", "@rollup/plugin-node-resolve": "14.1.0", "@rollup/plugin-virtual": "2.1.0", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@types/react": "^18.2.0", "babel-jest": "29.0.3", "eslint": "^6.5.1", "eslint-plugin-github": "4.1.3", "eslint-plugin-jest": "^21.17.0", "eslint-plugin-jsx-a11y": "6.4.1", "eslint-plugin-react": "7.23.2", "fs-extra": "^6.0.1", "jest": "^29.0.3", "jest-environment-jsdom": "29.0.3", "next": "^16.1.5", "react": "^18.2.0", "react-dom": "^18.2.0", "rimraf": "3.0.2", "rollup": "^2.79.0", "styled-components": "^4.2.0", "typescript": "^4.8.3" }, "peerDependencies": { "react": ">=16.3" }, "engines": { "node": ">=8" }, "overrides": { "fflate": "0.8.2" } }