UNPKG

1.49 kBJSONView Raw
1{
2 "name": "react-native-ratings",
3 "version": "8.1.0",
4 "description": "The standard Ratings component for React Native",
5 "main": "./dist/index.js",
6 "types": "./dist/index.d.ts",
7 "repository": {
8 "type": "git",
9 "url": "git+ssh://git@github.com/Monte9/react-native-ratings.git"
10 },
11 "keywords": [
12 "react-native",
13 "reactjs",
14 "reactnative",
15 "gestures",
16 "ios",
17 "stars",
18 "android",
19 "ratings",
20 "ui-components"
21 ],
22 "scripts": {
23 "lint": "eslint --ext .ts --ext .tsx src/",
24 "lint-demo": "eslint --ext .ts --ext .tsx demo/src/",
25 "lint-all": "yarn lint && yarn lint-demo",
26 "clean-install": "rm -rf node_modules && yarn",
27 "prepare": "husky install",
28 "build": "tsc -p tsconfig.json",
29 "copy-files": "cp -R ./src/images ./dist/images/",
30 "postbuild": "yarn run copy-files"
31 },
32 "author": "Monte Thakkar",
33 "license": "MIT",
34 "bugs": {
35 "url": "https://github.com/Monte9/react-native-ratings/issues"
36 },
37 "homepage": "https://github.com/Monte9/react-native-ratings#readme",
38 "dependencies": {
39 "lodash": "^4.17.15"
40 },
41 "devDependencies": {
42 "@types/node": "^14.14.37",
43 "@types/react": "^17.0.3",
44 "babel-eslint": "^10.1.0",
45 "eslint": "^5.6.1",
46 "eslint-plugin-react": "^7.11.1",
47 "husky": "^5.2.0",
48 "react": "17.0.2",
49 "react-dom": "17.0.2",
50 "react-native": "0.64",
51 "typescript": "^4.2.3"
52 },
53 "peerDependencies": {
54 "react": "*",
55 "react-native": "*"
56 }
57}