mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 20:31:08 +08:00
32 lines
864 B
JSON
32 lines
864 B
JSON
{
|
|
"name": "react-native-fixture",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node node_modules/react-native/local-cli/cli.js start",
|
|
"test": "jest",
|
|
"storybook": "storybook start -p 7007"
|
|
},
|
|
"dependencies": {
|
|
"react": "16.0.0-alpha.12",
|
|
"react-native": "0.47.2"
|
|
},
|
|
"devDependencies": {
|
|
"babel-jest": "20.0.3",
|
|
"babel-preset-react-native": "3.0.1",
|
|
"jest": "20.0.4",
|
|
"react-test-renderer": "16.0.0-alpha.12",
|
|
"@storybook/react-native": "^4.0.0-alpha.12",
|
|
"@storybook/addon-actions": "^4.0.0-alpha.12",
|
|
"@storybook/addon-links": "^4.0.0-alpha.12",
|
|
"@storybook/addons": "^4.0.0-alpha.12",
|
|
"@babel/core": "^7.0.0-beta.51",
|
|
"@babel/runtime": "^7.0.0-beta.51",
|
|
"react-dom": "16.0.0-alpha.12",
|
|
"prop-types": "^15.6.2"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native"
|
|
}
|
|
}
|