-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.34 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
{
"name": "react-native-paper-form-components",
"version": "1.0.4",
"description": "A set of highly customizable form components for React Native Paper",
"main": "./src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eliseekn/react-native-paper-form-components.git"
},
"keywords": [
"React Native",
"React Native Paper",
"components",
"form"
],
"author": {
"name": "N'Guessan Kouadio Elisée",
"email": "[email protected]",
"url": "https://eliseekn.netlify.app"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/eliseekn/react-native-paper-form-components/issues"
},
"homepage": "https://github.com/eliseekn/react-native-paper-form-components#readme",
"dependencies": {
"react-native-paper": "^5.12.3"
},
"peerDependencies": {
"react": "^18.3.1",
"react-native": "^0.74.1"
},
"devDependencies": {
"@babel/plugin-transform-private-methods": "^7.24.1",
"@react-native-community/eslint-config": "^3.2.0",
"@types/react": "^18.3.1",
"eslint": "^9.2.0",
"eslint-plugin-prettier": "^5.1.3",
"metro-react-native-babel-preset": "^0.77.0",
"typescript": "^5.4.5"
},
"packageManager": "[email protected]+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}