- 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>
33 lines
745 B
JSON
33 lines
745 B
JSON
{
|
|
"name": "@radix-ui/react-slot",
|
|
"version": "1.0.1",
|
|
"license": "MIT",
|
|
"source": "src/index.ts",
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.module.js",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist",
|
|
"README.md"
|
|
],
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"clean": "rm -rf dist",
|
|
"version": "yarn version"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.13.10",
|
|
"@radix-ui/react-compose-refs": "1.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8 || ^17.0 || ^18.0"
|
|
},
|
|
"homepage": "https://radix-ui.com/primitives",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/radix-ui/primitives.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/radix-ui/primitives/issues"
|
|
}
|
|
} |