-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.61 KB
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
64
65
{
"name": "rn-floating-input",
"version": "0.1.3",
"description": "A performant floating label TextInput for React Native with animated label, error shake, and full customization",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
"react-native": "src/index",
"source": "src/index",
"files": [
"src",
"lib",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__"
],
"scripts": {
"build": "bob build",
"typescript": "tsc --noEmit",
"prepare": "bob build"
},
"keywords": [
"react-native",
"floating-label",
"text-input",
"animated",
"reanimated",
"form"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Babayev03/rn-floating-input.git"
},
"author": "Ilham Babayev",
"license": "MIT",
"peerDependencies": {
"react": ">=18.0.0",
"react-native": ">=0.70.0",
"react-native-reanimated": ">=3.0.0",
"react-native-worklets": ">=0.1.0"
},
"devDependencies": {
"@types/react": "~19.1.0",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-builder-bob": "^0.35.0",
"react-native-reanimated": "~4.1.1",
"typescript": "~5.9.2"
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs",
"module",
[
"typescript",
{
"project": "tsconfig.build.json"
}
]
]
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}