UNPKG

create-expo-cljs-app

Version:

Create a react native application with Expo and Shadow-CLJS!

87 lines (86 loc) 2.32 kB
{ "name": "@react-navigation/stack", "description": "Stack navigator component for iOS and Android with animated transitions and gestures", "version": "5.14.3", "keywords": [ "react-native-component", "react-component", "react-native", "react-navigation", "ios", "android", "stack" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/react-navigation/react-navigation.git", "directory": "packages/stack" }, "bugs": { "url": "https://github.com/react-navigation/react-navigation/issues" }, "homepage": "https://reactnavigation.org/docs/stack-navigator/", "main": "lib/commonjs/index.js", "react-native": "src/index.tsx", "source": "src/index.tsx", "module": "lib/module/index.js", "types": "lib/typescript/src/index.d.ts", "files": [ "src", "lib", "!**/__tests__" ], "sideEffects": false, "publishConfig": { "access": "public" }, "scripts": { "prepare": "bob build", "clean": "del lib" }, "dependencies": { "color": "^3.1.3", "react-native-iphone-x-helper": "^1.3.0" }, "devDependencies": { "@react-native-community/masked-view": "^0.1.10", "@react-navigation/native": "^5.9.3", "@testing-library/react-native": "^7.1.0", "@types/color": "^3.0.1", "@types/react": "^16.9.53", "@types/react-native": "^0.63.30", "del-cli": "^3.0.1", "react": "~16.13.1", "react-native": "~0.63.2", "react-native-builder-bob": "^0.17.0", "react-native-gesture-handler": "~1.7.0", "react-native-safe-area-context": "3.1.4", "react-native-screens": "~2.10.1", "typescript": "^4.0.3" }, "peerDependencies": { "@react-native-community/masked-view": ">= 0.1.0", "@react-navigation/native": "^5.0.5", "react": "*", "react-native": "*", "react-native-gesture-handler": ">= 1.0.0", "react-native-safe-area-context": ">= 0.6.0", "react-native-screens": ">= 2.0.0-alpha.0 || >= 2.0.0-beta.0 || >= 2.0.0" }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", [ "typescript", { "project": "tsconfig.build.json" } ] ] }, "gitHead": "7b353a4aeabe204284b358af204caebe1db093c1" }