UNPKG

create-expo-cljs-app

Version:

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

73 lines (72 loc) 1.69 kB
{ "name": "@react-navigation/core", "description": "Core utilities for building navigators", "version": "5.15.2", "keywords": [ "react", "react-native", "react-navigation" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/react-navigation/react-navigation.git", "directory": "packages/core" }, "bugs": { "url": "https://github.com/react-navigation/react-navigation/issues" }, "homepage": "https://reactnavigation.org", "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__" ], "publishConfig": { "access": "public" }, "scripts": { "prepare": "bob build", "clean": "del lib" }, "dependencies": { "@react-navigation/routers": "^5.7.2", "escape-string-regexp": "^4.0.0", "nanoid": "^3.1.15", "query-string": "^6.13.6", "react-is": "^16.13.0" }, "devDependencies": { "@testing-library/react-native": "^7.1.0", "@types/react": "^16.9.53", "@types/react-is": "^16.7.1", "del-cli": "^3.0.1", "react": "~16.13.1", "react-native-builder-bob": "^0.17.0", "react-test-renderer": "~16.13.1", "typescript": "^4.0.3" }, "peerDependencies": { "react": "*" }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", [ "typescript", { "project": "tsconfig.build.json" } ] ] }, "gitHead": "7b353a4aeabe204284b358af204caebe1db093c1" }