-
Notifications
You must be signed in to change notification settings - Fork 114
/
package.json
35 lines (35 loc) · 929 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
{
"name": "@expo-router/repo",
"version": "1.0.0",
"private": true,
"scripts": {
"postinstall": "patch-package && expo-yarn-workspaces check-workspace-dependencies",
"start": "lerna run build --parallel -- --watch",
"prepare": "lerna run prepare"
},
"workspaces": [
"apps/*",
"packages/*"
],
"resolutions": {
"@typescript-eslint/typescript-estree": "^5.59.1",
"react-refresh": "^0.14.0"
},
"devDependencies": {
"@testing-library/jest-native": "^5.4.2",
"@types/babel__core": "~7.1.19",
"@types/jest": "^26",
"@types/node": "^18.14.2",
"eslint": "^8.13.0",
"eslint-config-universe": "^10.0.0",
"expo-module-scripts": "^3.0.7",
"expo-yarn-workspaces": "^2.0.2",
"jest": "^29.4.3",
"jest-expo": "^49.0.0",
"lerna": "3.4.1",
"patch-package": "^6.4.7",
"prettier": "^2.2.1",
"ts-jest": "^29.0.5",
"typescript": "^5.0.0"
}
}