-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 874 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 874 Bytes
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
{
"name": "react-native-executorch-monorepo",
"version": "0.0.0",
"packageManager": "yarn@4.1.1",
"workspaces": {
"packages": [
"packages/*",
"apps/*"
]
},
"scripts": {
"lint": "yarn workspaces foreach --all --parallel run lint",
"typecheck": "yarn workspaces foreach --all --parallel run typecheck",
"codegen:errors": "npx ts-node scripts/generate-errors.ts"
},
"private": true,
"devDependencies": {
"@cspell/eslint-plugin": "^8.19.0",
"@evilmartians/lefthook": "^2.1.1",
"@react-native/eslint-config": "^0.79.0",
"cspell": "^8.19.0",
"eslint": "^8.57.0",
"eslint-plugin-ft-flow": "^2.0.3",
"eslint-plugin-markdown": "^5.1.0",
"eslint-plugin-prettier": "^5.0.1",
"expo-router": "~6.0.17",
"prettier": "^3.3.3",
"prettier-plugin-jsdoc": "^1.3.0",
"typescript": "~5.9.2"
}
}