-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.74 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
58
59
{
"name": "@0610studio/zs-ui",
"version": "0.0.57",
"private": false,
"description": "EXPO ZS-UI",
"type": "module",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
"build",
"README.md",
"LICENSE"
],
"scripts": {
"start:android": "cd example && yarn install && npx expo run:android",
"start:ios": "cd example && yarn install && npx expo run:ios -d 'iPhone 14'",
"build": "expo-module build",
"prepare": "expo-module prepare",
"---------------------------------------------------------------------------": "",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module",
"open:ios": "xed example/ios",
"open:android": "open -a \"Android Studio\" example/android"
},
"keywords": [
"react-native",
"expo",
"zs-ui",
"ZsUi"
],
"repository": "https://github.com/0610studio/zs-ui",
"author": "righthot <[email protected]> ()",
"license": "MIT",
"homepage": "https://github.com/0610studio/zs-ui",
"devDependencies": {
"@react-native-async-storage/async-storage": "1.23.1",
"@types/react": "^18.0.25",
"expo-module-scripts": "^3.5.2",
"expo-modules-core": "~2.1.2",
"react": "18.3.1",
"react-native": ">=0.63.0",
"react-native-reanimated": "^3.16.0",
"react-native-safe-area-context": "4.12.0",
"expo-navigation-bar": "~4.0.7",
"react-native-svg": "15.8.0"
},
"peerDependencies": {
"@react-native-async-storage/async-storage": "*",
"expo": "*",
"react": "*",
"react-native": "*",
"react-native-reanimated": "*",
"react-native-safe-area-context": "*",
"react-native-svg": "*"
}
}