create-expo-cljs-app
Version:
Create a react native application with Expo and Shadow-CLJS!
93 lines (92 loc) • 2.29 kB
JSON
{
"name": "expo",
"version": "44.0.3",
"description": "The Expo SDK",
"main": "build/Expo.js",
"module": "build/Expo.js",
"types": "build/Expo.d.ts",
"sideEffects": [
"*.fx.js",
"*.fx.web.js"
],
"bin": {
"expo": "bin/cli.js"
},
"files": [
"android",
"bin",
"build",
"ios",
"scripts",
"tools",
"AppEntry.js",
"bundledNativeModules.json",
"expo-module.config.json",
"metro-config.js",
"react-native.config.js",
"requiresExtraSetup.json",
"tsconfig.base.json"
],
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module"
},
"jest": {
"preset": "expo-module-scripts"
},
"repository": {
"type": "git",
"url": "https://github.com/expo/expo.git",
"directory": "packages/expo"
},
"keywords": [
"expo"
],
"author": "Expo",
"license": "MIT",
"bugs": {
"url": "https://github.com/expo/expo/issues"
},
"homepage": "https://github.com/expo/expo/tree/master/packages/expo",
"dependencies": {
"@babel/runtime": "^7.14.0",
"@expo/metro-config": "~0.2.6",
"@expo/vector-icons": "^12.0.4",
"babel-preset-expo": "~9.0.2",
"cross-spawn": "^6.0.5",
"expo-application": "~4.0.1",
"expo-asset": "~8.4.5",
"expo-constants": "~13.0.0",
"expo-file-system": "~13.1.0",
"expo-font": "~10.0.4",
"expo-keep-awake": "~10.0.1",
"expo-modules-autolinking": "0.5.4",
"expo-modules-core": "0.6.3",
"fbemitter": "^2.1.1",
"invariant": "^2.2.4",
"md5-file": "^3.2.3",
"pretty-format": "^26.5.2",
"uuid": "^3.4.0"
},
"optionalDependencies": {
"expo-error-recovery": "~3.0.4"
},
"devDependencies": {
"@types/fbemitter": "^2.0.32",
"@types/invariant": "^2.2.33",
"@types/react": "~17.0.21",
"@types/react-native": "~0.64.12",
"@types/react-test-renderer": "^17.0.1",
"@types/uuid": "^3.4.7",
"expo-module-scripts": "^2.0.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.3"
},
"gitHead": "0269dc20911dd3f1f367be2e139e5cfa43d7c99b"
}