forked from facebook/react-native-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 746 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 746 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
32
33
34
{
"name": "react-native-website-monorepo",
"private": true,
"workspaces": [
"website",
"plugins/*",
"sync-api-docs"
],
"scripts": {
"postinstall": "yarn update-lock",
"update-lock": "npx yarn-deduplicate"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"dependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-mdx": "^1.12.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-yaml": "^0.5.0",
"husky": "^4.3.8",
"netlify-plugin-cache": "^1.0.3",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0"
},
"resolutions": {
"trim": "^1.0.1",
"ansi-regex": "^5.0.1"
}
}