forked from storybookjs/addon-designs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 723 Bytes
/
package.json
File metadata and controls
20 lines (20 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "root",
"repository": "[email protected]:storybookjs/addon-designs.git",
"private": true,
"workspaces": [
"packages/*"
],
"devDependencies": {
"prettier": "^3.2.5"
},
"scripts": {
"build": "npm run build --workspaces --if-present",
"dev": "npm run dev --workspaces --if-present",
"example": "npm run storybook --workspace=examples",
"build:example": "npm run build-storybook --workspace=examples && npm run build-storybook:tab --workspace=examples",
"fmt": "prettier --write README.md CHANGELOG.md CONTRIBUTING.md package.json 'packages/**/*.{js,jsx,ts,tsx,md,mdx,json}'",
"release": "npm run release --workspace=@storybook/addon-designs"
},
"version": "10.0.0"
}