-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.06 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
{
"name": "storybook-demo",
"private": true,
"version": "1.0.0",
"description": "Example storybook 7.5",
"scripts": {
"build-storybook": "sb build",
"storybook": "sb dev -p 9010",
"test": "npx eyes-storybook"
},
"dependencies": {
"global": "^4.4.0",
"prop-types": "^15.7.2",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-lifecycles-compat": "^3.0.4",
"react-scripts": "^5.0.1"
},
"devDependencies": {
"@applitools/eyes-storybook": "latest",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@storybook/addon-actions": "7.5",
"@storybook/addon-essentials": "7.5",
"@storybook/addon-interactions": "7.5",
"@storybook/addons": "7.5",
"@storybook/builder-webpack5": "7.5",
"@storybook/cli": "7.5",
"@storybook/manager-webpack5": "latest",
"@storybook/preset-create-react-app": "7.5",
"@storybook/react": "7.5",
"@storybook/react-webpack5": "7.5",
"@storybook/testing-library": "latest",
"webpack": "5.75.0"
},
"author": "support@applitools.com",
"license": "ISC"
}