-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.49 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.49 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "dotui-monorepo",
"version": "0.0.0",
"private": true,
"license": "MIT",
"type": "module",
"author": {
"name": "mehdibha",
"url": "https://x.com/mehdibha"
},
"keywords": [
"dotui",
"next.js",
"react-aria",
"tailwind",
"typescript"
],
"engines": {
"node": "^24.11.1",
"pnpm": "^11.5.3"
},
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"dev:www": "pnpm --filter=www dev",
"dev:www:clean": "pnpm --filter=www dev:clean",
"build:www": "pnpm --filter=www build",
"build:registry": "pnpm --filter=www build:registry",
"preview:www": "pnpm --filter=www preview",
"build:references": "pnpm --filter=www build:references",
"probe:registry": "pnpm --filter=www probe:registry",
"clean": "git clean -xdf node_modules",
"clean:workspaces": "turbo run clean",
"check": "oxlint . && oxfmt --check .",
"check:fix": "oxlint --fix . && oxfmt .",
"check:ci": "oxlint . && oxfmt --check .",
"lint:check": "oxlint .",
"lint:fix": "oxlint --fix .",
"format:check": "oxfmt --check .",
"format:fix": "oxfmt .",
"typecheck": "turbo run typecheck",
"test": "vitest run"
},
"devDependencies": {
"@vitest/coverage-v8": "^4.0.16",
"chokidar-cli": "^3.0.0",
"oxfmt": "^0.50.0",
"oxlint": "^1.65.0",
"puppeteer": "^25.0.2",
"tsx": "^4.21.0",
"turbo": "^2.5.8",
"typescript": "catalog:",
"vitest": "^4.0.16"
},
"packageManager": "pnpm@11.5.3"
}