mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 13:51:28 +08:00
Update whatwg-fetch requirement from ^2.0.4 to ^3.0.0 in /examples-native/crna-kitchen-sink
49 lines
2.2 KiB
JSON
49 lines
2.2 KiB
JSON
{
|
|
"name": "crna-kitchen-sink",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"main": "node_modules/expo/AppEntry.js",
|
|
"scripts": {
|
|
"android": "expo start --android",
|
|
"eject": "expo eject",
|
|
"ios": "expo start --ios",
|
|
"start": "expo start",
|
|
"storybook": "storybook start",
|
|
"test": "node node_modules/jest/bin/jest.js --watch"
|
|
},
|
|
"jest": {
|
|
"preset": "jest-expo"
|
|
},
|
|
"dependencies": {
|
|
"expo": "^31.0.4",
|
|
"prop-types": "^15.6.2",
|
|
"react": "^16.2.0",
|
|
"react-native": "https://github.com/expo/react-native/archive/sdk-30.0.0.tar.gz",
|
|
"whatwg-fetch": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@storybook/addon-actions": "file:../../packs/storybook-addon-actions.tgz",
|
|
"@storybook/addon-knobs": "file:../../packs/storybook-addon-knobs.tgz",
|
|
"@storybook/addon-links": "file:../../packs/storybook-addon-links.tgz",
|
|
"@storybook/addon-options": "file:../../packs/storybook-addon-options.tgz",
|
|
"@storybook/addons": "file:../../packs/storybook-addons.tgz",
|
|
"@storybook/channel-postmessage": "file:../../packs/storybook-channel-postmessage.tgz",
|
|
"@storybook/channel-websocket": "file:../../packs/storybook-channel-websocket.tgz",
|
|
"@storybook/channels": "file:../../packs/storybook-channels.tgz",
|
|
"@storybook/client-logger": "file:../../packs/storybook-client-logger.tgz",
|
|
"@storybook/components": "file:../../packs/storybook-components.tgz",
|
|
"@storybook/core": "file:../../packs/storybook-core.tgz",
|
|
"@storybook/core-events": "file:../../packs/storybook-core-events.tgz",
|
|
"@storybook/node-logger": "file:../../packs/storybook-node-logger.tgz",
|
|
"@storybook/react-native": "file:../../packs/storybook-react-native.tgz",
|
|
"@storybook/addon-notes": "file:../../packs/storybook-addon-notes.tgz",
|
|
"@storybook/addon-ondevice-backgrounds": "file:../../packs/storybook-addon-ondevice-backgrounds.tgz",
|
|
"@storybook/addon-ondevice-knobs": "file:../../packs/storybook-addon-ondevice-knobs.tgz",
|
|
"@storybook/addon-ondevice-notes": "file:../../packs/storybook-addon-ondevice-notes.tgz",
|
|
"@storybook/ui": "file:../../packs/storybook-ui.tgz",
|
|
"jest-expo": "^31.0.0",
|
|
"react-dom": "^16.2.0",
|
|
"react-test-renderer": "^16.6.0"
|
|
}
|
|
}
|