UNPKG

create-expo-cljs-app

Version:

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

42 lines (41 loc) 1.05 kB
{ "name": "@react-native-community/cli-platform-android", "version": "5.0.1", "license": "MIT", "main": "build/index.js", "publishConfig": { "access": "public" }, "dependencies": { "@react-native-community/cli-tools": "^5.0.1", "chalk": "^3.0.0", "execa": "^1.0.0", "fs-extra": "^8.1.0", "glob": "^7.1.3", "jetifier": "^1.6.2", "lodash": "^4.17.15", "logkitty": "^0.7.1", "slash": "^3.0.0", "xmldoc": "^1.1.2" }, "files": [ "build", "!*.d.ts", "!*.map", "native_modules.gradle" ], "devDependencies": { "@react-native-community/cli-types": "^5.0.1", "@types/execa": "^0.9.0", "@types/fs-extra": "^8.1.0", "@types/glob": "^7.1.1", "@types/lodash": "^4.14.149", "@types/xmldoc": "^1.1.4" }, "homepage": "https://github.com/react-native-community/cli/tree/master/packages/platform-android", "repository": { "type": "git", "url": "https://github.com/react-native-community/cli.git", "directory": "packages/platform-android" } }