-
Notifications
You must be signed in to change notification settings - Fork 2
/
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": "react-native-custom-window",
"title": "React Native Custom Window",
"version": "0.22.7",
"description": "TODO",
"main": "index.js",
"files": [
"README.md",
"android",
"index.js",
"index.d.ts",
"index.windows.js",
"tsconfig.json",
".gitignore",
"ios",
"windows",
"react-native.config.js",
"metro.config.windows.js",
"react-native-custom-window.podspec"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"windows": "react-native run-windows",
"start:windows": "react-native start --use-react-native-windows"
},
"repository": {
"type": "git",
"url": "git+https://github.com/github_account/react-native-custom-window.git",
"baseUrl": "https://github.com/github_account/react-native-custom-window"
},
"keywords": [
"react-native"
],
"author": {
"name": "Victor Guilherme",
"email": "[email protected]"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": ">=16.8.1",
"react-native": ">=0.60.0-rc.0 <1.0.x"
},
"devDependencies": {
"@tsconfig/react-native": "^3.0.2",
"@types/jest": "^29.5.3",
"@types/react": "^18.2.17",
"@types/react-test-renderer": "^18.0.0",
"metro-config": "^0.73.10",
"react": "^18.0.0-rc.3",
"react-native": "^0.71.12",
"react-native-windows": "0.71.23",
"typescript": "^5.1.6"
}
}