-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.49 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 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
{
"name": "vue-ccui",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vp run --filter docs dev",
"docs:build": "vp run --filter docs predev && vp run --filter docs docs:build",
"build:lib": "vp run --filter ccui-cli build:lib",
"release": "node scripts/publish.mjs",
"release:dry": "node scripts/publish.mjs --dry-run",
"check": "vp run --filter ccui-cli generate:meta && vp check",
"test": "vp run --filter @vaebe/ccui --filter @vaebe/unplugin-vue-components-ccui test",
"e2e:install": "pnpm --filter @vaebe/ccui-e2e exec playwright install chromium",
"check:e2e-coverage": "node packages/e2e/scripts/check-coverage.mjs",
"test:e2e": "pnpm check:e2e-coverage && vp run --filter @vaebe/ccui-e2e test:e2e",
"test:e2e:repeat": "pnpm check:e2e-coverage && pnpm --filter @vaebe/ccui-e2e exec playwright test --repeat-each=3",
"test:e2e:ui": "vp run --filter @vaebe/ccui-e2e test:e2e:ui",
"lint": "vp lint . --fix",
"fmt": "vp fmt",
"prepare": "vp config",
"bootstrap": "pnpm --filter @vaebe/ccui-icons build && pnpm --filter ccui-cli generate:theme",
"postinstall": "pnpm bootstrap"
},
"devDependencies": {
"@commitlint/cli": "^20.1.0",
"@commitlint/config-conventional": "^20.0.0",
"@ls-lint/ls-lint": "^2.3.1",
"baseline-browser-mapping": "^2.10.43",
"bumpp": "^10.3.1",
"commitlint": "^20.1.0",
"vite-plus": "catalog:"
},
"engines": {
"node": ">=22.10.0"
},
"packageManager": "pnpm@11.11.0"
}