forked from gaishimo/eas-widget-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.07 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
{
"name": "eas-widget",
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"eject": "expo eject",
"plugin:build": "tsc -p ./plugin/tsconfig.json",
"plugin:watch": "expo-module build plugin",
"plugin:test": "expo-module test plugin",
"postinstall": "yarn plugin:build"
},
"dependencies": {
"expo": "~48.0.15",
"expo-build-properties": "~0.5.1",
"expo-splash-screen": "~0.18.2",
"expo-status-bar": "~1.4.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.71.7",
"react-native-web": "~0.18.10"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@types/fs-extra": "^9.0.13",
"@types/glob": "^7.2.0",
"@types/react": "~18.0.27",
"@types/react-native": "~0.70.6",
"expo-module-scripts": "^2.0.0",
"fs-extra": "^10.1.0",
"glob": "^8.0.3",
"prettier": "^2.7.1",
"typescript": "^4.9.4"
},
"private": true,
"resolutions": {
"@types/react": "17.0.39"
}
}