-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.41 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
44
45
46
47
{
"name": "storybook-ui-example",
"version": "0.0.1",
"description": "",
"main": "dist/index.js",
"scripts": {
"build-storybook": "build-storybook",
"start": "start-storybook -p 8080",
"test": "react-scripts test"
},
"engines": {
"yarn": ">=1.19.1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "~7.21.0",
"@storybook/addon-a11y": "~6.5.16",
"@storybook/addon-controls": "~6.5.16",
"@storybook/addon-docs": "~6.5.16",
"@storybook/addon-essentials": "~6.5.16",
"@storybook/addon-interactions": "~6.5.16",
"@storybook/addon-links": "~6.5.16",
"@storybook/addons": "~6.5.16",
"@storybook/builder-webpack5": "~6.5.16",
"@storybook/manager-webpack5": "~6.5.16",
"@storybook/preset-create-react-app": "~4.1.2",
"@storybook/react": "~6.5.16",
"@testing-library/jest-dom": "~5.16.5",
"@testing-library/react": "~13.4.0",
"@types/prop-types": "~15.7.5",
"@types/react": "~18.0.28",
"@types/react-dom": "~18.0.11",
"@types/storybook__react": "~5.2.1",
"@types/styled-components": "~5.1.26",
"babel-loader": "~8.3.0",
"babel-preset-react-app": "~10.0.1",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"react-scripts": "~5.0.1",
"storybook-addon-styled-component-theme": "~2.0.0",
"styled-components": "~5.3.6",
"typescript": "~4.9.5",
"webpack": "~5.75.0"
}
}