-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 857 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 857 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
{
"name": "pple-today",
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"test": "turbo run test",
"format": "turbo run format",
"format:check": "turbo run format:check",
"typecheck": "turbo run typecheck",
"codegen": "turbo run codegen"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.1",
"@changesets/cli": "^2.29.3",
"@pple-today/project-config": "workspace:^",
"eslint": "^9.22.0",
"prettier": "^3.5.3",
"turbo": "^2.5.2",
"typescript": "5.8.2"
},
"packageManager": "pnpm@9.9.0",
"engines": {
"node": ">=22"
},
"volta": {
"node": "22.15.0",
"pnpm": "9.9.0"
},
"pnpm": {
"patchedDependencies": {
"react-native-pager-view": "patches/react-native-pager-view.patch"
}
}
}