-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.82 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "mui-w-custom-theme",
"version": "1.0.0",
"description": "An example of using a custom theme with Material UI",
"main": "index.js",
"scripts": {
"build-storybook": "build-storybook -s public",
"storybook": "start-storybook -p 6006 -s public",
"fix-style": "prettier --cache --write \"src/**/*.+(js|ts|jsx|tsx|json)\"",
"style-dictionary-build": "npx style-dictionary build --config ./sd.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nautilytics/mui-w-custom-theme.git"
},
"keywords": [
"react",
"typescript",
"material-ui"
],
"author": "Chris Lanoue <[email protected]>",
"license": "MIT",
"dependencies": {
"@emotion/react": "11.9.3",
"@emotion/styled": "11.9.3",
"@material-ui/core": "4.12.4",
"@mui/material": "5.8.4",
"polished": "4.2.2"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@storybook/addon-a11y": "6.5.12",
"@storybook/addon-actions": "6.5.12",
"@storybook/addon-docs": "6.5.12",
"@storybook/addon-essentials": "6.5.12",
"@storybook/addon-links": "6.5.12",
"@storybook/builder-webpack5": "6.5.12",
"@storybook/manager-webpack5": "6.5.12",
"@storybook/node-logger": "6.5.12",
"@storybook/preset-create-react-app": "4.1.2",
"@storybook/react": "6.5.12",
"@types/node": "16.11.36",
"@types/react": "17.0.48",
"@types/react-dom": "18.0.4",
"prettier": "2.7.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-scripts": "5.0.1",
"storybook-addon-material-ui": "0.9.0-alpha.24",
"storybook-dark-mode": "1.1.2",
"typescript": "4.6.4"
}
}