forked from facebook/react-native-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 809 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
36
{
"name": "react-native-website-monorepo",
"private": true,
"workspaces": [
"website",
"plugins/*",
"sync-api-docs"
],
"scripts": {
"postinstall": "yarn update-lock",
"update-lock": "yarn-deduplicate"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"dependencies": {
"babel-eslint": "^10.1.0",
"case-police": "^0.5.6",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-mdx": "^1.16.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-yml": "^1.2.0",
"husky": "^4.3.8",
"netlify-plugin-cache": "^1.0.3",
"prettier": "^2.7.1",
"pretty-quick": "^3.1.3",
"yarn-deduplicate": "^5.0.0"
},
"resolutions": {
"trim": "^1.0.1",
"update-notifier": "^6.0.2"
}
}