forked from react/react-native-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1004 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1004 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
35
36
37
38
39
{
"name": "react-native-website-monorepo",
"private": true,
"engines": {
"node": ">=20"
},
"workspaces": [
"website",
"plugins/*",
"scripts/*",
"sync-api-docs"
],
"scripts": {
"update-lock": "yarn dedupe",
"docusaurus": "yarn --cwd website docusaurus",
"start": "yarn --cwd website start",
"build": "yarn --cwd website build",
"build:fast": "yarn --cwd website build:fast",
"serve": "yarn --cwd website serve",
"prepare": "husky",
"check-dependencies": "manypkg check"
},
"devDependencies": {
"@manypkg/cli": "^0.25.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-mdx": "^3.6.2",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-yml": "^1.18.0",
"husky": "^9.1.7",
"netlify-plugin-cache": "^1.0.3",
"prettier": "^3.6.2",
"pretty-quick": "^4.2.2"
},
"resolutions": {
"@typescript-eslint/typescript-estree": "8.39.1"
},
"packageManager": "yarn@4.9.2"
}