-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.46 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
48
49
{
"name": "storybook-test",
"version": "1.0.0",
"description": "description",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "start-storybook --no-manager-cache",
"build-storybook": "build-storybook",
"chromatic": "npx chromatic --project-token=9fe90b894475"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danielvianna/material-ui-storybook-custom-theme.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/danielvianna/material-ui-storybook-custom-theme/issues"
},
"homepage": "https://github.com/danielvianna/material-ui-storybook-custom-theme#readme",
"dependencies": {
"@storybook/addon-a11y": "^6.4.0",
"@storybook/addon-docs": "^6.4.0",
"@storybook/addon-storysource": "^6.4.0",
"@storybook/addons": "^6.4.0",
"@storybook/theming": "^6.4.0",
"@types/react": "^17.0.37",
"add": "^2.0.6",
"chromatic": "^6.0.6",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"typescript": "^4.5.2"
},
"peerDependencies": {
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@storybook/addon-actions": "^6.3.12",
"@storybook/addon-essentials": "^6.3.12",
"@storybook/addon-links": "^6.3.12",
"@storybook/react": "^6.3.12",
"babel-loader": "^8.2.3",
"storybook-addon-designs": "^6.2.0",
"storybook-addon-i18n": "^5.1.13"
}
}