-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.16 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
{
"name": "reoiam-dev",
"version": "0.0.0",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"postinstall": "patch-package",
"prepare": "concurrently -n \"HUSKY,PLAYWRIGHT,TURBO\" -c \"magenta,blue,cyan\" \"husky install\" \"playwright install\" \"turbo build --filter='./packages/*'\" && bun --cwd apps/web _postprepare",
"format:check": "prettier --check .",
"format:fix": "prettier --write ."
},
"devDependencies": {
"concurrently": "8.2.2",
"eslint": "8.57.0",
"eslint-config-custom": "workspace:*",
"eslint-config-prettier": "9.1.0",
"husky": "9.0.11",
"lint-staged": "15.2.2",
"patch-package": "8.0.0",
"playwright": "1.42.1",
"prettier": "3.2.5",
"scaffdog": "3.0.0",
"tsup": "8.0.2",
"turbo": "1.13.0",
"typescript": "5.4.3"
},
"engines": {
"node": "18.19.1",
"pnpm": "8.15.5"
},
"packageManager": "[email protected]",
"nextBundleAnalysis": {
"budget": 358400,
"budgetPercentIncreaseRed": 20,
"minimumChangeThreshold": 0,
"showDetails": true
},
"trustedDependencies": [
"core-js-pure",
"guetzli",
"protobufjs",
"web"
]
}