-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.31 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.31 KB
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
{
"private": true,
"name": "-package-",
"packageManager": "pnpm@8.6.2",
"scripts": {
"build": "turbo build",
"check": "turbo typecheck lint build && manypkg check",
"clean": "git clean -xdf node_modules dist .next",
"clean:workspaces": "turbo clean",
"dev": "FORCE_COLOR=1 turbo dev --parallel",
"dev:web": "turbo dev --filter=@-package-/web",
"format": "turbo format --continue -- --cache --cache-location='node_modules/.cache/.prettiercache' --ignore-path='../../.gitignore'",
"format:fix": "turbo format --continue -- --write --cache --cache-location='node_modules/.cache/.prettiercache' --ignore-path='../../.gitignore'",
"lint": "turbo lint && manypkg check",
"lint:fix": "turbo lint --continue -- --fix --cache --cache-location 'node_modules/.cache/.eslintcache' && manypkg fix",
"repo:check": "manypkg check",
"repo:fix": "manypkg fix",
"typecheck": "turbo typecheck",
"start": "turbo start"
},
"dependencies": {
"@-package-/prettier-config": "0.1.0",
"@changesets/changelog-git": "^0.1.14",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.27.1",
"@manypkg/cli": "^0.21.1",
"@turbo/gen": "^1.11.2",
"prettier": "^3.1.1",
"turbo": "^1.11.2",
"typescript": "^5.3.3"
},
"prettier": "@-package-/prettier-config"
}