-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
63 lines (63 loc) · 1.35 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "@pankod/react-native-store-rating",
"version": "1.2.0",
"description": "React Native store rating like Airbnb",
"scripts": {
"build": "rm -rf ./dist/** && tsc",
"travis-deploy-once": "travis-deploy-once",
"semantic-release": "semantic-release",
"watch": "tsc -- --watch"
},
"repository": {
"type": "git",
"url": "https://github.com/pankod/react-native-store-rating"
},
"bugs": {
"url": "https://github.com/pankod/react-native-store-rating/issues"
},
"homepage": "https://github.com/pankod/react-native-store-rating",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"main": "dist/index.js",
"keywords": [
"react",
"react-native",
"store rating",
"modal",
"airbnb",
"review"
],
"author": "Pankod",
"contributors": [
{
"name": "selcuksarikoz",
"email": "[email protected]"
},
{
"name": "necatiozmen",
"email": "[email protected]"
}
],
"license": "MIT",
"dependencies": {
"lodash.times": "^4.3.2",
"react-native-ratings": "^6.5.0"
},
"devDependencies": {
"@types/react": "^16.8.14",
"@types/react-native": "^0.57.49",
"ts-jest": "^24.0.2",
"ts-lib": "0.0.5",
"tslint": "^5.16.0",
"tslint-config-prettier": "^1.18.0",
"tslint-react": "^3.6.0",
"typescript": "^3.4.5"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-ratings": "^4.1.0"
}
}