forked from software-mansion/react-native-reanimated
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 742 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 742 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
{
"name": "react-native-reanimated-monorepo",
"version": "0.0.0",
"packageManager": "[email protected]",
"workspaces": {
"packages": [
"packages/react-native-reanimated",
"packages/eslint-plugin-reanimated",
"packages/react-native-reanimated/plugin",
"apps/*"
]
},
"private": true,
"scripts": {
"build": "husky && yarn workspaces foreach -A -p run build",
"lint": "yarn workspaces foreach -A -p run lint",
"format": "yarn workspaces foreach -A -p run format"
},
"devDependencies": {
"eslint": "^8.57.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "2.8.8",
"typescript": "~5.3.0"
},
"resolutions": {
"@react-native/codegen": "0.75.0-rc.6"
}
}