mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 14:51:15 +08:00
37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"name": "crna-kitchen-sink",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@storybook/addon-actions": "file:../../addons/actions",
|
|
"@storybook/addon-links": "file:../../addons/links",
|
|
"@storybook/addon-options": "file:../../addons/options",
|
|
"@storybook/addon-storyshots": "file:../../addons/storyshots",
|
|
"@storybook/addons": "file:../../lib/addons",
|
|
"@storybook/channels": "file:../../lib/channels",
|
|
"@storybook/channel-postmessage": "file:../../lib/channel-postmessage",
|
|
"@storybook/react-native": "file:../../app/react-native",
|
|
"@storybook/ui": "file:../../lib/ui",
|
|
"react-native-scripts": "1.1.0",
|
|
"jest-expo": "~19.0.0",
|
|
"react-test-renderer": "16.0.0-alpha.12"
|
|
},
|
|
"main": "./node_modules/react-native-scripts/build/bin/crna-entry.js",
|
|
"scripts": {
|
|
"start": "react-native-scripts start",
|
|
"eject": "react-native-scripts eject",
|
|
"android": "react-native-scripts android",
|
|
"ios": "react-native-scripts ios",
|
|
"test": "node node_modules/jest/bin/jest.js --watch",
|
|
"storybook": "storybook start -p 7007"
|
|
},
|
|
"jest": {
|
|
"preset": "jest-expo"
|
|
},
|
|
"dependencies": {
|
|
"expo": "^19.0.0",
|
|
"react": "16.0.0-alpha.12",
|
|
"react-native": "^0.46.1"
|
|
}
|
|
}
|