-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.51 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.51 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "commandkit",
"version": "0.0.0",
"private": true,
"license": "MIT",
"workspaces": [
"packages/*",
"apps/*"
],
"scripts": {
"bootstrap": "turbo gen bootstrap --args",
"check-types": "turbo run --filter=\"./packages/*\" check-types",
"build": "turbo run --filter=\"./packages/*\" build",
"docgen": "tsx ./scripts/docs/generate-typescript-docs.ts && pnpm format",
"prettier:check": "prettier --experimental-cli --check . --ignore-path=.prettierignore",
"format": "prettier --experimental-cli --write . --ignore-path=.prettierignore"
},
"repository": {
"type": "git",
"url": "https://github.com/neplextech/commandkit"
},
"devDependencies": {
"@types/node": "^25.3.2",
"prettier": "^3.8.1",
"tsx": "^4.21.0",
"turbo": "^2.8.12"
},
"packageManager": "[email protected]",
"pnpm": {
"onlyBuiltDependencies": [
"@swc/core",
"@tailwindcss/oxide",
"core-js",
"core-js-pure"
],
"overrides": {
"tmp@<=0.2.3": ">=0.2.4",
"devalue@>=5.1.0 <5.6.2": ">=5.6.2",
"devalue@>=5.3.0 <=5.6.1": ">=5.6.2",
"tar@<=7.5.3": ">=7.5.4",
"lodash-es@>=4.0.0 <=4.17.22": ">=4.17.23",
"undici@<6.23.0": ">=6.23.0",
"tar@<7.5.7": ">=7.5.7",
"@isaacs/brace-expansion@<=5.0.0": ">=5.0.1",
"webpack@>=5.49.0 <=5.104.0": ">=5.104.1",
"webpack@>=5.49.0 <5.104.0": ">=5.104.0",
"qs@<6.14.1": ">=6.14.1",
"fast-xml-parser@>=5.0.9 <=5.3.3": ">=5.3.4",
"qs@>=6.7.0 <=6.14.1": ">=6.14.2",
"axios@>=1.0.0 <=1.13.4": ">=1.13.5",
"tar@<=7.5.2": ">=7.5.3",
"hono@<4.11.10": ">=4.11.10",
"devalue@<=5.6.2": ">=5.6.3",
"tar@<7.5.8": ">=7.5.8",
"ajv@<6.14.0": ">=6.14.0",
"ajv@>=7.0.0-alpha.0 <8.18.0": ">=8.18.0",
"minimatch@<3.1.3": ">=3.1.3",
"minimatch@>=5.0.0 <5.1.7": ">=5.1.7",
"minimatch@>=9.0.0 <9.0.6": ">=9.0.6",
"minimatch@>=10.0.0 <10.2.1": ">=10.2.1",
"rollup@>=4.0.0 <4.59.0": ">=4.59.0",
"minimatch@>=5.0.0 <5.1.8": ">=5.1.8",
"minimatch@>=9.0.0 <9.0.7": ">=9.0.7",
"minimatch@>=10.0.0 <10.2.3": ">=10.2.3",
"minimatch@<3.1.4": ">=3.1.4",
"fast-xml-parser@<5.3.8": ">=5.3.8",
"fast-xml-parser@>=5.0.0 <5.3.5": ">=5.3.5",
"fast-xml-parser@>=5.0.0 <5.3.6": ">=5.3.6",
"serialize-javascript@<=7.0.2": ">=7.0.3"
}
},
"dependencies": {
"@turbo/gen": "^2.8.12",
"fs-extra": "^11.3.3",
"klaw-sync": "^7.0.0",
"typescript": "catalog:build",
"yaml": "^2.8.2"
}
}