mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-09 09:27:20 +00:00
40 lines
1020 B
JSON
40 lines
1020 B
JSON
{
|
|
"version": "9.2.4",
|
|
"name": "react-native-svg",
|
|
"description": "SVG library for react-native",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/react-native-community/react-native-svg"
|
|
},
|
|
"license": "MIT",
|
|
"main": "./index.js",
|
|
"keywords": [
|
|
"react-component",
|
|
"react-native",
|
|
"ios",
|
|
"android",
|
|
"SVG",
|
|
"ART",
|
|
"VML",
|
|
"gradient"
|
|
],
|
|
"scripts": {
|
|
"lint": "eslint ./",
|
|
"format": "prettier index.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": {
|
|
"babel-eslint": "^6.1.2",
|
|
"eslint": "^2.13.1",
|
|
"eslint-plugin-react": "^4.3.0",
|
|
"pegjs": "^0.10.0",
|
|
"prettier": "^1.16.1"
|
|
},
|
|
"nativePackage": true
|
|
}
|