-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
133 lines (133 loc) · 3.64 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "@react-theming/storybook-addon",
"description": "Develop themes and themable components with Emotion, Styled Components, Material-UI and your custom solution",
"version": "1.1.10",
"private": false,
"main": "dist/index.js",
"homepage": "https://github.com/react-theming/storybook-addon",
"bugs": {
"url": "https://github.com/react-theming/storybook-addon/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/react-theming/storybook-addon.git"
},
"author": "Oleg Proskurin (https://github.com/UsulPro)",
"scripts": {
"start-storybook": "start-storybook -p 9001 -s public --ci --no-manager-cache",
"prepare": "package-prepare",
"prestart": "relative-deps",
"predev": "relative-deps",
"start": "nodemon --exec yarn start-storybook",
"dev": "nodemon --exec yarn prepare",
"build-storybook": "build-storybook -s public",
"test": "react-scripts test",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"deploy-storybook": "storybook-to-ghpages"
},
"dependencies": {
"@codemirror/theme-one-dark": "0.19.0",
"@focus-reactive/react-yaml": "^1.1.2",
"@react-theming/flatten": "^0.1.1",
"@react-theming/theme-name": "^1.0.3",
"@react-theming/theme-swatch": "^1.0.0",
"@storybook/addon-devkit": "^1.4.2",
"@usulpro/react-json-view": "^2.0.1",
"color-string": "^1.9.1",
"react-color": "^2.18.0"
},
"relativeDependencies": {
"@react-theming/theme-name": "../theme-name",
"@storybook/addon-devkit": "../addon-development-kit"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/cli": "^7.13.10",
"@babel/core": "^7.13.10",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/preset-env": "^7.13.10",
"@babel/preset-react": "^7.12.13",
"@storybook/addon-actions": "^6.5.9",
"@storybook/addon-backgrounds": "^6.5.9",
"@storybook/addon-links": "^6.5.9",
"@storybook/addons": "^6.5.9",
"@storybook/react": "^6.5.9",
"@storybook/storybook-deployer": "^2.8.7",
"@storybook/theming": "^6.5.9",
"@usulpro/package-prepare": "^1.3.1",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.2.2",
"eslint": "^7.22.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jest": "^24.3.2",
"eslint-plugin-json": "^2.1.1",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.1.0",
"nodemon": "^2.0.7",
"prettier": "^2.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "3.0.1",
"relative-deps": "^1.0.7",
"storybook-dark-mode": "^1.0.7"
},
"peerDependencies": {
"@storybook/react": "*",
"@storybook/theming": "*",
"react": "*"
},
"keywords": [
"storybook",
"storybook-addons",
"style",
"react",
"material",
"ui",
"material-ui",
"emotion",
"styled-components",
"jss",
"addon",
"decorator",
"theme",
"theming",
"themable",
"editor",
"switch themes",
"change colors",
"tool",
"develop",
"isolation",
"themable components",
"customization",
"dark theme",
"light theme",
"storybook-addon",
"appearance"
],
"storybook": {
"displayName": "React Theming"
},
"resolutions": {
"@usulpro/react-json-view": "^2.0.1"
},
"license": "MIT"
}