Packages
Manifest file indicating all scripts and packages used in the app.
{
"version": "1.0.1",
"main": "src/App.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject",
"eslint": "eslint src storybook ./*.js",
"prettier": "prettier --write \"**/*.js\"",
"prestorybook": "rnstl",
"storybook": "storybook start",
"test": "node_modules/.bin/jest \"tests/.*.spec.js\""
},
"config": {
"react-native-storybook-loader": {
"searchDir": [
"./src/app/stories"
],
"pattern": "**/*.stories.js",
"outputFile": "./storybook/storyLoader.js"
}
},
"dependencies": {
"@expo/vector-icons": "^10.0.0",
"@ptomasroos/react-native-multi-slider": "^2.2.2",
"@react-native-community/art": "^1.2.0",
"@react-native-community/masked-view": "0.1.6",
"expo": "^37.0.0",
"expo-font": "~8.1.0",
"formik": "^1.4.3",
"native-base": "^2.13.12",
"react": "16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
"react-native-easy-toast": "^1.2.0",
"react-native-gesture-handler": "~1.6.0",
"react-native-image-progress": "^1.1.1",
"react-native-keyboard-aware-scroll-view": "^0.9.1",
"react-native-modal": "^7.0.2",
"react-native-progress": "^3.5.0",
"react-native-reanimated": "~1.7.0",
"react-native-safe-area-context": "0.7.3",
"react-native-screens": "~2.2.0",
"react-native-step-indicator": "^0.0.11",
"react-native-swipeout": "^2.3.6",
"react-native-swiper": "^1.5.14",
"react-navigation": "^4.3.9",
"react-navigation-stack": "^2.5.1",
"react-navigation-tabs": "^2.8.13",
"styled-components": "^4.1.3",
"yup": "^0.26.10"
},
"devDependencies": {
"@storybook/addon-actions": "^4.1.13",
"@storybook/addon-links": "^4.1.13",
"@storybook/addons": "^4.1.13",
"@storybook/react-native": "^4.1.13",
"babel-core": "^6.26.3",
"babel-plugin-module-resolver": "^3.1.3",
"babel-preset-expo": "^8.1.0",
"babel-runtime": "^6.26.0",
"eslint": "^5.13.0",
"eslint-config-universe": "^1.0.7",
"jest-expo": "^37.0.0",
"prettier": "^1.16.4",
"prop-types": "^15.7.2",
"react-dom": "16.9.0",
"react-native-storybook-loader": "^1.8.0",
"react-native-testing-library": "^1.6.0",
"react-test-renderer": "^16.8.4"
},
"private": true,
"jest": {
"preset": "jest-expo",
"moduleNameMapper": {
"^styled-components$": "<rootDir>/node_modules/styled-components/native/dist/styled-components.native.cjs.js"
},
"transformIgnorePatterns": [
"node_modules/(?!(jest-)?react-native|@react-native-community|expo(nent)?|@expo(nent)?/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|@sentry/.*|styled-components|expo|@expo/vector-icons|@ptomasroos/react-native-multi-slider|formik|yup|react-native-easy-toast|react-native-image-progress|react-native-keyboard-aware-scroll-view|react-native-modal|react-native-progress|react-native-step-indicator|react-native-swipeout|react-native-swiper)"
]
}
}
Last updated