-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
176 lines (176 loc) · 6.38 KB
/
package.json
File metadata and controls
176 lines (176 loc) · 6.38 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
{
"name": "@db-ux/core-web",
"version": "0.0.0",
"type": "module",
"description": "DB UX Design System",
"repository": {
"type": "git",
"url": "git+https://github.com/db-ux-design-system/core-web.git"
},
"homepage": "https://design-system.deutschebahn.com/core-web/",
"bugs": {
"url": "https://github.com/db-ux-design-system/core-web/issues"
},
"author": "DB Systel GmbH",
"license": "Apache-2.0",
"private": true,
"workspaces": [
"packages/*",
"output/*",
"showcases/*",
"storybooks/*",
"docs",
"scripts"
],
"packageManager": "npm@11.5.2",
"keywords": [
"design-system",
"ui-library",
"components",
"angular",
"react",
"vue",
"web-components",
"tailwind",
"css",
"scss",
"accessibility",
"a11y",
"responsive",
"frontend",
"user-interface",
"deutsche-bahn",
"db",
"ux",
"db-ux",
"styleguide"
],
"scripts": {
"build": "npm run build --workspace=scripts",
"build-outputs": "npm run build-outputs --workspace=scripts",
"build-showcases": "npm run build-showcases --workspace=scripts",
"build-storybooks": "npm run build-storybooks --workspace=scripts",
"changeset": "changeset",
"ci:version": "changeset version && tsx scripts/github/changesets/version-bump.ts",
"clean": "git clean -dfx --exclude=.env && node scripts/npx-from-dev-dependencies.mjs husky",
"codestyle": "prettier . --write",
"commit:updated-snapshots": "git diff --name-only --diff-filter=M | xargs git add && git commit --message 'test: updated snapshots'",
"decode-db-theme-assets": "npm run decode-db-theme-assets --workspace=scripts",
"dev": "npm run dev --workspace=scripts",
"generate:agent": "npm run agent --workspace=scripts",
"generate:component": "npm run generate:component --workspace=@db-ux/core-components",
"lint": "npm-run-all --parallel lint:*",
"lint-docs-file-references": "node scripts/check-docs.js",
"lint-packages": "tsx scripts/lint-packages.ts publint",
"lint:codespell": "cspell . --config .config/cspell.config.ts",
"lint:jscpd": "jscpd . --exitCode 1 --config .config/.jscpd.json",
"lint:markdownlint": "markdownlint --config .config/.markdown-lint.yml **/*.md",
"lint:package-json": "npx --no npm-package-json-lint packages/*/package.json --configFile .config/.npmpackagejsonlintrc.json",
"lint:stylelint": "stylelint **/*.{css,scss}",
"lint:xo": "xo",
"prepare": "husky",
"regenerate:screenshots": "npm run build && npm run build --workspace=react-showcase && npm run regenerate:visual-snapshots --workspace=react-showcase && npm run regenerate:aria-snapshots --workspace=react-showcase",
"release:publish": "node scripts/github/publish-npm.js",
"reset": "npm run clean && npm install && npm run prepare && npm run decode-db-theme-assets",
"rm:builds": "npm run rm:builds --workspace=scripts",
"start": "npm run start --workspace=patternhub",
"test": "npm run test --workspace=scripts",
"test:react-core-components": "playwright test --config output/react/playwright.config.ts --ui",
"test:vue-components": "playwright test --config output/vue/playwright.config.ts --ui",
"update:dependency:playwright": "node scripts/github/update-playwright.js"
},
"dependencies": {
"fast-glob": "3.3.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "20.3.20",
"@angular-eslint/template-parser": "20.7.0",
"@angular-eslint/utils": "20.7.0",
"@angular/animations": "20.3.18",
"@angular/build": "20.3.20",
"@angular/cli": "20.3.20",
"@angular/common": "20.3.18",
"@angular/compiler": "20.3.18",
"@angular/compiler-cli": "20.3.18",
"@angular/core": "20.3.18",
"@angular/forms": "20.3.18",
"@angular/platform-browser": "20.3.18",
"@angular/platform-browser-dynamic": "20.3.18",
"@angular/platform-server": "20.3.18",
"@angular/router": "20.3.18",
"@angular/ssr": "20.3.20",
"@axe-core/playwright": "4.11.1",
"@babel/eslint-parser": "7.28.6",
"@changesets/cli": "2.30.0",
"@changesets/types": "6.1.0",
"@commitlint/cli": "20.5.0",
"@commitlint/config-conventional": "20.5.0",
"@db-ux/core-eslint-plugin": "*",
"@db-ux/db-theme": "5.5.1",
"@double-great/stylelint-a11y": "3.4.6",
"@guidepup/guidepup": "0.24.1",
"@guidepup/playwright": "0.15.0",
"@guidepup/record": "0.1.0",
"@guidepup/setup": "0.21.0",
"@playwright/experimental-ct-core": "1.58.2",
"@playwright/experimental-ct-react": "1.58.2",
"@playwright/experimental-ct-vue": "1.58.2",
"@playwright/test": "1.58.2",
"@typescript-eslint/eslint-plugin": "8.57.1",
"@typescript-eslint/parser": "8.57.1",
"accessibility-checker": "4.0.13",
"adm-zip": "0.5.16",
"commander": "14.0.3",
"cpr": "3.0.1",
"cross-env": "10.1.0",
"cspell": "9.7.0",
"eslint": "9.39.3",
"eslint-config-prettier": "10.1.8",
"eslint-config-xo": "0.49.0",
"eslint-plugin-package-json": "0.88.3",
"eslint-plugin-prettier": "5.5.5",
"eslint-plugin-vue": "^9.33.0",
"find-versions": "6.0.0",
"glob": "13.0.6",
"http-server": "14.1.1",
"husky": "9.1.7",
"jscpd": "4.0.8",
"lint-staged": "16.4.0",
"markdownlint-cli": "0.48.0",
"ng-packagr": "20.3.2",
"npm-package-json-lint": "9.1.0",
"npm-run-all2": "8.0.4",
"playwright": "1.58.2",
"playwright-core": "1.58.2",
"postcss": "8.5.8",
"postcss-cli": "11.0.1",
"prettier": "3.8.1",
"prettier-plugin-organize-imports": "4.3.0",
"prettier-plugin-pkg": "0.21.2",
"publint": "0.3.18",
"replace-in-file": "8.4.0",
"rimraf": "6.1.3",
"rxjs": "7.8.2",
"stylelint": "17.4.0",
"stylelint-config-standard-scss": "17.0.0",
"stylelint-use-logical": "2.1.3",
"tslib": "2.8.1",
"tsx": "4.21.0",
"typescript": "5.9.3",
"validate-branch-name": "1.3.2",
"vite": "7.3.1",
"vite-plugin-devtools-json": "1.0.0",
"vitest": "3.2.4",
"vue-eslint-parser": "10.4.0",
"xo": "1.2.3",
"zone.js": "0.15.1"
},
"overrides": {
"cross-spawn": "7.0.6",
"esbuild": "0.27.4"
},
"validate-branch-name": {
"pattern": "((copilot/)|(dependabot-)|((test|feat|fix|chore|docs|refactor|style|ci|perf|alert|[0-9]+)\\-[a-zA-Z0-9\\-]+)$)",
"errorMsg": "There is something wrong with your branch name. You should rename your branch to a valid name and try again. See the Pattern below."
}
}