forked from storybookjs/react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.17 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
{
"name": "@storybook/addon-ondevice-backgrounds",
"version": "6.0.1-beta.8",
"description": "A react-native storybook addon to show different backgrounds for your preview",
"keywords": [
"addon",
"background",
"react",
"storybook"
],
"homepage": "https://storybook.js.org",
"bugs": {
"url": "https://github.com/storybookjs/react-native/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/storybookjs/react-native.git",
"directory": "addons/ondevice-backgrounds"
},
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*",
"docs/**/*",
"README.md",
"*.js",
"*.d.ts"
],
"scripts": {
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@storybook/addons": "~6.3",
"@storybook/api": "~6.3",
"@storybook/client-api": "~6.3",
"core-js": "^3.0.1",
"prop-types": "^15.7.2"
},
"devDependencies": {
"@types/react-native": "^0.70.4"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"publishConfig": {
"access": "public"
},
"gitHead": "4aa2ae40569ea7f61e438ce568a39c580b3097d8"
}