-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
165 lines (165 loc) · 5.42 KB
/
package.json
File metadata and controls
165 lines (165 loc) · 5.42 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
{
"name": "beeq",
"description": "BEEQ Design System",
"license": "Apache-2.0",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"repository": {
"type": "Git",
"url": "https://github.com/Endava/BEEQ"
},
"scripts": {
"prepare": "husky",
"pre-commit": "run-s lint:branch-name lint:staged",
"prebuild": "pnpm clean:build",
"start": "pnpm exec nx run beeq:start",
"build": "run-s build:*",
"build:beeq": "pnpm exec nx run-many -t build -p tag:core --output-style=stream",
"build:beeq:tailwindcss": "pnpm exec nx run beeq-tailwindcss:build --output-style=stream",
"build:wrappers": "pnpm exec nx run-many -t build -p tag:wrapper --parallel --output-style=stream",
"build:storybook": "pnpm exec nx run-many -t storybook-build -p tag:core --parallel --output-style=stream",
"lint": "pnpm exec nx run-many -t lint -p tag:publishable --parallel=4 --output-style=stream",
"lint:branch-name": "chmod 755 .husky/branch-name.sh && sh .husky/branch-name.sh",
"lint:staged": "lint-staged --verbose",
"test": "run-s test:*",
"test:spec": "pnpm exec nx run-many -t test -p tag:publishable --parallel=4 --output-style=stream",
"test:e2e": "pnpm exec nx run-many -t e2e -p tag:core --parallel --output-style=stream",
"clean": "run-s clean:*",
"clean:build": "pnpm dlx rimraf .stencil dist",
"clean:modules": "pnpm dlx rimraf ./node_modules ./**/node_modules ./packages/**/node_modules",
"postinstall": "node node_modules/puppeteer/install.mjs",
"g": "plop --cwd tools/src/generators/plop"
},
"dependencies": {
"@angular/common": "20.3.9",
"@angular/core": "20.3.9",
"@angular/forms": "20.3.9",
"@angular/router": "20.3.9",
"react": "19.2.0",
"react-dom": "19.2.0",
"rxjs": "7.8.2",
"tslib": "2.8.1",
"zone.js": "0.15.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "20.3.8",
"@angular-devkit/core": "20.3.8",
"@angular-devkit/schematics": "20.3.8",
"@angular/cli": "20.3.8",
"@angular/compiler-cli": "20.3.9",
"@angular/language-service": "20.3.9",
"@babel/core": "7.28.0",
"@babel/preset-react": "7.27.1",
"@beeq/storybook-addon-html": "6.0.0",
"@biomejs/biome": "2.2.7",
"@chromatic-com/storybook": "4.1.2",
"@commitlint/cli": "19.8.1",
"@commitlint/config-angular": "19.8.1",
"@commitlint/config-conventional": "19.8.1",
"@custom-elements-manifest/analyzer": "0.10.4",
"@nx/angular": "22.0.2",
"@nx/devkit": "22.0.2",
"@nx/jest": "22.0.2",
"@nx/js": "22.0.2",
"@nx/plugin": "22.0.2",
"@nx/react": "22.0.2",
"@nx/rollup": "22.0.2",
"@nx/storybook": "22.0.2",
"@nx/workspace": "22.0.2",
"@nxext/stencil": "21.0.0",
"@rollup/plugin-url": "8.0.2",
"@schematics/angular": "20.3.8",
"@stencil/angular-output-target": "1.1.1",
"@stencil/core": "4.36.3",
"@stencil/react-output-target": "1.2.0",
"@stencil/sass": "3.2.2",
"@stencil/vue-output-target": "0.11.8",
"@storybook/addon-a11y": "10.0.6",
"@storybook/addon-docs": "10.0.6",
"@storybook/addon-links": "10.0.6",
"@storybook/builder-vite": "10.0.6",
"@storybook/mdx2-csf": "1.1.0",
"@storybook/web-components-vite": "10.0.6",
"@swc-node/register": "1.11.1",
"@swc/core": "1.14.0",
"@swc/helpers": "0.5.17",
"@testing-library/dom": "10.4.1",
"@testing-library/react": "16.3.0",
"@types/eslint-config-prettier": "6.11.3",
"@types/jest": "29.5.14",
"@types/mdx": "2.0.13",
"@types/node": "22.14.1",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"@wc-toolkit/jsdoc-tags": "1.1.0",
"@wc-toolkit/type-parser": "1.1.0",
"autoprefixer": "10.4.21",
"babel-jest": "29.7.0",
"cem-plugin-jsdoc-example": "0.0.9",
"chromatic": "13.3.3",
"core-js": "3.44.0",
"custom-element-vs-code-integration": "1.5.0",
"decompress": "4.2.1",
"fs-extra": "11.3.0",
"husky": "9.1.7",
"jest": "29.7.0",
"jest-cli": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jsdom": "26.1.0",
"lint-staged": "15.4.3",
"lit": "3.3.1",
"lit-html": "3.3.1",
"nanospinner": "1.2.2",
"ng-packagr": "20.3.0",
"npm-run-all": "4.1.5",
"nx": "22.0.2",
"nx-stylelint": "18.0.0",
"plop": "4.0.1",
"postcss": "8.5.6",
"postcss-import": "16.1.1",
"postcss-preset-env": "10.2.4",
"postcss-url": "10.1.3",
"prettier": "3.6.2",
"prettier-plugin-tailwindcss": "0.6.14",
"puppeteer": "24.15.0",
"react-syntax-highlighter": "15.6.1",
"stencil-tailwind-plugin": "1.8.0",
"storybook": "10.0.6",
"stylelint": "16.23.1",
"stylelint-config-standard": "37.0.0",
"stylelint-config-standard-scss": "14.0.0",
"tailwindcss": "3.4.17",
"ts-jest": "29.4.0",
"ts-node": "10.9.2",
"tsx": "4.20.4",
"typescript": "5.9.3",
"vite": "6.3.5",
"vite-plugin-turbosnap": "1.0.3",
"vite-tsconfig-paths": "5.1.4",
"vue": "3.5.20"
},
"engines": {
"node": ">=22.0.0",
"pnpm": ">=10.0.0"
},
"packageManager": "pnpm@10.13.1",
"pnpm": {
"overrides": {
"@module-federation/enhanced": "0.15.0",
"@custom-elements-manifest/analyzer": "0.10.4",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"nx": "22.0.2",
"less": "4.3.0",
"storybook": "10.0.6",
"stylus": "github:stylus/stylus#0.64.0"
}
},
"volta": {
"node": "22.16.0",
"pnpm": "10.13.1"
}
}