-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 2.35 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "@starhosea/rn-getui",
"version": "0.1.1",
"license": "MIT",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
"source": "src/index",
"private":false,
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/StarHosea/rn-getui",
"files": [
"lib",
"android",
"ios",
"cpp",
"*.podspec",
"!lib/typescript/example",
"!ios/build",
"!android/build",
"!android/gradle",
"!android/gradlew",
"!android/gradlew.bat",
"!android/local.properties",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__",
"!**/.*"
],
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android --port 8081",
"ios": "expo run:ios",
"web": "expo start --web",
"eject": "expo eject",
"update-stories": "sb-rn-get-stories --config-path .ondevice",
"prestart": "yarn update-stories",
"build": "bob build",
"expo-module": "expo-module",
"build:docker": "cd ./docker/ && docker-build-dev.bat",
"clean:modules": "rimraf node_modules"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@expo/webpack-config": "^0.17.2",
"@types/react": "~18.0.24",
"@types/react-native": "~0.72.2",
"babel-loader": "^8.2.3",
"babel-plugin-react-native-web": "^0.17.5",
"expo": "^49.0.0",
"expo-font": "~11.4.0",
"expo-module-scripts": "^2.1.1",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"native-base": "3.4.19",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.3",
"react-native-builder-bob": "^0.21.3",
"react-native-gesture-handler": "~2.12.0",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-svg": "13.9.0",
"react-native-web": "~0.19.6",
"react-use": "^17.3.1",
"release-it": "^15.0.0",
"tslib": "^2.4.0",
"typescript": "^4.6.3",
"use-sync-external-store": "^1.2.0",
"webpack-dev-server": "^3.11.0"
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs",
"module",
[
"typescript",
{
"project": "tsconfig.build.json"
}
]
]
},
"gitHead": "cc3a695f8b5bc07dede3010371e8dbc6b0ad25a9"
}