responsive-image-canvas/.claude/settings.local.json
BaekRyang 77f44141a1 Update documentation and bump version to 1.5.0
- README.md에 마우스 인터랙션 및 파티클 이펙트 설명 추가
- 에디터 컴포넌트 및 관련 훅(useDistortionEditor 등) 문서화
- 설치 가이드 및 피어 디펜던시 정보 업데이트
- 패키지 버전을 1.5.0으로 상향 조정
- .claude 로컬 설정의 허용된 Bash 명령어 목록 업데이트
2026-03-13 14:32:33 +09:00

25 lines
703 B
JSON

{
"permissions": {
"allow": [
"Bash(npm install:*)",
"Bash(mkdir:*)",
"Bash(npm run build:*)",
"Bash(dir:*)",
"Bash(tree:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(npm run dev:*)",
"Bash(findstr:*)",
"Bash(npm link:*)",
"Bash(find:*)",
"Bash(nul)",
"Bash(cd:*)",
"Bash(ls -la /d/Projects/WebstormProjects/raonnuri/src/app/\\\\[locale\\\\]/)",
"Bash(find \"D:\\\\Projects\\\\WebstormProjects\\\\raonnuri\\\\src\\\\app\\\\[locale]\\\\interaction\" -type f \\\\\\( -name \"*.tsx\" -o -name \"*.ts\" \\\\\\) 2>/dev/null | head -10)"
],
"deny": [],
"ask": []
}
}