-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
package.json
34 lines (34 loc) · 927 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
{
"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/common-app",
"apps/paper-example",
"apps/fabric-example",
"apps/macos-example",
"apps/tvos-example",
"apps/web-example",
"apps/next-example"
]
},
"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",
"eslint-plugin-jsdoc": "^50.2.2",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.3.3",
"prettier-plugin-jsdoc": "^1.3.0",
"typescript": "~5.3.0"
}
}