-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.88 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.88 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
{
"name": "@martinaeynl/ui-components",
"packageManager": "yarn@4.5.3",
"private": true,
"type": "module",
"workspaces": [
"dev/apps/*",
"packages/components/*",
"packages/themes/*",
"packages/util/*"
],
"scripts": {
"analyze": "cem analyze --config util/custom-elements-manifest.config.js",
"cleanComponents": "yarn workspaces foreach --exclude @martinaeynl/ui-components --exclude @martinaeynl/ui-docs-storybook --topological-dev --all run clean",
"build": "yarn workspaces foreach --topological-dev --all run build",
"buildComponents": "yarn cleanComponents && yarn workspaces foreach --exclude @martinaeynl/ui-components --exclude @martinaeynl/ui-docs-storybook --topological-dev --all run build",
"publish": "yarn workspaces foreach --exclude @martinaeynl/ui-components --exclude @martinaeynl/ui-docs-storybook --all --topological-dev npm publish --tolerate-republish",
"storybook": "node scripts/storybook.js",
"storybookOnly": "yarn workspace @martinaeynl/ui-docs-storybook run storybook",
"watch": "yarn workspaces foreach --all -j unlimited -p -i run watch",
"watchComponents": "yarn workspaces foreach --exclude @martinaeynl/ui-components --exclude @martinaeynl/ui-docs-storybook --topological-dev --all run watch"
},
"devDependencies": {
"@custom-elements-manifest/analyzer": "^0.10.4",
"@microsoft/api-extractor": "^7.48.1",
"@rsbuild/core": "^1.1.13",
"@rsdoctor/cli": "^0.4.13",
"@rsdoctor/rspack-plugin": "^0.4.12",
"@types/node": "^22.10.7",
"cem-plugin-expanded-types": "^1.3.3",
"concurrently": "^9.1.2",
"cross-env": "^7.0.0",
"custom-elements-manifest-inheritance": "^1.1.1",
"html-loader": "^5.1.0",
"rimraf": "^6.0.1",
"rsbuild-plugin-dts": "^0.2.2",
"typescript": "^5.7.2",
"webpack": "^5.97.1",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^6.0.1"
}
}