-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.45 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
36
37
38
39
40
{
"name": "@hivemq/ui-theme-monorepo",
"version": "0.0.0",
"type": "module",
"scripts": {
"build": "pnpm run --recursive --if-present --filter './theme' build",
"build:testing": "pnpm run --recursive --if-present --filter './testing' build",
"generate": "pnpm run --recursive --if-present generate",
"predev": "pnpm build && pnpm generate",
"dev": "pnpm predev && pnpm run --recursive --if-present --filter './testing' dev",
"test": "pnpm run --recursive --if-present test",
"test:ci": "pnpm run --recursive --if-present test:ci",
"test:unit": "pnpm run --recursive --if-present test:unit",
"lint:check": "biome check ./",
"lint:check:write": "biome check --write --unsafe ./",
"lint:headers": "node check-headers.js",
"lint:check:all": "pnpm run lint:check && pnpm run lint:headers",
"lint:format": "biome format ./",
"lint:format:write": "biome format --write ./",
"lint:all": "pnpm run lint:check && pnpm run lint:headers && pnpm run lint:format"
},
"engines": {
"node": "20",
"pnpm": "9"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"typescript": "^5.5.4"
},
"dependencies": {
"copy-to-clipboard": "^3.3.3"
},
"pnpm": {
"overrides": {
"braces": "3.0.3",
"micromatch": "4.0.8"
}
},
"packageManager": "[email protected]+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
}