Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add prestart script, calling get-stories
  • Loading branch information
leotm committed Dec 8, 2022
commit ef7b82a9caf50a1f5c005bd28afd04a9f57d7e1a
58 changes: 30 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"private": true,
"scripts": {
"setup": "yarn",
"prestart": "yarn get-stories",
"start": "react-native start",
"start:reset": "react-native start --reset-cache",
"android": "react-native run-android --active-arch-only",
Expand Down Expand Up @@ -38,75 +39,76 @@
"@react-native-community/checkbox": "0.5.14",
"@react-native-community/datetimepicker": "6.3.5",
"@react-native-community/slider": "4.3.3",
"@react-navigation/native": "6.0.13",
"@react-navigation/native-stack": "6.9.1",
"@tanstack/react-query": "4.16.1",
"@react-navigation/native": "6.1.0",
"@react-navigation/native-stack": "6.9.5",
"@tanstack/react-query": "4.19.1",
"react": "18.2.0",
"react-native": "0.70.6",
"react-native-codegen": "0.71.2",
"react-native-codegen": "0.71.3",
"react-native-gesture-handler": "2.8.0",
"react-native-reanimated": "3.0.0-rc.5",
"react-native-reanimated": "3.0.0-rc.8",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "3.18.2"
},
"devDependencies": {
"@babel/core": "7.20.2",
"@babel/core": "7.20.5",
"@babel/preset-react": "7.18.6",
"@babel/runtime": "7.20.1",
"@babel/runtime": "7.20.6",
"@curveball/core": "0.20.0",
"@curveball/router": "0.5.0",
"@react-native-community/cli": "10.0.0-alpha.5",
"@react-native-community/cli": "10.0.0",
"@react-native-community/eslint-config": "3.2.0",
"@storybook/addon-actions": "7.0.0-alpha.49",
"@storybook/addon-controls": "7.0.0-alpha.49",
"@storybook/addon-actions": "6.5.14",
"@storybook/addon-controls": "6.5.14",
"@storybook/addon-knobs": "6.4.0",
"@storybook/addon-links": "6.5.13",
"@storybook/addon-links": "6.5.14",
"@storybook/addon-notes": "5.3.21",
"@storybook/addon-ondevice-actions": "6.0.1-canary.3",
"@storybook/addon-ondevice-backgrounds": "6.0.1-canary.3",
"@storybook/addon-ondevice-controls": "6.0.1-canary.3",
"@storybook/addon-ondevice-knobs": "next",
"@storybook/addon-ondevice-notes": "6.0.1-canary.3",
"@storybook/addons": "6.5.13",
"@storybook/addons": "6.5.14",
"@storybook/eslint-config-storybook": "3.1.2",
"@storybook/linter-config": "3.1.2",
"@storybook/react-native": "6.0.1-canary.3",
"@swc/core": "1.3.18",
"@swc/wasm": "1.3.18",
"@types/jest": "29.2.3",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-native": "0.70.6",
"@storybook/react-native-server": "next",
"@swc/core": "1.3.21",
"@swc/wasm": "1.3.21",
"@types/jest": "29.2.4",
"@types/node": "18.11.11",
"@types/react": "18.0.26",
"@types/react-native": "0.70.8",
"@types/react-test-renderer": "18.0.0",
"@types/ws": "8.5.3",
"@typescript-eslint/eslint-plugin": "5.43.0",
"@typescript-eslint/parser": "5.43.0",
"@typescript-eslint/eslint-plugin": "5.46.0",
"@typescript-eslint/parser": "5.46.0",
"babel-jest": "29.3.1",
"babel-loader": "9.1.0",
"babel-plugin-transform-inline-environment-variables": "0.4.4",
"eslint": "8.27.0",
"eslint": "8.29.0",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-airbnb-typescript-prettier": "5.0.0",
"eslint-config-react-native-typescript": "2.2.6",
"eslint-plugin-communist-spelling": "1.0.0",
"eslint-plugin-deprecation": "1.3.3",
"eslint-plugin-detox": "1.0.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "27.1.5",
"eslint-plugin-jest": "27.1.6",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.31.10",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-native": "4.0.0",
"eslint-plugin-simple-import-sort": "8.0.0",
"eslint-plugin-sort-keys-fix": "1.1.2",
"eslint-plugin-typescript-sort-keys": "2.1.0",
"eslint-plugin-yml": "1.2.0",
"eslint-plugin-yml": "1.3.0",
"flipper-server": "0.162.0",
"husky": "8.0.2",
"jest": "29.3.1",
"lint-staged": "13.0.3",
"metro-react-native-babel-preset": "0.73.3",
"prettier": "2.7.1",
"lint-staged": "13.1.0",
"metro-react-native-babel-preset": "0.73.4",
"prettier": "2.8.1",
"react-codemod": "5.4.3",
"react-dom": "18.2.0",
"react-native-clean-project": "4.0.1",
Expand All @@ -115,7 +117,7 @@
"react-test-renderer": "18.2.0",
"reactotron-react-native": "5.0.3",
"ts-node": "10.9.1",
"typescript": "5.0.0-dev.20221116"
"typescript": "5.0.0-dev.20221208"
},
"jest": {
"preset": "react-native",
Expand Down