UNPKG

react-native-graph-plus

Version:

📈 Beautiful, high-performance Graphs and Charts for React Native +

147 lines (146 loc) • 3.46 kB
{ "name": "react-native-graph-plus", "version": "0.0.14", "description": "📈 Beautiful, high-performance Graphs and Charts for React Native +", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/index.d.ts", "react-native": "src/index", "source": "src/index", "files": [ "src", "lib", "README.md" ], "scripts": { "test": "jest", "typescript": "tsc --noEmit", "lint": "eslint \"**/*.{js,ts,tsx}\"", "prepare": "bob build", "release": "release-it", "example": "yarn --cwd example", "pods": "cd example && pod-install --quiet", "bootstrap": "yarn example && yarn && yarn pods" }, "keywords": [ "react-native", "ios", "android", "react", "svg", "chart", "charts", "library", "performance", "react-native", "crypto", "graph", "animation", "graphs", "stock", "beautiful", "wallet", "animated", "skia", "linegraph" ], "repository": "https://github.com/danielbuva/react-native-graph-plus", "author": "Daniel Valdecantos <daniel.valdecantos@gmail.com> (https://github.com/danielbuva)", "license": "MIT", "bugs": { "url": "https://github.com/danielbuva/react-native-graph-plus/issues" }, "homepage": "https://github.com/danielbuva/react-native-graph-plus#readme", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "devDependencies": { "@react-native-community/eslint-config": "^2.0.0", "@release-it/conventional-changelog": "^2.0.0", "@shopify/react-native-skia": "^0.1.185", "@types/react": "^17.0.42", "@types/react-native": "^0.67.4", "eslint": "^7.2.0", "eslint-config-prettier": "^7.0.0", "eslint-plugin-prettier": "^3.1.3", "pod-install": "^0.1.0", "prettier": "^2.0.5", "react": "^18.2.0", "react-native": "^0.71.7", "react-native-builder-bob": "^0.18.0", "react-native-gesture-handler": "^2.9.0", "react-native-reanimated": "^3.1.0", "release-it": "^14.2.2", "typescript": "^4.4.3" }, "peerDependencies": { "@shopify/react-native-skia": ">=0.1.185", "react": ">=18", "react-native": ">=0.69", "react-native-gesture-handler": ">=2", "react-native-reanimated": ">=3.1.0" }, "release-it": { "git": { "commitMessage": "chore: release ${version}", "tagName": "v${version}" }, "npm": { "publish": true }, "github": { "release": true }, "plugins": { "@release-it/conventional-changelog": { "preset": "angular" } } }, "eslintConfig": { "root": true, "extends": [ "@react-native-community", "prettier" ], "rules": { "prettier/prettier": [ "error", { "quoteProps": "consistent", "singleQuote": true, "tabWidth": 2, "semi": false, "trailingComma": "es5", "useTabs": false } ] } }, "eslintIgnore": [ "node_modules/", "lib/" ], "prettier": { "quoteProps": "consistent", "singleQuote": true, "tabWidth": 2, "trailingComma": "es5", "useTabs": false, "semi": false }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", [ "typescript", { "project": "tsconfig.json" } ] ] } }