create-expo-cljs-app
Version:
Create a react native application with Expo and Shadow-CLJS!
26 lines (25 loc) • 882 B
JSON
{
"name": "metro-babel-register",
"version": "0.64.0",
"description": "🚇 babel/register configuration for Metro.",
"main": "src/babel-register.js",
"repository": {
"type": "git",
"url": "git@github.com:facebook/metro.git"
},
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/plugin-transform-flow-strip-types": "^7.0.0",
"@babel/plugin-transform-modules-commonjs": "^7.0.0",
"@babel/register": "^7.0.0",
"escape-string-regexp": "^1.0.5"
},
"scripts": {
"prepare-release": "test -d build && rm -rf src.real && mv src src.real && mv build src",
"cleanup-release": "test ! -e build && mv src build && mv src.real src"
},
"license": "MIT"
}