UNPKG

create-expo-cljs-app

Version:

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

51 lines (50 loc) 1.5 kB
{ "name": "@react-native/repo-config", "private": true, "version": "0.0.0", "description": "Meta package for the React Native repository.", "license": "MIT", "repository": { "type": "git", "url": "git@github.com:facebook/react-native.git" }, "dependencies": { "@babel/core": "^7.0.0", "@babel/generator": "^7.5.0", "@react-native-community/eslint-plugin": "*", "@reactions/component": "^2.0.2", "async": "^2.4.0", "babel-eslint": "^10.1.0", "clang-format": "^1.2.4", "connect": "^3.6.5", "coveralls": "^3.0.2", "detox": "16.7.2", "eslint": "6.8.0", "eslint-config-fb-strict": "^24.9.0", "eslint-config-fbjs": "2.1.0", "eslint-config-prettier": "^6.0.0", "eslint-plugin-babel": "^5.3.0", "eslint-plugin-eslint-comments": "^3.1.1", "eslint-plugin-flowtype": "2.50.3", "eslint-plugin-jest": "22.4.1", "eslint-plugin-jsx-a11y": "6.2.1", "eslint-plugin-prettier": "2.6.2", "eslint-plugin-react": "7.21.5", "eslint-plugin-react-hooks": "^4.0.7", "eslint-plugin-react-native": "3.8.1", "eslint-plugin-relay": "1.7.1", "flow-bin": "^0.137.0", "jest": "^26.5.2", "jest-junit": "^10.0.0", "jscodeshift": "^0.11.0", "mkdirp": "^0.5.1", "prettier": "1.19.1", "react": "17.0.1", "react-shallow-renderer": "16.14.1", "react-test-renderer": "17.0.1", "shelljs": "^0.7.8", "signedsource": "^1.0.0", "ws": "^6.1.4", "yargs": "^15.3.1" } }