UNPKG

phosphor-react-native

Version:
135 lines (134 loc) 3.36 kB
{ "name": "phosphor-react-native", "version": "3.0.4", "description": "Flexible icons for React Native", "main": "lib/commonjs/index.js", "module": "lib/module/index.js", "types": "lib/typescript/index.d.ts", "react-native": "src/index.tsx", "source": "src/index", "files": [ "src", "lib" ], "scripts": { "test": "jest", "typescript": "tsc --noEmit", "lint": "eslint . --fix", "release": "release-it", "format": "prettier --write src/**/* src/lib/index.tsx", "generate": "node generator/generate-svg.mjs", "prepare": "husky && touch src/index.tsx && bob build" }, "keywords": [ "react-native", "ios", "android" ], "repository": "https://github.com/duongdev/phosphor-react-native", "author": "Dustin Do <dustin.do95@gmail.com> (https://github.com/duongdev)", "license": "MIT", "bugs": { "url": "https://github.com/duongdev/phosphor-react-native/issues" }, "homepage": "https://github.com/duongdev/phosphor-react-native#readme", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "devDependencies": { "@commitlint/config-conventional": "^20.4.1", "@eslint/eslintrc": "^3.3.3", "@eslint/js": "^9.39.2", "@release-it/conventional-changelog": "^10.0.4", "@svgr/babel-plugin-add-jsx-attribute": "^8.0.0", "@svgr/core": "^8.1.0", "@svgr/plugin-jsx": "^8.1.0", "@svgr/plugin-svgo": "^8.1.0", "@types/jest": "^30.0.0", "@types/react": "^19.2.10", "@types/react-native": "0.73.0", "caniuse-lite": "^1.0.30001767", "case": "^1.6.3", "chalk": "^5", "commitlint": "^20.4.1", "eslint": "9.x", "eslint-config-prettier": "^10.1.8", "eslint-plugin-ft-flow": "^3.0.11", "eslint-plugin-prettier": "^5.5.5", "fs-extra": "^11.3.3", "globals": "^16.5.0", "husky": "^9.1.7", "jest": "^30.2.0", "pod-install": "^1.0.13", "prettier": "^3.8.1", "react": "19.2.4", "react-native": "0.83.1", "react-native-builder-bob": "^0.40.17", "react-native-svg": "^15.15.1", "release-it": "^19.2.4", "typescript": "^5.9.3", "typescript-eslint": "^8.54.0" }, "peerDependencies": { "react": "*", "react-native": "*", "react-native-svg": "*" }, "jest": { "preset": "react-native", "modulePathIgnorePatterns": [ "<rootDir>/example/node_modules", "<rootDir>/lib/" ] }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "release-it": { "git": { "commitMessage": "chore: release ${version}", "tagName": "v${version}" }, "npm": { "publish": true }, "github": { "release": true }, "plugins": { "@release-it/conventional-changelog": { "preset": "angular" } } }, "prettier": { "quoteProps": "consistent", "singleQuote": true, "tabWidth": 2, "trailingComma": "es5", "useTabs": false }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ [ "commonjs", { "sourceMaps": false } ], "module", [ "typescript", { "tsc": "./node_modules/typescript/bin/tsc", "project": "tsconfig.build.json" } ] ] }, "packageManager": "yarn@1.22.22" }