create-expo-cljs-app
Version:
Create a react native application with Expo and Shadow-CLJS!
37 lines (36 loc) • 951 B
JSON
{
"name": "@react-native-community/cli-server-api",
"version": "5.0.1",
"license": "MIT",
"main": "build/index.js",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@react-native-community/cli-debugger-ui": "^5.0.1",
"@react-native-community/cli-tools": "^5.0.1",
"compression": "^1.7.1",
"connect": "^3.6.5",
"errorhandler": "^1.5.0",
"nocache": "^2.1.0",
"pretty-format": "^26.6.2",
"serve-static": "^1.13.1",
"ws": "^1.1.0"
},
"devDependencies": {
"@types/compression": "^1.0.1",
"@types/connect": "^3.4.33",
"@types/errorhandler": "^0.0.32",
"@types/ws": "^6.0.3"
},
"files": [
"build",
"!*.map"
],
"homepage": "https://github.com/react-native-community/cli/tree/master/packages/cli-server-api",
"repository": {
"type": "git",
"url": "https://github.com/react-native-community/cli.git",
"directory": "packages/cli-server-api"
}
}