-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
38 lines (38 loc) · 1.01 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
{
"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/config-plugins": "4.1.5",
"expo": "~51.0.2",
"expo-build-properties": "~0.12.1",
"expo-splash-screen": "~0.27.4",
"expo-status-bar": "~1.12.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.1",
"react-native-web": "~0.19.10"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@types/fs-extra": "^9.0.13",
"@types/glob": "^7.2.0",
"@types/react": "~18.2.79",
"expo-module-scripts": "^2.0.0",
"fs-extra": "^10.1.0",
"glob": "^8.0.3",
"prettier": "^2.7.1",
"typescript": "~5.3.3"
},
"private": true
}