forked from founded-labs/react-native-reusables
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 766 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 766 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
{
"name": "@rnr/monorepo",
"private": true,
"scripts": {
"dev": "turbo dev",
"lint": "turbo lint",
"test": "turbo test",
"build": "turbo build",
"build:showcase": "turbo build --filter=showcase",
"build:docs": "turbo build --filter=docs",
"clean": "turbo clean && rm -rf .turbo node_modules"
},
"devDependencies": {
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"turbo": "^1.12.4",
"typescript": "^5.9.3"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@babel/*",
"expo-modules-*",
"typescript"
]
}
},
"engines": {
"node": ">=20.11.0"
},
"packageManager": "pnpm@9.1.4",
"resolutions": {
"lightningcss": "1.27.0"
}
}