-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 831 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 831 Bytes
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": "@luminescent/ui-monorepo",
"private": true,
"engines": {
"node": "24",
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm",
"pnpm": ">=10.10.0"
},
"packageManager": "pnpm@10.26.1",
"scripts": {
"build:release": "pnpm build && pnpm release",
"build": "pnpm nx run-many -t build --output-style=stream --parallel=false",
"release": "tsx tools/release.ts",
"start:docs": "pnpm build && cd packages/ui-docs && pnpm run start"
},
"type": "module",
"devDependencies": {
"@nx/js": "^22.3.3",
"@types/node": "^25.0.3",
"@types/yargs": "^17.0.35",
"dotenv": "^17.2.3",
"nx": "22.3.3",
"tsx": "^4.21.0",
"yargs": "^18.0.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"@tailwindcss/oxide",
"esbuild",
"nx",
"sharp"
]
}
}