-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.2 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
{
"name": "@internal/root",
"private": true,
"scripts": {
"build": "turbo build",
"build:p": "turbo build --filter './packages/*'",
"build:storybook": "turbo build-storybook",
"storybook": "turbo storybook",
"lint": "turbo lint",
"test": "turbo run test",
"test:ci": "turbo run test:ci",
"lint:biome": "npx @biomejs/biome lint .",
"check:biome": "npx @biomejs/biome check --write .",
"format:biome": "npx @biomejs/biome format --write .",
"clean:all": "rm -rf node_modules && rm -rf apps/*/node_modules && rm -rf packages/*/node_modules && pnpm store prune && pnpm install",
"ci:lint": "npx @biomejs/biome lint .",
"ci:knip": "pnpm knip --no-exit-code",
"ci:build": "turbo build --filter './packages/*'",
"ci:test": "turbo run test:ci"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@vitest/coverage-v8": "^2.1.5",
"@repo/typescript-config": "workspace:*",
"broken-link-checker": "^0.7.8",
"knip": "^5.37.1",
"lefthook": "^1.8.2",
"turbo": "^2.3.3",
"typescript": "catalog:",
"vitest": "^2.1.5"
},
"packageManager": "[email protected]"
}