zioinfo-mail/app/node_modules/@react-native-community/cli/package.json
DESKTOP-TKLFCPR\ython 11c670f2a0 refactor: 101.79.17.164 → zioinfo.co.kr 전체 도메인 변환 + Manager UI 배포
- 37개 파일 IP → zioinfo.co.kr 치환 (소스/매뉴얼/설정/하네스)
- Manager DrConsole/NetworkConsole/CsapConsole 빌드 + /var/www/manager/ 배포
- 테스트: Manager HTTP 200, ITSM 신규 API 7개 전체 200

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-31 10:09:17 +09:00

62 lines
1.6 KiB
JSON

{
"name": "@react-native-community/cli",
"version": "13.6.9",
"description": "React Native CLI",
"license": "MIT",
"main": "build/index.js",
"publishConfig": {
"access": "public"
},
"bin": {
"rnc-cli": "build/bin.js"
},
"files": [
"build",
"!*.d.ts",
"!*.map",
"setup_env.sh"
],
"engineStrict": true,
"engines": {
"node": ">=18"
},
"jest": {
"testEnvironment": "node"
},
"dependencies": {
"@react-native-community/cli-clean": "13.6.9",
"@react-native-community/cli-config": "13.6.9",
"@react-native-community/cli-debugger-ui": "13.6.9",
"@react-native-community/cli-doctor": "13.6.9",
"@react-native-community/cli-hermes": "13.6.9",
"@react-native-community/cli-server-api": "13.6.9",
"@react-native-community/cli-tools": "13.6.9",
"@react-native-community/cli-types": "13.6.9",
"chalk": "^4.1.2",
"commander": "^9.4.1",
"deepmerge": "^4.3.0",
"execa": "^5.0.0",
"find-up": "^4.1.0",
"fs-extra": "^8.1.0",
"graceful-fs": "^4.1.3",
"prompts": "^2.4.2",
"semver": "^7.5.2"
},
"devDependencies": {
"@types/fs-extra": "^8.1.0",
"@types/graceful-fs": "^4.1.3",
"@types/hapi__joi": "^17.1.6",
"@types/prompts": "^2.4.4",
"@types/semver": "^6.0.2",
"slash": "^3.0.0",
"snapshot-diff": "^0.7.0"
},
"homepage": "https://github.com/react-native-community/cli/tree/main/packages/cli",
"repository": {
"type": "git",
"url": "https://github.com/react-native-community/cli.git",
"directory": "packages/cli"
},
"gitHead": "1b334e33e4973b1c0679dd5035e7d2baee9c899c"
}