mirror of
https://github.com/zhigang1992/storybook-bug-reproduce.git
synced 2026-01-12 08:24:28 +08:00
36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "start-storybook -p 6006",
|
|
"eject": "expo eject",
|
|
"build-storybook": "build-storybook"
|
|
},
|
|
"dependencies": {
|
|
"expo": "~38.0.0",
|
|
"expo-constants": "~9.1.1",
|
|
"expo-font": "~8.2.1",
|
|
"expo-linear-gradient": "~8.2.1",
|
|
"react": "~16.11.0",
|
|
"react-dom": "~16.11.0",
|
|
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz",
|
|
"react-native-web": "0.11.7"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.9.0",
|
|
"@expo/webpack-config": "^0.11.11",
|
|
"@storybook/addon-actions": "^6.0.21",
|
|
"@storybook/addon-essentials": "^6.0.21",
|
|
"@storybook/addon-links": "^6.0.21",
|
|
"@storybook/client-api": "^6.0.21",
|
|
"@storybook/react": "^6.0.21",
|
|
"@types/react": "~16.9.41",
|
|
"@types/react-dom": "~16.9.8",
|
|
"@types/react-native": "~0.62.13",
|
|
"babel-loader": "^8.0.6",
|
|
"typescript": "^3.7.2"
|
|
},
|
|
"private": true
|
|
}
|