-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.66 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
{
"name": "react-native-close-button",
"version": "1.0.3",
"type": "modules",
"description": "Module for customize behavior when close button has pressed",
"main": "src/index.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/jihoobyeon/react-native-close-button.git"
},
"author": "Jihoo Byeon <[email protected]> (https://github.com/jihoobyeon)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jihoobyeon/react-native-close-button/issues"
},
"homepage": "https://github.com/jihoobyeon/react-native-close-button#readme",
"devDependencies": {
"@commitlint/config-conventional": "^17.0.2",
"@evilmartians/lefthook": "^1.5.0",
"@react-native/eslint-config": "^0.73.1",
"@release-it/conventional-changelog": "^5.0.0",
"@types/jest": "^29.5.5",
"@types/react": "^18.2.44",
"commitlint": "^17.0.2",
"del-cli": "^5.1.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"jest": "^29.7.0",
"prettier": "^3.0.3",
"react": "18.3.1",
"react-native": "0.75.3",
"react-native-builder-bob": "^0.30.2",
"release-it": "^15.0.0",
"turbo": "^1.10.7",
"typescript": "^5.2.2"
},
"dependencies": {
"react": "18.2.0",
"react-native": ">=0.74.0",
"react-native-macos": ">=0.74.0",
"react-native-windows": ">=0.74.0"
},
"packageManager": "[email protected]",
"codegenConfig": {
"name": "RNCloseButtonSpec",
"type": "modules",
"jsSrcsDir": "src",
"windows": {
"namespace": "RNCloseButtonCodegen",
"outputDirectory": "windows/RNCloseButton/codegen",
"separateDataTypes": true
}
}
}