zioinfo-mail/app/node_modules/react-native-safe-area-context/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

143 lines
4.2 KiB
JSON

{
"name": "react-native-safe-area-context",
"version": "4.10.5",
"description": "A flexible way to handle safe area, also works on Android and web.",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
"react-native": "src/index.tsx",
"types": "lib/typescript/src/index.d.ts",
"source": "src/index.tsx",
"sideEffects": false,
"files": [
"src",
"lib",
"android",
"ios",
"common",
"jest",
"*.podspec",
"react-native.config.js",
"!**/__tests__",
"!example"
],
"author": "Janic Duplessis <janicduplessis@gmail.com>",
"contributors": [
"Evan Bacon <bacon@expo.io> (https://github.com/evanbacon)"
],
"homepage": "https://github.com/th3rdwave/react-native-safe-area-context#readme",
"license": "MIT",
"scripts": {
"start": "react-native start",
"test": "yarn format:check && yarn validate:eslint && yarn validate:typescript && yarn validate:jest",
"validate:eslint": "eslint \"src/**/*.{js,ts,tsx}\" \"example/**/*.{js,ts,tsx}\"",
"validate:typescript": "tsc --project ./ --noEmit",
"validate:jest": "jest",
"format:prettier:check": "prettier \"src/**/*.{js,ts,tsx}\" \"example/**/*.{js,ts,tsx}\" --check",
"format:prettier:write": "yarn format:prettier:check --write",
"format:clang:check": "clang-format --dry-run --Werror --glob='{ios,android,common}/**/*.{h,cpp,m,mm}'",
"format:clang:write": "clang-format -i --glob='{ios,android,common}/**/*.{h,hpp,cpp,m,mm}'",
"format:spotless:check": "cd android && ./gradlew spotlessCheck",
"format:spotless:write": "cd android && ./gradlew spotlessApply",
"format:check": "yarn format:prettier:check && yarn format:clang:check && yarn format:spotless:check",
"format:write": "yarn format:prettier:write && yarn format:clang:write && yarn format:spotless:write",
"release": "release-it",
"prepare": "bob build"
},
"keywords": [
"react-native",
"react native",
"react-native-web",
"expo-web",
"safe area",
"view"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@commitlint/config-conventional": "^18.4.3",
"@jest/globals": "^29.7.0",
"@react-native-community/eslint-config": "^3.2.0",
"@react-native/babel-preset": "^0.73.18",
"@react-native/eslint-plugin-specs": "^0.74.0",
"@release-it/conventional-changelog": "^8.0.1",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.17",
"@types/react-test-renderer": "^18.0.7",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"babel-plugin-module-resolver": "^5.0.0",
"clang-format": "^1.8.0",
"commitlint": "^18.4.3",
"eslint": "^8.55.0",
"eslint-plugin-jest": "^27.6.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"husky": "^8.0.3",
"jest": "^29.7.0",
"prettier": "^3.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-native": "^0.73.0",
"react-native-builder-bob": "^0.23.2",
"react-test-renderer": "^18.2.0",
"release-it": "^17.0.1",
"typescript": "^5.3.3"
},
"repository": {
"type": "git",
"url": "https://github.com/th3rdwave/react-native-safe-area-context.git"
},
"jest": {
"preset": "react-native",
"testEnvironment": "node",
"clearMocks": true,
"modulePathIgnorePatterns": [
"<rootDir>/lib/"
]
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"release-it": {
"git": {
"commitMessage": "chore: release ${version}",
"tagName": "v${version}"
},
"npm": {
"publish": true
},
"github": {
"release": true
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular"
}
}
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs",
"module",
"typescript"
]
},
"codegenConfig": {
"android": {
"javaPackageName": "com.th3rdwave.safeareacontext"
},
"name": "safeareacontext",
"type": "all",
"jsSrcsDir": "./src/specs"
}
}