forked from himelbrand/react-native-numeric-input
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.43 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
{
"name": "@anchorchat/react-native-numeric-input",
"version": "1.8.2",
"description": "a stylish numeric input for react native",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"eslint": "eslint --ext .js,.jsx,.ts,.tsx ./"
},
"keywords": [
"react-native",
"react-component",
"react-native-component",
"react",
"mobile",
"ios",
"android",
"number-input",
"numeric-input",
"number",
"input",
"numeric"
],
"author": {
"name": "omri himelbrand",
"email": "[email protected]"
},
"homepage": "https://github.com/himelbrand/react-native-numeric-input",
"bugs": {
"url": "https://github.com/himelbrand/react-native-numeric-input/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/himelbrand/react-native-numeric-input.git"
},
"license": "MIT",
"dependencies": {
"lodash": "^4.17.15",
"prop-types": "^15.6.1",
"react-native-pixel-perfect": "^1.0.1"
},
"peerDependencies": {
"react-native-vector-icons": "^4.*"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "2.19.0",
"eslint": "6.8.0",
"eslint-config-airbnb": "18.0.1",
"eslint-config-airbnb-typescript": "6.3.1",
"eslint-plugin-import": "2.20.1",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.18.3",
"eslint-plugin-react-hooks": "2.3.0",
"typescript": "^3.7.5"
}
}