-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
43 lines (43 loc) · 1.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "react-native-rating-element",
"version": "5.3.4",
"description": "A simple rating library for react native supporting decimal point and custom icon set",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ui-ninja/react-native-rating-element.git"
},
"keywords": [
"react-native",
"star-rating",
"decimal",
"point",
"support",
"custom",
"image",
"custom",
"icons",
"ratings"
],
"author": "Rishabh Sharma",
"license": "MIT",
"bugs": {
"url": "https://github.com/ui-ninja/react-native-rating-element/issues"
},
"homepage": "https://github.com/ui-ninja/react-native-rating-element#readme",
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"metro-react-native-babel-preset": "^0.59.0"
},
"dependencies": {
"prop-types": "^15.7.2",
"react-native-vector-icons": "^7.0.0",
"styled-components": "^5.1.1"
}
}