-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.41 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
{
"name": "@monadstech/react-native-form",
"version": "0.0.7",
"description": "A Form Library for React Native",
"keywords": [
"React Native",
"React Native Form",
"Form",
"react-native-form",
"rn-form",
"monads"
],
"main": "./dist/main.js",
"license": "MIT",
"private": false,
"author": {
"name": "Pankaj Vaghela",
"email": "[email protected]"
},
"scripts": {
"b": " tsc",
"build": "rimraf ./dist && tsc",
"watch": "tsc --watch"
},
"dependencies": {
"rc-form": "^2.4.11",
"rc-util": "^5.0.5",
"react": "^16.13.1",
"react-native": "^0.63.1"
},
"devDependencies": {
"@types/react": "^16.9.43",
"@types/react-native": "^0.63.1",
"@react-native-community/eslint-config": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^3.6.1",
"@typescript-eslint/parser": "^3.6.1",
"eslint": "^7.5.0",
"rimraf": "^3.0.2",
"tslint": "^6.1.2",
"tslint-config-prettier": "^1.18.0",
"tslint-eslint-rules": "^5.4.0",
"tslint-react": "^5.0.0",
"typescript": "^3.9.7"
},
"peerDependencies": {
"react": "^16.13.1",
"react-native": "^0.63.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MonadsTech/react-native-form"
},
"homepage": "https://github.com/MonadsTech/react-native-form#readme",
"bugs": {
"url": "https://github.com/MonadsTech/react-native-form/issues"
}
}