UNPKG

react-native-svg

Version:
44 lines (43 loc) 1.24 kB
{ "version": "9.6.1", "name": "react-native-svg", "description": "SVG library for react-native", "homepage": "https://github.com/react-native-community/react-native-svg", "repository": { "type": "git", "url": "https://github.com/react-native-community/react-native-svg" }, "license": "MIT", "main": "./index", "keywords": [ "react-component", "react-native", "ios", "android", "SVG", "ART", "VML", "gradient" ], "scripts": { "lint": "eslint ./", "format": "prettier index.js index.web.js './{elements,lib}/*.js' './lib/extract/e*.js' --write", "peg": "pegjs -o ./lib/extract/transform.js ./lib/extract/transform.peg" }, "peerDependencies": { "react": "*", "react-native": ">=0.50.0" }, "dependencies": {}, "devDependencies": { "@react-native-community/eslint-config": "^0.0.5", "babel-eslint": "^10.0.2", "eslint": "^6.1.0", "eslint-plugin-prettier": "^3.1.0", "eslint-plugin-react": "^7.14.2", "pegjs": "^0.10.0", "prettier": "^1.18.2", "react": "^16.8.6" }, "nativePackage": true }