-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.25 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.25 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
43
44
45
46
47
48
49
50
51
52
{
"name": "tutorial-storybook-react",
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-scripts": "^5.0.1"
},
"scripts": {
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test": "npx eyes-storybook"
},
"eslintConfig": {
"extends": [
"react-app",
"plugin:storybook/recommended",
"plugin:storybook/recommended"
]
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@applitools/eyes-storybook": "^3.55.5",
"@storybook/addon-essentials": "^8.6.12",
"@storybook/addon-interactions": "^8.6.12",
"@storybook/addon-onboarding": "^8.6.12",
"@storybook/blocks": "^8.6.12",
"@storybook/preset-create-react-app": "^8.6.12",
"@storybook/react": "^8.6.12",
"@storybook/react-webpack5": "^8.6.12",
"@storybook/test": "^8.6.12",
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0",
"core-js": "^3.41.0",
"eslint-plugin-storybook": "^0.12.0",
"prop-types": "^15.8.1",
"storybook": "^8.6.12",
"webpack": "^5.99.7"
},
"overrides": {
"lodash": "^4.17.21"
},
"engines": {
"node": ">=12.13.0"
}
}