-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 898 Bytes
/
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
{
"name": "react-native-eas-ci",
"version": "0.0.1",
"license": "MIT",
"description": "CI for React Native using EAS custom builds",
"dependencies": {
"expo": "~52.0.27",
"gluegun": "^5.2.0",
"react": "18.3.1"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@expo/eas-json": "^12.5.2",
"@expo/spawn-async": "^1.7.2",
"@types/jest": "^29.5.13",
"@types/node": "^22.1.0",
"@types/react": "~18.3.12",
"@types/shelljs": "^0.8.15",
"eslint": "^8.57.0",
"eslint-config-expo": "~8.0.1",
"jest": "^29.7.0",
"shelljs": "^0.8.5",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "~5.3.3",
"yargs": "^17.7.2"
},
"scripts": {
"postinstall": "./src/post-install.ts",
"cli": "./src/cli/index.ts",
"test": "jest",
"lint": "expo lint"
},
"private": true,
"packageManager": "[email protected]"
}