-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
36 lines (36 loc) · 1.07 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
{
"name": "main",
"version": "1.0.0",
"description": "Main folder for having storybook across the whole monorepo",
"scripts": {
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"repository": {
"type": "git"
},
"author": "[email protected]",
"license": "MIT",
"devDependencies": {
"@storybook/addon-actions": "^6.3.9",
"@storybook/addon-essentials": "^6.3.9",
"@storybook/addon-links": "^6.3.9",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/builder-webpack5": "^6.3.9",
"@storybook/manager-webpack5": "^6.3.9",
"@storybook/react": "^6.3.9",
"@svgr/webpack": "^5.5.0",
"eslint-config-prettier": "^8.5.0",
"babel-plugin-typescript-to-proptypes": "^1.4.2",
"postcss": "^8.3.5",
"postcss-custom-properties": "^11.0.0",
"postcss-import": "^14.0.2",
"postcss-loader": "^6.1.0",
"postcss-nesting": "^8.0.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"storybook-css-modules-preset": "^1.1.1",
"typescript": "^4.3.4",
"webpack": "^5.41.1"
}
}