-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 952 Bytes
/
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
{
"name": "hanjaemeo",
"version": "0.0.0",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"prepare": "husky install && pnpm exec playwright install && pnpm turbo build --filter=./packages/*",
"format:check": "prettier --check .",
"format:fix": "prettier --write ."
},
"devDependencies": {
"eslint": "8.57.0",
"eslint-config-custom": "workspace:*",
"eslint-config-prettier": "9.1.0",
"husky": "9.0.11",
"lint-staged": "15.2.2",
"prettier": "3.2.5",
"scaffdog": "3.0.0",
"playwright": "1.42.1",
"tsup": "8.0.2",
"turbo": "1.12.5",
"typescript": "5.4.2"
},
"engines": {
"node": ">=18.0.0 <19",
"pnpm": ">=7.0.0"
},
"packageManager": "pnpm@8.15.4",
"volta": {
"node": "18.19.1"
},
"nextBundleAnalysis": {
"budget": 358400,
"budgetPercentIncreaseRed": 20,
"minimumChangeThreshold": 0,
"showDetails": true
}
}