UNPKG

create-expo-cljs-app

Version:

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

91 lines (90 loc) 2.4 kB
{ "name": "@react-native-community/cli", "version": "5.0.1", "description": "React Native CLI", "license": "MIT", "main": "build/index.js", "publishConfig": { "access": "public" }, "bin": { "react-native": "build/bin.js" }, "files": [ "build", "!*.d.ts", "!*.map", "setup_env.sh" ], "engineStrict": true, "engines": { "node": ">=12" }, "jest": { "testEnvironment": "node" }, "dependencies": { "@react-native-community/cli-debugger-ui": "^5.0.1", "@react-native-community/cli-hermes": "^5.0.1", "@react-native-community/cli-server-api": "^5.0.1", "@react-native-community/cli-tools": "^5.0.1", "@react-native-community/cli-types": "^5.0.1", "appdirsjs": "^1.2.4", "chalk": "^3.0.0", "command-exists": "^1.2.8", "commander": "^2.19.0", "cosmiconfig": "^5.1.0", "deepmerge": "^3.2.0", "envinfo": "^7.7.2", "execa": "^1.0.0", "find-up": "^4.1.0", "fs-extra": "^8.1.0", "glob": "^7.1.3", "graceful-fs": "^4.1.3", "joi": "^17.2.1", "leven": "^3.1.0", "lodash": "^4.17.15", "metro": "^0.64.0", "metro-config": "^0.64.0", "metro-core": "^0.64.0", "metro-react-native-babel-transformer": "^0.64.0", "metro-resolver": "^0.64.0", "metro-runtime": "^0.64.0", "minimist": "^1.2.0", "mkdirp": "^0.5.1", "node-stream-zip": "^1.9.1", "ora": "^3.4.0", "pretty-format": "^26.6.2", "prompts": "^2.4.0", "semver": "^6.3.0", "serve-static": "^1.13.1", "strip-ansi": "^5.2.0", "sudo-prompt": "^9.0.0", "wcwidth": "^1.0.1" }, "peerDependencies": { "react-native": ">=0.64.0-rc.0 || 0.0.0-*" }, "devDependencies": { "@types/command-exists": "^1.2.0", "@types/cosmiconfig": "^5.0.3", "@types/fs-extra": "^8.1.0", "@types/glob": "^7.1.1", "@types/graceful-fs": "^4.1.3", "@types/hapi__joi": "^17.1.6", "@types/lodash": "^4.14.149", "@types/minimist": "^1.2.0", "@types/mkdirp": "^0.5.2", "@types/prompts": "^2.0.9", "@types/semver": "^6.0.2", "@types/wcwidth": "^1.0.0", "slash": "^3.0.0", "snapshot-diff": "^0.7.0" }, "homepage": "https://github.com/react-native-community/cli/tree/master/packages/cli", "repository": { "type": "git", "url": "https://github.com/react-native-community/cli.git", "directory": "packages/cli" } }