-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 916 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": "@react-native-tvos/config-plugins-repo",
"version": "0.0.2",
"private": true,
"scripts": {
"postinstall": "expo-yarn-workspaces check-workspace-dependencies",
"gen": "ts-node ./scripts/generate-plugin.ts",
"start": "lerna run build --parallel -- --watch",
"prepare": "lerna run prepare --parallel"
},
"workspaces": [
"apps/*",
"packages/*"
],
"resolutions": {
"expo": "^52",
"fs-extra": "^9.1.0"
},
"devDependencies": {
"@expo/package-manager": "^1.5.2",
"@types/js-yaml": "^4.0.5",
"@types/prompts": "^2.0.13",
"eslint": "^8.10.0",
"expo-yarn-workspaces": "^2.3.2",
"js-yaml": "^4.1.0",
"lerna": "3.4.1",
"prettier": "^3",
"prompts": "^2.4.1",
"remark-cli": "^9.0.0",
"remark-validate-links": "^10.0.2",
"string.prototype.replaceall": "^1.0.5",
"ts-node": "^10.0.0",
"typescript": "^5.1.3"
}
}