-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
43 lines (43 loc) · 1.67 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
41
42
43
{
"private": true,
"workspaces": [
"examples/*",
"packages/*"
],
"scripts": {
"build": "turbo run build --filter=@bulmil/core --filter=@bulmil/angular --filter=@bulmil/react --filter=@bulmil/svelte --filter=@bulmil/vue",
"build:storybook": "storybook build -o storybook/",
"release:stable": "yarn build && yarn run test && lerna publish --no-commit-hooks --dist-tag latest",
"release:next": "yarn build && yarn run test && lerna publish prepatch --no-commit-hooks --dist-tag next",
"watch": "node --max_old_space_size=4096 ./node_modules/.bin/stencil build --watch --recursive --serve --config ./packages/core/stencil.config.ts",
"storybook.run": "storybook dev -p 6006",
"storybook": "npm-run-all --parallel watch storybook.run",
"test": "yarn build && turbo run test --filter=@bulmil/core --filter=@bulmil/angular --filter=@bulmil/react --filter=@bulmil/svelte --filter=@bulmil/vue",
"prepublishOnly": "yarn build"
},
"devDependencies": {
"@commitlint/cli": "19.2.2",
"@commitlint/config-conventional": "19.2.2",
"@storybook/addon-a11y": "8.0.8",
"@storybook/addon-essentials": "8.0.8",
"@storybook/addon-links": "8.0.8",
"@storybook/blocks": "8.0.8",
"@storybook/test": "8.0.8",
"@storybook/web-components": "8.0.8",
"@storybook/web-components-vite": "8.0.8",
"@types/node": "20.12.7",
"chokidar": "3.6.0",
"husky": "8.0.3",
"lerna": "6.5.1",
"lit": "3.1.3",
"lit-html": "2.6.1",
"npm-run-all": "4.1.5",
"picocolors": "1.0.0",
"storybook": "8.0.8",
"turbo": "1.13.2",
"typescript": "5.4.5",
"unfetch": "4.2.0",
"vite": "5.2.9"
},
"packageManager": "[email protected]"
}