create-expo-cljs-app
Version:
Create a react native application with Expo and Shadow-CLJS!
55 lines (54 loc) • 1.29 kB
JSON
{
"name": "@expo/metro-config",
"version": "0.2.8",
"description": "A Metro config for running React Native projects with the Metro bundler",
"main": "build/ExpoMetroConfig.js",
"scripts": {
"watch": "tsc --watch --preserveWatchOutput",
"build": "tsc",
"prepare": "yarn run clean && yarn build",
"clean": "rimraf build ./tsconfig.tsbuildinfo",
"lint": "eslint .",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/expo/expo-cli.git",
"directory": "packages/metro-config"
},
"keywords": [
"json",
"react-native",
"expo",
"react",
"metro",
"metro-config"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/expo/expo-cli/issues"
},
"homepage": "https://github.com/expo/expo-cli/tree/master/packages/metro-config#readme",
"files": [
"build",
"transformer"
],
"dependencies": {
"@expo/config": "6.0.6",
"chalk": "^4.1.0",
"debug": "^4.3.2",
"getenv": "^1.0.0",
"sucrase": "^3.20.0"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"expo": "37",
"metro": "^0.59.0",
"metro-babel-transformer": "^0.66.2",
"metro-config": "^0.59.0",
"react-native": "~0.63.4"
},
"publishConfig": {
"access": "public"
}
}