UNPKG

1.24 kBJSONView Raw
1{
2 "version": "9.6.4",
3 "name": "react-native-svg",
4 "description": "SVG library for react-native",
5 "homepage": "https://github.com/react-native-community/react-native-svg",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/react-native-community/react-native-svg"
9 },
10 "license": "MIT",
11 "main": "./index",
12 "keywords": [
13 "react-component",
14 "react-native",
15 "ios",
16 "android",
17 "SVG",
18 "ART",
19 "VML",
20 "gradient"
21 ],
22 "scripts": {
23 "lint": "eslint ./",
24 "format": "prettier index.js index.web.js './{elements,lib}/*.js' './lib/extract/e*.js' --write",
25 "peg": "pegjs -o ./lib/extract/transform.js ./lib/extract/transform.peg"
26 },
27 "peerDependencies": {
28 "react": "*",
29 "react-native": ">=0.50.0"
30 },
31 "dependencies": {},
32 "devDependencies": {
33 "@react-native-community/eslint-config": "^0.0.5",
34 "babel-eslint": "^10.0.2",
35 "eslint": "^6.1.0",
36 "eslint-plugin-prettier": "^3.1.0",
37 "eslint-plugin-react": "^7.14.2",
38 "pegjs": "^0.10.0",
39 "prettier": "^1.18.2",
40 "react": "^16.8.6"
41 },
42 "nativePackage": true
43}