forked from facebook/react-native-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.35 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "react-native-website-monorepo",
"private": true,
"workspaces": [
"website",
"plugins/*",
"scripts/*",
"sync-api-docs"
],
"scripts": {
"postinstall": "yarn update-lock",
"update-lock": "yarn-deduplicate",
"docusaurus": "yarn workspace react-native-website docusaurus",
"website:start": "yarn workspace react-native-website start",
"website:build": "yarn workspace react-native-website build",
"website:build:fast": "yarn workspace react-native-website build:fast",
"website:serve": "yarn workspace react-native-website serve"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"dependencies": {
"babel-eslint": "^10.1.0",
"case-police": "^0.5.14",
"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": {
"axios": "^1.6.2",
"trim": "^1.0.1",
"update-notifier": "^6.0.2",
"@sideway/formula": ">=3.0.1"
},
"comments": {
"resolutions": {
"axios": "Removable after Docusaurus commit with https://github.com/facebook/docusaurus/pull/9547"
}
}
}