diff --git a/.github/ISSUE_TEMPLATE/BUG.yml b/.github/ISSUE_TEMPLATE/BUG.yml new file mode 100644 index 0000000..bec6f8f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BUG.yml @@ -0,0 +1,95 @@ +name: "๐Ÿ ๋ฒ„๊ทธ ๋ณด๊ณ ์„œ" +description: "๋ฒ„๊ทธ์— ์„ค์ •์— ๋Œ€ํ•œ ๋ณด๊ณ ์„œ์ž…๋‹ˆ๋‹ค" +title: "๐Ÿ Bug: " +labels: ["๐Ÿ ๋ฒ„๊ทธ"] +projects: ["kyoulee/1"] +assignees: + - kyoulee +body: + - type: markdown + attributes: + value: | + # ๐Ÿฏ ๋ฒ„๊ทธ ์ž‘์„ฑ + + ๐Ÿ ๋ฐœ์ƒํ•œ ๋ฒ„๊ทธ์— ๋Œ€ํ•˜์—ฌ ์ž์„ธํ•˜๊ฒŒ ์ ์–ด์ฃผ์„ธ์š” + + ๐Ÿ ํ™˜๊ฒฝ์— ๋Œ€ํ•˜์—ฌ๋„ ์ถฉ๋ถ„ํžˆ ์„ค๋ช…ํ•ด ์ฃผ์‹œ๋ฉด ๊ฐ์‚ฌํ•˜๊ฒ ์Šต๋‹ˆ๋‹ค. + + ๐Ÿ ์–ด๋– ํ•œ ์ž‘์—…์ค‘ ์ผ์–ด๋‚ฌ๋Š”์ง€ ์Šคํ† ๋ฆฌ๋ฅผ ์ ์–ด์ฃผ์‹œ๋ฉด ๊ฐ์‚ฌํ•˜๊ฒ ์Šต๋‹ˆ๋‹ค. + + ๐ŸŽˆ ๋ฒ„๊ทธ๋กœ ๋ถˆํŽธ์„ ๋ผ์ณ๋“œ๋ ค ์ฃ„์†กํ•ฉ๋‹ˆ๋‹ค. + + ## ๐Ÿ ๋ฒ„๊ทธ ์ž‘์„ฑ ๋ฐฉ๋ฒ• + - ์ž์‹ ์˜ ํ™˜๊ฒฝ์„ ํ™•์ธํ›„ ์ž‘์„ฑํ•ด์ค€๋‹ค + - ๊นƒ ํ—ˆ๋ธŒ ๋งˆํฌ๋‹ค์šด์œผ๋กœ ์ž‘๋™ํ•ฉ๋‹ˆ๋‹ค + - type: input + id: input_name + attributes: + label: ๐Ÿ“ฃ ๋ฒ„๊ทธ ์ด๋ฆ„ + description: ๐Ÿ’ญ ๋ฒ„๊ทธ์˜ ์ด๋ฆ„์„ ์ž‘์„ฑํ•ด ์ฃผ์„ธ์š” + placeholder: ๐Ÿซง <์ด๋ฆ„> + validations: + required: true + - type: dropdown + id: dropdown_os + attributes: + label: ๐Ÿ“ฃ OS๋ฅผ ์„ ํƒํ•ด ์ฃผ์„ธ์š” + description: ๐Ÿ’ญ ์‹œ์Šคํ…œ OS๋ฅผ ์ ์–ด์ฃผ์„ธ์š” + multiple: false + options: + - Linux + - Mac OS + - Window + - other + default: 0 + validations: + required: true + - type: input + id: input_app + attributes: + label: ๐Ÿ“ฃ ๋ฒ„๊ทธ ๋ฐœ์ƒ๋˜๋Š” app ์„ ์ž‘์„ฑ ํ•ด์ฃผ์„ธ์š” + description: ๐Ÿ’ญ ๋ฒ„๊ทธ๊ฐ€ ๋ฐœ์ƒํ•œ app + placeholder: ๐Ÿซง + validations: + required: false + - type: textarea + id: textarea_description + attributes: + label: ๐Ÿ“ฃ ๋ฒ„๊ทธ ๋ฐœ์ƒ ๋ถ€๋ถ„ + description: ๐Ÿ’ญ ๋ฒ„๊ทธ๊ฐ€ ๋ฐœ์ƒํ•œ ๋ถ€๋ถ„์„ ์ ์–ด์ฃผ์„ธ์š” + placeholder: | + ๐Ÿซง <๋ฒ„๊ทธ ๋ฐœ์ƒ ๋ถ€๋ถ„> + 1. <๋ฒ„๊ทธ ์„ค๋ช… 1> + 2. <๋ฒ„๊ทธ ์„ค๋ช… 2> + render: '' + validations: + required: true + - type: textarea + id: textarea_work + attributes: + label: โœ… ์ž‘์—… ๋ฆฌ์ŠคํŠธ + description: ๐Ÿ’ญ ์ž‘์—…์— ํ•„์š”ํ•œ ๋ชฉ๋ก ์ž‘์„ฑ + placeholder: | + ๐Ÿซง + - [ ] <์ฒดํฌ 1> + - [ ] <์ฒดํฌ 2> + value: | + - [ ] <์ž‘์—… 1> + - [ ] <์ž‘์—… 2> + - [ ] <์ž‘์—… 3> + - [ ] ๋”์ž…๋ ฅ ... + render: '' + validations: + required: true + - type: checkboxes + id: checkboxes_list + attributes: + label: ๐Ÿ“ฃ ์ž‘์„ฑ์ž ์ฒดํฌ๋ฆฌ์ŠคํŠธ + description: ๐Ÿ’ญ ์ž‘์„ฑ์ž ์ฒดํฌ๋ฆฌ์ŠคํŠธ + options: + - label: ๐Ÿ”ฑ ๋ฒ„๊ทธ ์ œ๋ชฉ์„ ์ ์ ˆํ•˜๊ฒŒ ์ •ํ•˜์˜€์Šต๋‹ˆ๊นŒ? + required: false + - label: ๐Ÿ“ ํƒ€์ดํ‹€์— ๋ฒ„๊ทธ ์ด๋ฆ„์„ ์ถ”๊ฐ€ํ•˜์˜€์Šต๋‹ˆ๊นŒ? + required: true + - label: ๐Ÿ“Œ ์ž‘์„ฑ์ž๋Š” ๋ชจ๋“  ์ž‘์—…์— ๋Œ€ํ•œ ์ •๋ณด๊ฐ€ ๊ณต๊ฐœ๋จ์„ ๋™์˜ํ•จ๋‹ˆ๊นŒ? + required: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/DELETE.yml b/.github/ISSUE_TEMPLATE/DELETE.yml new file mode 100644 index 0000000..a2d1751 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/DELETE.yml @@ -0,0 +1,67 @@ +name: "๐Ÿ’ฃ ์‚ญ์ œ ๋ณด๊ณ ์„œ" +description: "์ˆ˜์ •์— ์„ค์ •์— ๋Œ€ํ•œ ๋ณด๊ณ ์„œ์ž…๋‹ˆ๋‹ค" +title: "๐Ÿ’ฃ Delete: " +labels: ["๐Ÿ’ฃ ์‚ญ์ œ"] +projects: ["kyoulee/1"] +assignees: + - kyoulee +body: + - type: markdown + attributes: + value: | + # ์‚ญ์ œ ์ž‘์„ฑ + + ## ์‚ญ์ œ ์ž‘์„ฑ ๋ฐฉ๋ฒ• + - ๋‹ค์Œ์ค„์— ๊ธฐ์ž…์ด ๊ฐ€๋Šฅํ•˜๋ฉฐ + - ๊นƒ ํ—ˆ๋ธŒ ๋งˆํฌ๋‹ค์šด์œผ๋กœ ์ž‘๋™ํ•ฉ๋‹ˆ๋‹ค + - type: input + id: input_name + attributes: + label: ๐Ÿ“ฃ ์‚ญ์ œ ์ œ๋ชฉ + description: ๐Ÿ’ญ ์‚ญ์ œ ์ œ๋ชฉ์„ ์ž‘์„ฑํ•ด ์ฃผ์„ธ์š” + placeholder: ๐Ÿซง <์ œ๋ชฉ> + validations: + required: true + - type: textarea + id: textarea_description + attributes: + label: ๐Ÿ“ฃ ์‚ญ์ œ ์ž‘์—… ์ด์œ  + description: ๐Ÿ’ญ ์‚ญ์ œ ์ž‘์—… ์ด์œ ์„ ์ ์–ด์ฃผ์„ธ์š” + placeholder: | + ๐Ÿซง <์‚ญ์ œ ์ƒ์„ฑ ์ด์œ > + 1. <์ด์œ > + 2. <์ด์œ > + render: '' + validations: + required: false + - type: textarea + id: textarea_work + attributes: + label: โœ… ์ž‘์—… ๋ฆฌ์ŠคํŠธ + description: ๐Ÿ’ญ ์ž‘์—…์— ์—ฐ๊ด€๋œ ์ด์Šˆ ๋ชฉ๋ก ์ž‘์„ฑ + placeholder: | + ๐Ÿซง + - [ ] <์ฒดํฌ 1> + - [ ] <์ฒดํฌ 2> + value: | + - [ ] <#์ด์Šˆ 1> <์ž‘์—… ๋‚ด์šฉ> + - [ ] <#์ด์Šˆ 2> <์ž‘์—… ๋‚ด์šฉ> + - [ ] <#์ด์Šˆ 3> <์ž‘์—… ๋‚ด์šฉ> + - [ ] ๋”์ž…๋ ฅ ... + render: '' + validations: + required: true + - type: checkboxes + id: checkboxes_list + attributes: + label: ๐Ÿ“ฃ ์ž‘์„ฑ์ž ์ฒดํฌ๋ฆฌ์ŠคํŠธ + description: ๐Ÿ’ญ ์ž‘์„ฑ์ž ์ฒดํฌ๋ฆฌ์ŠคํŠธ + options: + - label: ๐Ÿ”ฑ ์‚ญ์ œ ์ œ๋ชฉ์„ ์ ์ ˆํ•˜๊ฒŒ ์ •ํ•˜์˜€์Šต๋‹ˆ๊นŒ? + required: false + - label: ๐Ÿ”ฑ ์ž‘์—… ๋ฆฌ์ŠคํŠธ๋ฅผ ์ด์Šˆ์— ๋งž๊ฒŒ ์„ค์ •ํ•˜์…จ์Šต๋‹ˆ๊นŒ? + required: false + - label: ๐Ÿ“ ํƒ€์ดํ‹€์— ์‚ญ์ œ ์ด๋ฆ„์„ ์ถ”๊ฐ€ํ•˜์˜€์Šต๋‹ˆ๊นŒ? + required: true + - label: ๐Ÿ“Œ ์ž‘์„ฑ์ž๋Š” ๋ชจ๋“  ์ž‘์—…์— ๋Œ€ํ•œ ์ •๋ณด๊ฐ€ ๊ณต๊ฐœ๋จ์„ ๋™์˜ํ•จ๋‹ˆ๊นŒ? + required: true diff --git a/.github/ISSUE_TEMPLATE/DEPLOY.yml b/.github/ISSUE_TEMPLATE/DEPLOY.yml new file mode 100644 index 0000000..538f890 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/DEPLOY.yml @@ -0,0 +1,79 @@ +name: "๐ŸŽ‰ ๋ฐฐํฌ" +description: "๋ฐฐํฌ ์ž‘์—…์— ๋Œ€ํ•œ ๋ณด๊ณ ์„œ์ž…๋‹ˆ๋‹ค" +title: "๐ŸŽ‰ Deploy: " +labels: ["๐ŸŽ‰ ๋ฐฐํฌ"] +projects: ["kyoulee/1"] +assignees: + - kyoulee +body: + - type: markdown + attributes: + value: | + # ๋ฐฐํฌ ์ž‘์„ฑ + + ๋ฐฐํฌ ๋ชฉ๋ก issue ๋งํ‚น ๋Œ€ํ•œ ๋งํฌ + + ## ๋ฐฐํฌ ์ž‘์„ฑ ๋ฐฉ๋ฒ• + - ๋‹ค์Œ์ค„์— ๊ธฐ์ž…์ด ๊ฐ€๋Šฅํ•˜๋ฉฐ + - ๊นƒ ํ—ˆ๋ธŒ ๋งˆํฌ๋‹ค์šด์œผ๋กœ ์ž‘๋™ํ•ฉ๋‹ˆ๋‹ค + - type: input + id: input_name + attributes: + label: ๐Ÿ“ฃ ๋ฐฐํฌ ์ด๋ฆ„ + description: ๐Ÿ’ญ ๋นˆ์นธ์„ ์ž‘์„ฑํ•ด ์ฃผ์„ธ์š” + placeholder: ๐Ÿซง <์ด๋ฆ„> + validations: + required: true + - type: input + id: input_version + attributes: + label: ๐Ÿ“ฃ ๋ฐฐํฌ ๋ฒ„์ „ + description: ๐Ÿ’ญ ๋นˆ์นธ์„ ์ž‘์„ฑํ•ด ์ฃผ์„ธ์š” + placeholder: ๐Ÿซง + validations: + required: true + - type: textarea + id: textarea_description + attributes: + label: ๐Ÿ“ฃ ๋ฐฐํฌ ๋ชฉ์  + description: ๐Ÿ’ญ ๋ฐฐํฌ ๋ชฉ์ ์„ ์ ์–ด์ฃผ์„ธ์š” + placeholder: | + ๐Ÿซง <๋ฐฐํฌ ํ•˜๋Š” ์ด์œ > + 1. <์ด์œ > + 2. <์ด์œ > + render: '' + validations: + required: false + - type: textarea + id: textarea_work + attributes: + label: โœ… ๋ฐฐํฌ ๋ฆฌ์ŠคํŠธ + description: ๐Ÿ’ญ ๋ฐฐํฌ์— ๋ฐฐํฌ ๋ชฉ์ฐจ๋ฅผ ์ž‘์„ฑํ•ด์ฃผ์„ธ์š” + placeholder: | + ๐Ÿซง + - [ ] <์ฒดํฌ 1> + - [ ] <์ฒดํฌ 2> + value: | + - [ ] <# ์ด์Šˆ1> + - [ ] <# ์ด์Šˆ2> + - [ ] <# ์ด์Šˆ3> + - [ ] ๋”์ž…๋ ฅ ... + render: '' + validations: + required: true + - type: checkboxes + id: checkboxes_list + attributes: + label: ๐Ÿ“ฃ ์ž‘์„ฑ์ž ์ฒดํฌ๋ฆฌ์ŠคํŠธ + description: ๐Ÿ’ญ ์ž‘์„ฑ์ž ์ฒดํฌ๋ฆฌ์ŠคํŠธ + options: + - label: ๐Ÿ”ฑ ๋ฐฐํฌ ์ œ๋ชฉ์„ ์ ์ ˆํ•˜๊ฒŒ ์ •ํ•˜์˜€์Šต๋‹ˆ๊นŒ? + required: false + - label: ๐Ÿ”ฑ ๋ฐฐํฌ ๋ฆฌ์ŠคํŠธ๋ฅผ ์ด์Šˆ์— ๋งž๊ฒŒ ์„ค์ •ํ•˜์…จ์Šต๋‹ˆ๊นŒ? + required: false + - label: ๐Ÿ“ ํƒ€์ดํ‹€์— ๋ฐฐํฌ ์ด๋ฆ„์„ ์ถ”๊ฐ€ํ•˜์˜€์Šต๋‹ˆ๊นŒ? + required: true + - label: ๐Ÿ“ ๋ฐฐํฌ ๋ฒ„์ „์„ ์ ์ ˆํ•˜๊ฒŒ ์ •ํ•˜์˜€์Šต๋‹ˆ๊นŒ? + required: false + - label: ๐Ÿ“Œ ์ž‘์„ฑ์ž๋Š” ๋ชจ๋“  ์ž‘์—…์— ๋Œ€ํ•œ ์ •๋ณด๊ฐ€ ๊ณต๊ฐœ๋จ์„ ๋™์˜ํ•จ๋‹ˆ๊นŒ? + required: true diff --git a/.github/ISSUE_TEMPLATE/DIAGRAM.yml b/.github/ISSUE_TEMPLATE/DIAGRAM.yml new file mode 100644 index 0000000..7ba99db --- /dev/null +++ b/.github/ISSUE_TEMPLATE/DIAGRAM.yml @@ -0,0 +1,120 @@ +name: "โ›“๏ธ ๋‹ค์ด์–ด๊ทธ๋žจ ๋ณด๊ณ ์„œ" +description: "๋‹ค์ด์–ด๊ทธ๋žจ์— ์„ค์ •์— ๋Œ€ํ•œ ๋ณด๊ณ ์„œ์ž…๋‹ˆ๋‹ค" +title: "โ›“๏ธ Diagram: " +labels: ["๐Ÿ“ ๋ฌธ์„œ", "โ›“๏ธ ๋‹ค์ด์–ด๊ทธ๋žจ"] +projects: ["kyoulee/1"] +assignees: + - kyoulee +body: + - type: markdown + attributes: + value: | + # ๋‹ค์ด์–ด๊ทธ๋žจ ์ž‘์„ฑ + + github mermaid ๋ฅผ ์ค€์ˆ˜ํ•˜๋ฉฐ ๊ทธ์— ๋งž๊ฒŒ ์ถœ๋ ฅ๋œ๋‹ค + + ๊ฐ€์ด๋“œ๋ผ์ธ [๐Ÿš€ ๋งํฌ](https://mermaid.js.org/intro/) ๋ฅผ ํ™•์ธํ•ด ์ฃผ์„ธ์š” + + ## ๋‹ค์ด์–ด๊ทธ๋žจ ์ž‘์„ฑ ๋ฐฉ๋ฒ• + - ๋‹ค์Œ์ค„์— ๊ธฐ์ž…์ด ๊ฐ€๋Šฅํ•˜๋ฉฐ + - ๊นƒ ํ—ˆ๋ธŒ ๋งˆํฌ๋‹ค์šด์œผ๋กœ ์ž‘๋™ํ•ฉ๋‹ˆ๋‹ค + - type: input + id: input_name + attributes: + label: ๐Ÿ“ฃ ๋‹ค์ด์–ด๊ทธ๋žจ ์ด๋ฆ„ + description: ๐Ÿ’ญ ๋‹ค์ด์–ด๊ทธ๋žจ์˜ ์ด๋ฆ„์„ ์ž‘์„ฑํ•ด ์ฃผ์„ธ์š” + placeholder: ๐Ÿซง <์ด๋ฆ„> + validations: + required: true + - type: dropdown + id: dropdown_type + attributes: + label: ๐Ÿ“ฃ ๋‹ค์ด์–ด๊ทธ๋žจ ์ฐจํŠธ ํƒ€์ž…์„ ์„ ํƒํ•ด ์ฃผ์„ธ์š” + description: ๐Ÿ’ญ ํƒ€์ž…์„ ์ฐธ๊ณ ํ•˜์—ฌ ์„ ํƒํ•ด์ฃผ์„ธ์š” + multiple: false + options: + - flowchart LR + - sequenceDiagram + - classDiagram + - stateDiagram-v2 + - erDiagram + - journey + - gantt + - pie showData + - quadrantChart + - requirementDiagram + - gitGraph + - C4Context + - mindmap + - timeline + - zenuml + - sankey-beta + - graph TB + default: 0 + validations: + required: true + - type: textarea + id: textarea_description + attributes: + label: ๐Ÿ“ฃ ๋‹ค์ด์–ด๊ทธ๋žจ ์ƒ์„ฑ ์ด์œ  + description: ๐Ÿ’ญ ๋‹ค์ด์–ด๊ทธ๋žจ ์ƒ์„ฑ ์ด์œ ์„ ์ ์–ด์ฃผ์„ธ์š” + placeholder: | + ๐Ÿซง <๋‹ค์ด์–ด๊ทธ๋žจ ์ƒ์„ฑ ์ด์œ > + 1. <์ด์œ > + 2. <์ด์œ > + render: '' + validations: + required: false + - type: textarea + id: textarea_work + attributes: + label: ๐Ÿ“ฃ ๋‹ค์ด์–ด๊ทธ๋žจ ์ž‘์„ฑ + description: ๐Ÿ’ญ ๋‹ค์ด์–ด๊ทธ๋žจ์— ํ•„์š”ํ•œ ๋ชฉ๋ก ์ž‘์„ฑ + placeholder: | + ๐Ÿซง + < ์ฐจํŠธ ํƒ€์ž… ? ์ƒ์œ„์— ์„ ํƒํ•œ ํƒ€์ž…์„ ์ž‘์„ฑํ•ด ์ฃผ์„ธ์š” > + --> |๊ฑฐ์ ˆ| + --> + --> |์ˆ˜๋ฝ| + end + value: | + flowchart LR + ์‚ฌ์šฉ์ž --> ๊ด€๋ฆฌ์ž_์‹ ์ฒญ + ๊ด€๋ฆฌ์ž_์‹ ์ฒญ -->|๊ฑฐ์ ˆ|์‚ฌ์šฉ์ž + ๊ด€๋ฆฌ์ž_์‹ ์ฒญ -->|์ˆ˜๋ฝ|๊ด€๋ฆฌ์ž + subgraph Admin + ๊ด€๋ฆฌ์ž-->๋ฆฌ๋ทฐ์กฐํšŒ + ๊ด€๋ฆฌ์ž-->์ด์Šˆ์ƒ์„ฑ + ๊ด€๋ฆฌ์ž-->์ด์Šˆ์„ ํƒ + ์ด์Šˆ์ƒ์„ฑ-->์ด์Šˆ์ƒ์„ธ์ž‘์„ฑ + ์ด์Šˆ์ƒ์„ธ์ž‘์„ฑ-->w{์ž‘์—…} + ์ด์Šˆ์„ ํƒ-->w{์ž‘์—…} + w{์ž‘์—…}-->์ž‘์—…_์™„๋ฃŒ + ์ž‘์—…_์™„๋ฃŒ--"`์ฝ”๋“œ ์Šคํƒ€์ผ & ๊ทœ์น™ ํ™•์ธ `"-->์ž๊ฐ€์ •๊ฒ€ + ์ž๊ฐ€์ •๊ฒ€-->|"`PR ์ „์†ก`"|๋ฆฌ๋ทฐ์‹ ์ฒญ + subgraph Reviewer + ๋ฆฌ๋ทฐ์กฐํšŒ-->๋ฆฌ๋ทฐ์‹ ์ฒญ + ๋ฆฌ๋ทฐ์‹ ์ฒญ--์Šน์ธ-->f{{์™„๋ฃŒ}}:::green + end + ๋ฆฌ๋ทฐ์‹ ์ฒญ--๊ฑฐ์ ˆ-->์ด์Šˆ์ƒ์„ธ์ž‘์„ฑ + end + classDef red stroke:#f00 + classDef green fill:#060 + classDef blue stroke:#00f + render: 'mermaid' + validations: + required: true + - type: checkboxes + id: checkboxes_list + attributes: + label: ๐Ÿ“ฃ ์ž‘์„ฑ์ž ์ฒดํฌ๋ฆฌ์ŠคํŠธ + description: ๐Ÿ’ญ ์ž‘์„ฑ์ž ์ฒดํฌ๋ฆฌ์ŠคํŠธ + options: + - label: ๐Ÿ”ฑ ๋‹ค์ด์–ด๊ทธ๋žจ ์ œ๋ชฉ์„ ์ ์ ˆํ•˜๊ฒŒ ์ •ํ•˜์˜€์Šต๋‹ˆ๊นŒ? + required: false + - label: ๐Ÿ“ '๋‹ค์ด์–ด๊ทธ๋žจ ์ž‘์„ฑ'์— ์„ ํƒํ•œ ์ฐจํŠธํƒ€์ž…์„ ๊ธฐ์ž…ํ•˜์˜€์Šต๋‹ˆ๊นŒ? + required: true + - label: ๐Ÿ“ ํƒ€์ดํ‹€์— ๋‹ค์ด์–ด๊ทธ๋žจ ์ด๋ฆ„์„ ์ถ”๊ฐ€ํ•˜์˜€์Šต๋‹ˆ๊นŒ? + required: true + - label: ๐Ÿ“Œ ์ž‘์„ฑ์ž๋Š” ๋ชจ๋“  ์ž‘์—…์— ๋Œ€ํ•œ ์ •๋ณด๊ฐ€ ๊ณต๊ฐœ๋จ์„ ๋™์˜ํ•จ๋‹ˆ๊นŒ? + required: true diff --git a/.github/ISSUE_TEMPLATE/DOCS.yml b/.github/ISSUE_TEMPLATE/DOCS.yml new file mode 100644 index 0000000..0da46a7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/DOCS.yml @@ -0,0 +1,67 @@ +name: "๐Ÿ“ ๋ฌธ์„œ ๋ณด๊ณ ์„œ" +description: "๋ฌธ์„œ์— ์„ค์ •์— ๋Œ€ํ•œ ๋ณด๊ณ ์„œ์ž…๋‹ˆ๋‹ค" +title: "๐Ÿ“ Docs: " +labels: ["๐Ÿ“ ๋ฌธ์„œ"] +projects: ["kyoulee/1"] +assignees: + - kyoulee +body: + - type: markdown + attributes: + value: | + # ๋ฌธ์„œ ์ž‘์„ฑ + + ## ๋ฌธ์„œ ์ž‘์„ฑ ๋ฐฉ๋ฒ• + - ๋‹ค์Œ์ค„์— ๊ธฐ์ž…์ด ๊ฐ€๋Šฅํ•˜๋ฉฐ + - ๊นƒ ํ—ˆ๋ธŒ ๋งˆํฌ๋‹ค์šด์œผ๋กœ ์ž‘๋™ํ•ฉ๋‹ˆ๋‹ค + - type: input + id: input_name + attributes: + label: ๐Ÿ“ฃ ๋ฌธ์„œ ์ด๋ฆ„ + description: ๐Ÿ’ญ ๋ฌธ์„œ์˜ ์ด๋ฆ„์„ ์ž‘์„ฑํ•ด ์ฃผ์„ธ์š” + placeholder: ๐Ÿซง <์ด๋ฆ„> + validations: + required: true + - type: textarea + id: textarea_description + attributes: + label: ๐Ÿ“ฃ ๋ฌธ์„œ ์ž‘์—… ์ด์œ  + description: ๐Ÿ’ญ ๋ฌธ์„œ ์ž‘์—… ์ด์œ ์„ ์ ์–ด์ฃผ์„ธ์š” + placeholder: | + ๐Ÿซง <๋ฌธ์„œ ์ƒ์„ฑ ์ด์œ > + 1. <์ด์œ > + 2. <์ด์œ > + render: '' + validations: + required: false + - type: textarea + id: textarea_work + attributes: + label: โœ… ์ž‘์—… ๋ฆฌ์ŠคํŠธ + description: ๐Ÿ’ญ ์ž‘์—…์— ํ•„์š”ํ•œ ๋ชฉ๋ก ์ž‘์„ฑ + placeholder: | + ๐Ÿซง + - [ ] <์ฒดํฌ 1> + - [ ] <์ฒดํฌ 2> + value: | + - [ ] <์ž‘์—… 1> + - [ ] <์ž‘์—… 2> + - [ ] <์ž‘์—… 3> + - [ ] ๋”์ž…๋ ฅ ... + render: '' + validations: + required: true + - type: checkboxes + id: checkboxes_list + attributes: + label: ๐Ÿ“ฃ ์ž‘์„ฑ์ž ์ฒดํฌ๋ฆฌ์ŠคํŠธ + description: ๐Ÿ’ญ ์ž‘์„ฑ์ž ์ฒดํฌ๋ฆฌ์ŠคํŠธ + options: + - label: ๐Ÿ”ฑ ๋ฌธ์„œ ์ œ๋ชฉ์„ ์ ์ ˆํ•˜๊ฒŒ ์ •ํ•˜์˜€์Šต๋‹ˆ๊นŒ? + required: false + - label: ๐Ÿ”ฑ ์ž‘์—… ๋ฆฌ์ŠคํŠธ๋ฅผ ์ด์Šˆ์— ๋งž๊ฒŒ ์„ค์ •ํ•˜์…จ์Šต๋‹ˆ๊นŒ? + required: false + - label: ๐Ÿ“ ํƒ€์ดํ‹€์— ๋ฌธ์„œ ์ด๋ฆ„์„ ์ถ”๊ฐ€ํ•˜์˜€์Šต๋‹ˆ๊นŒ? + required: true + - label: ๐Ÿ“Œ ์ž‘์„ฑ์ž๋Š” ๋ชจ๋“  ์ž‘์—…์— ๋Œ€ํ•œ ์ •๋ณด๊ฐ€ ๊ณต๊ฐœ๋จ์„ ๋™์˜ํ•จ๋‹ˆ๊นŒ? + required: true diff --git a/.github/ISSUE_TEMPLATE/FEAT.yml b/.github/ISSUE_TEMPLATE/FEAT.yml new file mode 100644 index 0000000..ba14299 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/FEAT.yml @@ -0,0 +1,69 @@ +name: "โšก๏ธ ๊ธฐ๋Šฅ" +description: "๊ธฐ๋Šฅ ์ถ”๊ฐ€ ๋Œ€ํ•œ ๋ณด๊ณ ์„œ์ž…๋‹ˆ๋‹ค" +title: "โšก๏ธ Feat: " +labels: ["โšก๏ธ ๊ธฐ๋Šฅ"] +projects: ["kyoulee/1"] +assignees: + - kyoulee +body: + - type: markdown + attributes: + value: | + # ๊ธฐ๋Šฅ ์ถ”๊ฐ€ ๋ณด๊ณ ์„œ + + ์ƒˆ๋กœ์šด ๊ธฐ๋Šฅ์— ๋Œ€ํ•œ ์ ์šฉ ๊ณผ์ • ๋ณด๊ณ ์„œ ์ž…๋‹ˆ๋‹ค. + + ## ๊ธฐ๋Šฅ ์ž‘์„ฑ ๋ฐฉ๋ฒ• + - ๋‹ค์Œ์ค„์— ๊ธฐ์ž…์ด ๊ฐ€๋Šฅํ•˜๋ฉฐ + - ๊นƒ ํ—ˆ๋ธŒ ๋งˆํฌ๋‹ค์šด์œผ๋กœ ์ž‘๋™ํ•ฉ๋‹ˆ๋‹ค + - type: input + id: input_name + attributes: + label: ๐Ÿ“ฃ ๊ธฐ๋Šฅ ์ด๋ฆ„ + description: ๐Ÿ’ญ ๊ธฐ๋Šฅ์˜ ์ด๋ฆ„์„ ์ž‘์„ฑํ•ด ์ฃผ์„ธ์š” + placeholder: ๐Ÿซง <์ด๋ฆ„> + validations: + required: true + - type: textarea + id: textarea_description + attributes: + label: ๐Ÿ“ฃ ๊ธฐ๋Šฅ ์ถ”๊ฐ€ ์ด์œ  + description: ๐Ÿ’ญ ๊ธฐ๋Šฅ ์ถ”๊ฐ€ํ•˜๋Š” ์ด์œ ์„ ์ ์–ด์ฃผ์„ธ์š” + placeholder: | + ๐Ÿซง <๊ธฐ๋Šฅ ์ƒ์„ฑ ์ด์œ > + 1. <์ด์œ > + 2. <์ด์œ > + render: '' + validations: + required: true + - type: textarea + id: textarea_work + attributes: + label: โœ… ์ž‘์—… ๋ฆฌ์ŠคํŠธ + description: ๐Ÿ’ญ ์ž‘์—…์— ํ•„์š”ํ•œ ๋ชฉ๋ก ์ž‘์„ฑ + placeholder: | + ๐Ÿซง + - [ ] <์ฒดํฌ 1> + - [ ] <์ฒดํฌ 2> + value: | + - [ ] <์ž‘์—… 1> + - [ ] <์ž‘์—… 2> + - [ ] <์ž‘์—… 3> + - [ ] ๋”์ž…๋ ฅ ... + render: '' + validations: + required: true + - type: checkboxes + id: checkboxes_list + attributes: + label: ๐Ÿ“ฃ ์ž‘์„ฑ์ž ์ฒดํฌ๋ฆฌ์ŠคํŠธ + description: ๐Ÿ’ญ ์ž‘์„ฑ์ž ์ฒดํฌ๋ฆฌ์ŠคํŠธ + options: + - label: ๐Ÿ”ฑ ๊ธฐ๋Šฅ ์ œ๋ชฉ์„ ์ ์ ˆํ•˜๊ฒŒ ์ •ํ•˜์˜€์Šต๋‹ˆ๊นŒ? + required: false + - label: ๐Ÿ”ฑ ์ž‘์—… ๋ฆฌ์ŠคํŠธ๋ฅผ ์ด์Šˆ์— ๋งž๊ฒŒ ์„ค์ •ํ•˜์…จ์Šต๋‹ˆ๊นŒ? + required: false + - label: ๐Ÿ“ ํƒ€์ดํ‹€์— ๊ธฐ๋Šฅ ์ด๋ฆ„์„ ์ถ”๊ฐ€ํ•˜์˜€์Šต๋‹ˆ๊นŒ? + required: true + - label: ๐Ÿ“Œ ์ž‘์„ฑ์ž๋Š” ๋ชจ๋“  ์ž‘์—…์— ๋Œ€ํ•œ ์ •๋ณด๊ฐ€ ๊ณต๊ฐœ๋จ์„ ๋™์˜ํ•จ๋‹ˆ๊นŒ? + required: true diff --git a/.github/ISSUE_TEMPLATE/FIX.yml b/.github/ISSUE_TEMPLATE/FIX.yml new file mode 100644 index 0000000..71c221d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/FIX.yml @@ -0,0 +1,67 @@ +name: "๐Ÿ› ๏ธ ์ˆ˜์ • ๋ณด๊ณ ์„œ" +description: "์ˆ˜์ •์— ์„ค์ •์— ๋Œ€ํ•œ ๋ณด๊ณ ์„œ์ž…๋‹ˆ๋‹ค" +title: "๐Ÿ› ๏ธ Fix: " +labels: ["๐Ÿ› ๏ธ ์ˆ˜์ •"] +projects: ["kyoulee/1"] +assignees: + - kyoulee +body: + - type: markdown + attributes: + value: | + # ์ˆ˜์ • ์ž‘์„ฑ + + ## ์ˆ˜์ • ์ž‘์„ฑ ๋ฐฉ๋ฒ• + - ๋‹ค์Œ์ค„์— ๊ธฐ์ž…์ด ๊ฐ€๋Šฅํ•˜๋ฉฐ + - ๊นƒ ํ—ˆ๋ธŒ ๋งˆํฌ๋‹ค์šด์œผ๋กœ ์ž‘๋™ํ•ฉ๋‹ˆ๋‹ค + - type: input + id: input_name + attributes: + label: ๐Ÿ“ฃ ์ˆ˜์ • ์ œ๋ชฉ + description: ๐Ÿ’ญ ์ˆ˜์ • ์ œ๋ชฉ์„ ์ž‘์„ฑํ•ด ์ฃผ์„ธ์š” + placeholder: ๐Ÿซง <์ œ๋ชฉ> + validations: + required: true + - type: textarea + id: textarea_description + attributes: + label: ๐Ÿ“ฃ ์ˆ˜์ • ์ž‘์—… ์ด์œ  + description: ๐Ÿ’ญ ์ˆ˜์ • ์ž‘์—… ์ด์œ ์„ ์ ์–ด์ฃผ์„ธ์š” + placeholder: | + ๐Ÿซง <์ˆ˜์ • ์ƒ์„ฑ ์ด์œ > + 1. <์ด์œ > + 2. <์ด์œ > + render: '' + validations: + required: false + - type: textarea + id: textarea_work + attributes: + label: โœ… ์ž‘์—… ๋ฆฌ์ŠคํŠธ + description: ๐Ÿ’ญ ์ž‘์—…์— ํ•„์š”ํ•œ ๋ชฉ๋ก ์ž‘์„ฑ + placeholder: | + ๐Ÿซง + - [ ] <์ฒดํฌ 1> + - [ ] <์ฒดํฌ 2> + value: | + - [ ] <#์ด์Šˆ 1> <์ž‘์—… ๋‚ด์šฉ> + - [ ] <#์ด์Šˆ 1> <์ž‘์—… ๋‚ด์šฉ> + - [ ] <#์ด์Šˆ 1> <์ž‘์—… ๋‚ด์šฉ> + - [ ] ๋”์ž…๋ ฅ ... + render: '' + validations: + required: true + - type: checkboxes + id: checkboxes_list + attributes: + label: ๐Ÿ“ฃ ์ž‘์„ฑ์ž ์ฒดํฌ๋ฆฌ์ŠคํŠธ + description: ๐Ÿ’ญ ์ž‘์„ฑ์ž ์ฒดํฌ๋ฆฌ์ŠคํŠธ + options: + - label: ๐Ÿ”ฑ ์ˆ˜์ • ์ œ๋ชฉ์„ ์ ์ ˆํ•˜๊ฒŒ ์ •ํ•˜์˜€์Šต๋‹ˆ๊นŒ? + required: false + - label: ๐Ÿ”ฑ ์ž‘์—… ๋ฆฌ์ŠคํŠธ๋ฅผ ์ด์Šˆ์— ๋งž๊ฒŒ ์„ค์ •ํ•˜์…จ์Šต๋‹ˆ๊นŒ? + required: false + - label: ๐Ÿ“ ํƒ€์ดํ‹€์— ์ˆ˜์ • ์ด๋ฆ„์„ ์ถ”๊ฐ€ํ•˜์˜€์Šต๋‹ˆ๊นŒ? + required: true + - label: ๐Ÿ“Œ ์ž‘์„ฑ์ž๋Š” ๋ชจ๋“  ์ž‘์—…์— ๋Œ€ํ•œ ์ •๋ณด๊ฐ€ ๊ณต๊ฐœ๋จ์„ ๋™์˜ํ•จ๋‹ˆ๊นŒ? + required: true diff --git a/.github/ISSUE_TEMPLATE/GITHUB_SETTING.yml b/.github/ISSUE_TEMPLATE/GITHUB_SETTING.yml new file mode 100644 index 0000000..3b8e6d4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/GITHUB_SETTING.yml @@ -0,0 +1,80 @@ +name: "๐ŸŒ‘ Github ํ™˜๊ฒฝ์„ค์ •" +description: "๊นƒํ—ˆ๋ธŒ ํ™˜๊ฒฝ์„ค์ •์— ๋Œ€ํ•œ ๋ณด๊ณ ์„œ์ž…๋‹ˆ๋‹ค" +title: "๐ŸŒ‘ Github: " +labels: ["๐ŸŒ‘ Github"] +projects: ["kyoulee/1"] +assignees: + - kyoulee +body: + - type: markdown + attributes: + value: | + # Github ํ™˜๊ฒฝ์„ค์ • ๋ณด๊ณ ์„œ + + ๊นƒํ—ˆ๋ธŒ ๊ฐœ๋ฐœ ํ™˜๊ฒฝ์— ๋งž๋Š” ํ™˜๊ฒฝ์„ ์„ค์ •ํ•˜๊ธฐ์œ„ํ•œ ๋ณด๊ณ ์„œ์ž…๋‹ˆ๋‹ค + ํŒŒ์ผ์˜ ์œ„์น˜์— ๋Œ€ํ•œ ์„ค๋ช…์ž…๋‹ˆ๋‹ค [๋งํฌ](https://docs.gitea.com/1.20/usage/issue-pull-request-templates) + ์ •ํ•ด์ง„ ํ™˜๊ฒฝ์— ์•Œ๋งž๊ฒŒ ์„ค์ •ํ•˜๊ณ  ๋ชจ๋“ ์ด๊ฐ€ ๊ณตํ†ต์ž‘์—…์„ ํ•  ์ˆ˜ ์žˆ๋„๋ก ๋งŒ๋“œ๋Š”๊ฒƒ์ด ๋ชฉํ‘œ์ž…๋‹ˆ๋‹ค + + ## ํ™˜๊ฒฝ์„ค์ • ์ž‘์„ฑ ๋ฐฉ๋ฒ• + - ๋‹ค์Œ์ค„์— ๊ธฐ์ž…์ด ๊ฐ€๋Šฅํ•˜๋ฉฐ + - ๊นƒ ํ—ˆ๋ธŒ ๋งˆํฌ๋‹ค์šด์œผ๋กœ ์ž‘๋™ํ•ฉ๋‹ˆ๋‹ค + - type: input + id: input_name + attributes: + label: ๐Ÿ“ฃ ํ™˜๊ฒฝ์„ค์ • ์ด๋ฆ„ + description: ๐Ÿ’ญ ํ™˜๊ฒฝ์„ค์ •์˜ ์ด๋ฆ„์„ ์ž‘์„ฑํ•ด ์ฃผ์„ธ์š” + placeholder: ๐Ÿซง <์ด๋ฆ„> + value: ๋ฒ ์ด์Šค Github ํ™˜๊ฒฝ์„ค์ • + validations: + required: true + - type: textarea + id: textarea_description + attributes: + label: ๐Ÿ“ฃ ํ™˜๊ฒฝ์„ค์ • ํ•„์š” ๋ชฉ๋ก + description: ๐Ÿ’ญ ํ™˜๊ฒฝ์„ค์ • ํ•„์š” ๋ชฉ๋ก์„ ์ ์–ด์ฃผ์„ธ์š” + placeholder: | + ๐Ÿซง <ํ™˜๊ฒฝ์„ค์ • ํ•„์š” ๋ชฉ๋ก> + 1. <๋ชฉ๋ก 1> + 2. <๋ชฉ๋ก 2> + render: '' + validations: + required: true + - type: textarea + id: textarea_work + attributes: + label: โœ… ํ™˜๊ฒฝ์„ค์ • ๋ฆฌ์ŠคํŠธ + description: ๐Ÿ’ญ ์ž‘์—…์— ํ•„์š”ํ•œ ํ™˜๊ฒฝ๊ตฌํ˜„ + placeholder: | + ๐Ÿซง + - [ ] <์ฒดํฌ 1> + - [ ] <์ฒดํฌ 2> + value: | + - [ ] .gitconfig ์ž‘์„ฑ + - [ ] .gitmessage ์ž‘์„ฑ + - [ ] LICENSE ์ž‘์„ฑ + - [ ] SECURITY ์ž‘์„ฑ + - [ ] CODEOWNERS ์ž‘์„ฑ + - [ ] CODE_OF_CONDUCT ์ž‘์„ฑ + - [ ] CONTRIBUTING ์ž‘์„ฑ + - [ ] PULL_REQUEST_TEMPLATE ์ž‘์„ฑ + - [ ] ISSUE_TEMPLATE ์ž‘์„ฑ + - [ ] Issues labels ์„ธํŒ… + - [ ] Discussions ํ™œ์„ฑํ™” + - [ ] page ๋ฏธ๋ฆฌ๋ณด๊ธฐ ์„ค์ • + render: '' + validations: + required: true + - type: checkboxes + id: checkboxes_list + attributes: + label: ๐Ÿ“ฃ ์ž‘์„ฑ์ž ์ฒดํฌ๋ฆฌ์ŠคํŠธ + description: ๐Ÿ’ญ ์ž‘์„ฑ์ž ์ฒดํฌ๋ฆฌ์ŠคํŠธ + options: + - label: ๐Ÿ”ฑ ํ™˜๊ฒฝ์„ค์ • ์ œ๋ชฉ์„ ์ ์ ˆํ•˜๊ฒŒ ์ •ํ•˜์˜€์Šต๋‹ˆ๊นŒ? + required: false + - label: ๐Ÿ”ฑ ํ™˜๊ฒฝ์„ค์ • ๋ฆฌ์ŠคํŠธ๋ฅผ ์ด์Šˆ์— ๋งž๊ฒŒ ์„ค์ •ํ•˜์…จ์Šต๋‹ˆ๊นŒ? + required: false + - label: ๐Ÿ“ ํƒ€์ดํ‹€์— ํ™˜๊ฒฝ์„ค์ • ์ด๋ฆ„์„ ์ถ”๊ฐ€ํ•˜์˜€์Šต๋‹ˆ๊นŒ? + required: true + - label: ๐Ÿ“Œ ์ž‘์„ฑ์ž๋Š” ๋ชจ๋“  ์ž‘์—…์— ๋Œ€ํ•œ ์ •๋ณด๊ฐ€ ๊ณต๊ฐœ๋จ์„ ๋™์˜ํ•จ๋‹ˆ๊นŒ? + required: true diff --git a/.github/ISSUE_TEMPLATE/REFACTORING.yml b/.github/ISSUE_TEMPLATE/REFACTORING.yml new file mode 100644 index 0000000..b42f6a7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/REFACTORING.yml @@ -0,0 +1,77 @@ +name: "โ™ป๏ธ ๋ฆฌํŽ™ํ† ๋ง" +description: "๋ฆฌํŽ™ํ† ๋ง ๊ณผ์ •์— ๋Œ€ํ•œ ๋ณด๊ณ ์„œ์ž…๋‹ˆ๋‹ค" +title: "โ™ป๏ธ Refactoring: " +labels: ["โ™ป๏ธ ๋ฆฌํŽ™ํ† ๋ง"] +projects: ["kyoulee/1"] +assignees: + - kyoulee +body: + - type: markdown + attributes: + value: | + # ๋ฆฌํŽ™ํ† ๋ง ์ž‘์„ฑ + + ๋ฆฌํŽ™ํ† ๋ง ๋ชฉ๋ก issue ๋งํ‚น ๋Œ€ํ•œ ๋งํฌ + + ## ๋ฆฌํŽ™ํ† ๋ง ์ž‘์„ฑ ๋ฐฉ๋ฒ• + - ๋‹ค์Œ์ค„์— ๊ธฐ์ž…์ด ๊ฐ€๋Šฅํ•˜๋ฉฐ + - ๊นƒ ํ—ˆ๋ธŒ ๋งˆํฌ๋‹ค์šด์œผ๋กœ ์ž‘๋™ํ•ฉ๋‹ˆ๋‹ค + - type: input + id: input_name + attributes: + label: ๐Ÿ“ฃ ๋ฆฌํŽ™ํ† ๋ง ์ด๋ฆ„ + description: ๐Ÿ’ญ ๋ฆฌํŽ™ํ† ๋ง์˜ ์ด๋ฆ„์„ ์ž‘์„ฑํ•ด ์ฃผ์„ธ์š” + placeholder: ๐Ÿซง <์ด๋ฆ„> + validations: + required: true + - type: textarea + id: textarea_description + attributes: + label: ๐Ÿ“ฃ ๋ฆฌํŽ™ํ† ๋ง ๋ชฉ์  + description: ๐Ÿ’ญ ๋ฆฌํŽ™ํ† ๋ง ๋ชฉ์ ์„ ์ ์–ด์ฃผ์„ธ์š” + placeholder: | + ๐Ÿซง <๋ฆฌํŽ™ํ† ๋ง ํ•˜๋Š” ์ด์œ > + 1. <์ด์œ > + 2. <์ด์œ > + render: '' + validations: + required: false + - type: input + id: input_parent + attributes: + label: ๐Ÿ“ฃ ๋ฆฌํŽ™ํ† ๋ง ์ด์Šˆ๋ฅผ ๊ธฐ์ž…ํ•ด์ฃผ์„ธ์š” + description: ๐Ÿ’ญ ๋ฆฌํŽ™ํ† ๋ง ์ด์Šˆ ์ž‘์„ฑ + placeholder: ๐Ÿซง <#์ด์Šˆ๋ฒˆํ˜ธ> + validations: + required: true + - type: textarea + id: textarea_work + attributes: + label: โœ… ๋ฆฌํŽ™ํ† ๋ง ๋ฆฌ์ŠคํŠธ + description: ๐Ÿ’ญ ๋ฆฌํŽ™ํ† ๋ง์— ๋ฆฌํŽ™ํ† ๋ง ๋ชฉ์ฐจ๋ฅผ ์ž‘์„ฑํ•ด์ฃผ์„ธ์š” + placeholder: | + ๐Ÿซง + - [ ] <์ฒดํฌ 1> + - [ ] <์ฒดํฌ 2> + value: | + - [ ] <#์ด์Šˆ 1> <์ž‘์—… ๋‚ด์šฉ> + - [ ] <#์ด์Šˆ 2> <์ž‘์—… ๋‚ด์šฉ> + - [ ] <#์ด์Šˆ 3> <์ž‘์—… ๋‚ด์šฉ> + - [ ] ๋”์ž…๋ ฅ ... + render: '' + validations: + required: true + - type: checkboxes + id: checkboxes_list + attributes: + label: ๐Ÿ“ฃ ์ž‘์„ฑ์ž ์ฒดํฌ๋ฆฌ์ŠคํŠธ + description: ๐Ÿ’ญ ์ž‘์„ฑ์ž ์ฒดํฌ๋ฆฌ์ŠคํŠธ + options: + - label: ๐Ÿ”ฑ ๋ฆฌํŽ™ํ† ๋ง ์ œ๋ชฉ์„ ์ ์ ˆํ•˜๊ฒŒ ์ •ํ•˜์˜€์Šต๋‹ˆ๊นŒ? + required: false + - label: ๐Ÿ”ฑ ๋ฆฌํŽ™ํ† ๋ง ๋ฆฌ์ŠคํŠธ๋ฅผ ์ด์Šˆ์— ๋งž๊ฒŒ ์„ค์ •ํ•˜์…จ์Šต๋‹ˆ๊นŒ? + required: false + - label: ๐Ÿ“ ํƒ€์ดํ‹€์— ๋ฆฌํŽ™ํ† ๋ง ์ด๋ฆ„์„ ์ถ”๊ฐ€ํ•˜์˜€์Šต๋‹ˆ๊นŒ? + required: true + - label: ๐Ÿ“Œ ์ž‘์„ฑ์ž๋Š” ๋ชจ๋“  ์ž‘์—…์— ๋Œ€ํ•œ ์ •๋ณด๊ฐ€ ๊ณต๊ฐœ๋จ์„ ๋™์˜ํ•จ๋‹ˆ๊นŒ? + required: true diff --git a/.github/ISSUE_TEMPLATE/SECURITY.yml b/.github/ISSUE_TEMPLATE/SECURITY.yml new file mode 100644 index 0000000..4d6c80e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/SECURITY.yml @@ -0,0 +1,69 @@ +name: "๐Ÿ” ๋ณด์•ˆ" +description: "๋ณด์•ˆ ์ถ”๊ฐ€ ๋Œ€ํ•œ ๋ณด๊ณ ์„œ์ž…๋‹ˆ๋‹ค" +title: "๐Ÿ” Tech: " +labels: ["๐Ÿ” ๋ณด์•ˆ"] +projects: ["kyoulee/1"] +assignees: + - kyoulee +body: + - type: markdown + attributes: + value: | + # ๋ณด์•ˆ ์ถ”๊ฐ€ ๋ณด๊ณ ์„œ + + ์ƒˆ๋กœ์šด ๋ณด์•ˆ์— ๋Œ€ํ•œ ์ ์šฉ ๊ณผ์ • ๋ณด๊ณ ์„œ ์ž…๋‹ˆ๋‹ค. + + ## ๋ณด์•ˆ ์ž‘์„ฑ ๋ฐฉ๋ฒ• + - ๋‹ค์Œ์ค„์— ๊ธฐ์ž…์ด ๊ฐ€๋Šฅํ•˜๋ฉฐ + - ๊นƒ ํ—ˆ๋ธŒ ๋งˆํฌ๋‹ค์šด์œผ๋กœ ์ž‘๋™ํ•ฉ๋‹ˆ๋‹ค + - type: input + id: input_name + attributes: + label: ๐Ÿ“ฃ ๋ณด์•ˆ ์ด๋ฆ„ + description: ๐Ÿ’ญ ๋ณด์•ˆ์˜ ์ด๋ฆ„์„ ์ž‘์„ฑํ•ด ์ฃผ์„ธ์š” + placeholder: ๐Ÿซง <์ด๋ฆ„> + validations: + required: true + - type: textarea + id: textarea_description + attributes: + label: ๐Ÿ“ฃ ๋ณด์•ˆ ์ถ”๊ฐ€ ์ด์œ  + description: ๐Ÿ’ญ ๋ณด์•ˆ ์ถ”๊ฐ€ํ•˜๋Š” ์ด์œ ์„ ์ ์–ด์ฃผ์„ธ์š” + placeholder: | + ๐Ÿซง <๋ณด์•ˆ ์ƒ์„ฑ ์ด์œ > + 1. <์ด์œ > + 2. <์ด์œ > + render: '' + validations: + required: true + - type: textarea + id: textarea_work + attributes: + label: โœ… ์ž‘์—… ๋ฆฌ์ŠคํŠธ + description: ๐Ÿ’ญ ์ž‘์—…์— ํ•„์š”ํ•œ ๋ชฉ๋ก ์ž‘์„ฑ + placeholder: | + ๐Ÿซง + - [ ] <์ฒดํฌ 1> + - [ ] <์ฒดํฌ 2> + value: | + - [ ] <์ž‘์—… 1> + - [ ] <์ž‘์—… 2> + - [ ] <์ž‘์—… 3> + - [ ] ๋”์ž…๋ ฅ ... + render: '' + validations: + required: true + - type: checkboxes + id: checkboxes_list + attributes: + label: ๐Ÿ“ฃ ์ž‘์„ฑ์ž ์ฒดํฌ๋ฆฌ์ŠคํŠธ + description: ๐Ÿ’ญ ์ž‘์„ฑ์ž ์ฒดํฌ๋ฆฌ์ŠคํŠธ + options: + - label: ๐Ÿ”ฑ ๋ณด์•ˆ ์ œ๋ชฉ์„ ์ ์ ˆํ•˜๊ฒŒ ์ •ํ•˜์˜€์Šต๋‹ˆ๊นŒ? + required: false + - label: ๐Ÿ”ฑ ์ž‘์—… ๋ฆฌ์ŠคํŠธ๋ฅผ ์ด์Šˆ์— ๋งž๊ฒŒ ์„ค์ •ํ•˜์…จ์Šต๋‹ˆ๊นŒ? + required: false + - label: ๐Ÿ“ ํƒ€์ดํ‹€์— ๋ณด์•ˆ ์ด๋ฆ„์„ ์ถ”๊ฐ€ํ•˜์˜€์Šต๋‹ˆ๊นŒ? + required: true + - label: ๐Ÿ“Œ ์ž‘์„ฑ์ž๋Š” ๋ชจ๋“  ์ž‘์—…์— ๋Œ€ํ•œ ์ •๋ณด๊ฐ€ ๊ณต๊ฐœ๋จ์„ ๋™์˜ํ•จ๋‹ˆ๊นŒ? + required: true diff --git a/.github/ISSUE_TEMPLATE/SETTING.yml b/.github/ISSUE_TEMPLATE/SETTING.yml new file mode 100644 index 0000000..9c6a534 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/SETTING.yml @@ -0,0 +1,75 @@ +name: "๐ŸŒŽ ํ™˜๊ฒฝ์„ค์ •" +description: "ํ™˜๊ฒฝ์„ค์ •์— ๋Œ€ํ•œ ๋ณด๊ณ ์„œ์ž…๋‹ˆ๋‹ค" +title: "๐ŸŒŽ Setting: " +labels: ["๐ŸŒŽ ํ™˜๊ฒฝ์„ค์ •"] +projects: ["kyoulee/1"] +assignees: + - kyoulee +body: + - type: markdown + attributes: + value: | + # ํ™˜๊ฒฝ์„ค์ • ๋ณด๊ณ ์„œ + + ๊ฐœ๋ฐœ ํ™˜๊ฒฝ์— ๋งž๋Š” ํ™˜๊ฒฝ์„ ์„ค์ •ํ•˜๊ธฐ์œ„ํ•œ ๋ณด๊ณ ์„œ์ž…๋‹ˆ๋‹ค + + ์ •ํ•ด์ง„ ํ™˜๊ฒฝ์— ์•Œ๋งž๊ฒŒ ์„ค์ •ํ•˜๊ณ  ๋ชจ๋“ ์ด๊ฐ€ ๊ณตํ†ต์ž‘์—…์„ ํ•  ์ˆ˜ ์žˆ๋„๋ก ๋งŒ๋“œ๋Š”๊ฒƒ์ด ๋ชฉํ‘œ์ž…๋‹ˆ๋‹ค + + ## ํ™˜๊ฒฝ์„ค์ • ์ž‘์„ฑ ๋ฐฉ๋ฒ• + - ๋‹ค์Œ์ค„์— ๊ธฐ์ž…์ด ๊ฐ€๋Šฅํ•˜๋ฉฐ + - ๊นƒ ํ—ˆ๋ธŒ ๋งˆํฌ๋‹ค์šด์œผ๋กœ ์ž‘๋™ํ•ฉ๋‹ˆ๋‹ค + - type: input + id: input_name + attributes: + label: ๐Ÿ“ฃ ํ™˜๊ฒฝ์„ค์ • ์ด๋ฆ„ + description: ๐Ÿ’ญ ํ™˜๊ฒฝ์„ค์ •์˜ ์ด๋ฆ„์„ ์ž‘์„ฑํ•ด ์ฃผ์„ธ์š” + placeholder: ๐Ÿซง <์ด๋ฆ„> + validations: + required: true + - type: textarea + id: textarea_description + attributes: + label: ๐Ÿ“ฃ ํ™˜๊ฒฝ์„ค์ • ํ•„์š” ๋ชฉ๋ก + description: ๐Ÿ’ญ ํ™˜๊ฒฝ์„ค์ • ํ•„์š” ๋ชฉ๋ก์„ ์ ์–ด์ฃผ์„ธ์š” + placeholder: | + ๐Ÿซง <ํ™˜๊ฒฝ์„ค์ • ํ•„์š” ๋ชฉ๋ก> + 1. <๋ชฉ๋ก 1> + 2. <๋ชฉ๋ก 2> + render: '' + validations: + required: true + - type: textarea + id: textarea_work + attributes: + label: โœ… ํ™˜๊ฒฝ์„ค์ • ๋ฆฌ์ŠคํŠธ + description: ๐Ÿ’ญ ์ž‘์—…์— ํ•„์š”ํ•œ ํ™˜๊ฒฝ๊ตฌํ˜„ + placeholder: | + ๐Ÿซง + - [ ] <์ฒดํฌ 1> + - [ ] <์ฒดํฌ 2> + value: | + - [ ] ํ”„๋ก ํŠธ์—”๋“œ ํ”„๋ ˆ์ž„์›Œํฌ + - [ ] ๋ฐฑ์—”๋“œ ํ”„๋ ˆ์ž„์›Œํฌ + - [ ] ํด๋ผ์šฐ๋“œ ํ™˜๊ฒฝ์„ค์ • + - [ ] <# github ์ด์Šˆ> github ํ™˜๊ฒฝ์„ค์ • + - [ ] ํ”„๋กœ์ ํŠธ ํ™˜๊ฒฝ์„ค์ • + - [ ] ์ปค๋ฎค๋‹ˆํ‹ฐ ํ™œ์„ฑํ™” + - [ ] DNS ์„ค์ • + - [ ] ๊ณตํ†ต์ž‘์—… ๋ฐฉ๋ฒ• ์„ค๋ช…์„œ ์ž‘์„ฑ + render: '' + validations: + required: true + - type: checkboxes + id: checkboxes_list + attributes: + label: ๐Ÿ“ฃ ์ž‘์„ฑ์ž ์ฒดํฌ๋ฆฌ์ŠคํŠธ + description: ๐Ÿ’ญ ์ž‘์„ฑ์ž ์ฒดํฌ๋ฆฌ์ŠคํŠธ + options: + - label: ๐Ÿ”ฑ ํ™˜๊ฒฝ์„ค์ • ์ œ๋ชฉ์„ ์ ์ ˆํ•˜๊ฒŒ ์ •ํ•˜์˜€์Šต๋‹ˆ๊นŒ? + required: false + - label: ๐Ÿ”ฑ ํ™˜๊ฒฝ์„ค์ • ๋ฆฌ์ŠคํŠธ๋ฅผ ์ด์Šˆ์— ๋งž๊ฒŒ ์„ค์ •ํ•˜์…จ์Šต๋‹ˆ๊นŒ? + required: false + - label: ๐Ÿ“ ํƒ€์ดํ‹€์— ํ™˜๊ฒฝ์„ค์ • ์ด๋ฆ„์„ ์ถ”๊ฐ€ํ•˜์˜€์Šต๋‹ˆ๊นŒ? + required: true + - label: ๐Ÿ“Œ ์ž‘์„ฑ์ž๋Š” ๋ชจ๋“  ์ž‘์—…์— ๋Œ€ํ•œ ์ •๋ณด๊ฐ€ ๊ณต๊ฐœ๋จ์„ ๋™์˜ํ•จ๋‹ˆ๊นŒ? + required: true diff --git a/.github/ISSUE_TEMPLATE/STUDY.yml b/.github/ISSUE_TEMPLATE/STUDY.yml new file mode 100644 index 0000000..31fd13e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/STUDY.yml @@ -0,0 +1,80 @@ +name: "๐ŸŽ“ ํ•™์Šต" +description: "ํ•™์Šต์— ์„ค์ •์— ๋Œ€ํ•œ ๋ณด๊ณ ์„œ์ž…๋‹ˆ๋‹ค" +title: "๐ŸŽ“ Study: " +labels: ["๐ŸŽ“ ํ•™์Šต"] +projects: ["kyoulee/1"] +assignees: + - kyoulee +body: + - type: markdown + attributes: + value: | + # ํ•™์Šต ์ž‘์„ฑ + + ํ•™์Šต๋ชฉ๋ก ์ถ”์ฒœ ๋ถ€๋ถ„์— ๋Œ€ํ•œ ๋งํฌ + + - [๐Ÿš€ ์ค€๋น„์ค‘1](#) + - [๐Ÿš€ ์ค€๋น„์ค‘2](#) + + ## ํ•™์Šต ์ž‘์„ฑ ๋ฐฉ๋ฒ• + - ๋‹ค์Œ์ค„์— ๊ธฐ์ž…์ด ๊ฐ€๋Šฅํ•˜๋ฉฐ + - ๊นƒ ํ—ˆ๋ธŒ ๋งˆํฌ๋‹ค์šด์œผ๋กœ ์ž‘๋™ํ•ฉ๋‹ˆ๋‹ค + - type: input + id: input_name + attributes: + label: ๐Ÿ“ฃ ํ•™์Šต ์ด๋ฆ„ + description: ๐Ÿ’ญ ํ•™์Šต์˜ ์ด๋ฆ„์„ ์ž‘์„ฑํ•ด ์ฃผ์„ธ์š” + placeholder: ๐Ÿซง <์ด๋ฆ„> + validations: + required: true + - type: textarea + id: textarea_description + attributes: + label: ๐Ÿ“ฃ ํ•™์Šต ๋ชฉ์  + description: ๐Ÿ’ญ ํ•™์Šต ๋ชฉ์ ์„ ์ ์–ด์ฃผ์„ธ์š” + placeholder: | + ๐Ÿซง <ํ•™์Šต ํ•˜๋Š” ์ด์œ > + 1. <์ด์œ > + 2. <์ด์œ > + render: '' + validations: + required: false + - type: input + id: input_parent + attributes: + label: ๐Ÿ“ฃ ์ƒ์œ„ ํ•™์Šต๋‹จ๊ณ„๋ฅผ ๊ธฐ์ž…ํ•ด์ฃผ์„ธ์š” + description: ๐Ÿ’ญ ์ƒ์œ„ ํ•™์Šต๋‹จ๊ณ„ ์ž‘์„ฑ(์—†์„์‹œ root) + placeholder: ๐Ÿซง <์ด๋ฆ„> + validations: + required: true + - type: textarea + id: textarea_work + attributes: + label: โœ… ํ•™์Šต ๋ฆฌ์ŠคํŠธ + description: ๐Ÿ’ญ ํ•™์Šต์— ํ•™์Šต ๋ชฉ์ฐจ๋ฅผ ์ž‘์„ฑํ•ด์ฃผ์„ธ์š” + placeholder: | + ๐Ÿซง + - [ ] <์ฒดํฌ 1> + - [ ] <์ฒดํฌ 2> + value: | + - [ ] 1 ์žฅ + - [ ] 2 ์žฅ + - [ ] 3 ์žฅ + - [ ] ๋”์ž…๋ ฅ ... + render: '' + validations: + required: true + - type: checkboxes + id: checkboxes_list + attributes: + label: ๐Ÿ“ฃ ์ž‘์„ฑ์ž ์ฒดํฌ๋ฆฌ์ŠคํŠธ + description: ๐Ÿ’ญ ์ž‘์„ฑ์ž ์ฒดํฌ๋ฆฌ์ŠคํŠธ + options: + - label: ๐Ÿ”ฑ ํ•™์Šต ์ œ๋ชฉ์„ ์ ์ ˆํ•˜๊ฒŒ ์ •ํ•˜์˜€์Šต๋‹ˆ๊นŒ? + required: false + - label: ๐Ÿ”ฑ ํ•™์Šต ๋ฆฌ์ŠคํŠธ๋ฅผ ์ด์Šˆ์— ๋งž๊ฒŒ ์„ค์ •ํ•˜์…จ์Šต๋‹ˆ๊นŒ? + required: false + - label: ๐Ÿ“ ํƒ€์ดํ‹€์— ํ•™์Šต ์ด๋ฆ„์„ ์ถ”๊ฐ€ํ•˜์˜€์Šต๋‹ˆ๊นŒ? + required: true + - label: ๐Ÿ“Œ ์ž‘์„ฑ์ž๋Š” ๋ชจ๋“  ์ž‘์—…์— ๋Œ€ํ•œ ์ •๋ณด๊ฐ€ ๊ณต๊ฐœ๋จ์„ ๋™์˜ํ•จ๋‹ˆ๊นŒ? + required: true diff --git a/.github/ISSUE_TEMPLATE/STYLE.yml b/.github/ISSUE_TEMPLATE/STYLE.yml new file mode 100644 index 0000000..789e36f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/STYLE.yml @@ -0,0 +1,69 @@ +name: "๐ŸŽจ ์Šคํƒ€์ผ" +description: "์Šคํƒ€์ผ ์ถ”๊ฐ€ ๋Œ€ํ•œ ๋ณด๊ณ ์„œ์ž…๋‹ˆ๋‹ค" +title: "๐ŸŽจ Style: " +labels: ["๐ŸŽจ ์Šคํƒ€์ผ"] +projects: ["kyoulee/1"] +assignees: + - kyoulee +body: + - type: markdown + attributes: + value: | + # ์Šคํƒ€์ผ ์ถ”๊ฐ€ ๋ณด๊ณ ์„œ + + ์ƒˆ๋กœ์šด ์Šคํƒ€์ผ์— ๋Œ€ํ•œ ์ ์šฉ ๊ณผ์ • ๋ณด๊ณ ์„œ ์ž…๋‹ˆ๋‹ค. + + ## ์Šคํƒ€์ผ ์ž‘์„ฑ ๋ฐฉ๋ฒ• + - ๋‹ค์Œ์ค„์— ๊ธฐ์ž…์ด ๊ฐ€๋Šฅํ•˜๋ฉฐ + - ๊นƒ ํ—ˆ๋ธŒ ๋งˆํฌ๋‹ค์šด์œผ๋กœ ์ž‘๋™ํ•ฉ๋‹ˆ๋‹ค + - type: input + id: input_name + attributes: + label: ๐Ÿ“ฃ ์Šคํƒ€์ผ ์ด๋ฆ„ + description: ๐Ÿ’ญ ์Šคํƒ€์ผ์˜ ์ด๋ฆ„์„ ์ž‘์„ฑํ•ด ์ฃผ์„ธ์š” + placeholder: ๐Ÿซง <์ด๋ฆ„> + validations: + required: true + - type: textarea + id: textarea_description + attributes: + label: ๐Ÿ“ฃ ์Šคํƒ€์ผ ์ถ”๊ฐ€ ์ด์œ  + description: ๐Ÿ’ญ ์Šคํƒ€์ผ ์ถ”๊ฐ€ํ•˜๋Š” ์ด์œ ์„ ์ ์–ด์ฃผ์„ธ์š” + placeholder: | + ๐Ÿซง <์Šคํƒ€์ผ ์ƒ์„ฑ ์ด์œ > + 1. <์ด์œ > + 2. <์ด์œ > + render: '' + validations: + required: true + - type: textarea + id: textarea_work + attributes: + label: โœ… ์ž‘์—… ๋ฆฌ์ŠคํŠธ + description: ๐Ÿ’ญ ์ž‘์—…์— ํ•„์š”ํ•œ ๋ชฉ๋ก ์ž‘์„ฑ + placeholder: | + ๐Ÿซง + - [ ] <์ฒดํฌ 1> + - [ ] <์ฒดํฌ 2> + value: | + - [ ] <์ž‘์—… 1> + - [ ] <์ž‘์—… 2> + - [ ] <์ž‘์—… 3> + - [ ] ๋”์ž…๋ ฅ ... + render: '' + validations: + required: true + - type: checkboxes + id: checkboxes_list + attributes: + label: ๐Ÿ“ฃ ์ž‘์„ฑ์ž ์ฒดํฌ๋ฆฌ์ŠคํŠธ + description: ๐Ÿ’ญ ์ž‘์„ฑ์ž ์ฒดํฌ๋ฆฌ์ŠคํŠธ + options: + - label: ๐Ÿ”ฑ ์Šคํƒ€์ผ ์ œ๋ชฉ์„ ์ ์ ˆํ•˜๊ฒŒ ์ •ํ•˜์˜€์Šต๋‹ˆ๊นŒ? + required: false + - label: ๐Ÿ”ฑ ์ž‘์—… ๋ฆฌ์ŠคํŠธ๋ฅผ ์ด์Šˆ์— ๋งž๊ฒŒ ์„ค์ •ํ•˜์…จ์Šต๋‹ˆ๊นŒ? + required: false + - label: ๐Ÿ“ ํƒ€์ดํ‹€์— ์Šคํƒ€์ผ ์ด๋ฆ„์„ ์ถ”๊ฐ€ํ•˜์˜€์Šต๋‹ˆ๊นŒ? + required: true + - label: ๐Ÿ“Œ ์ž‘์„ฑ์ž๋Š” ๋ชจ๋“  ์ž‘์—…์— ๋Œ€ํ•œ ์ •๋ณด๊ฐ€ ๊ณต๊ฐœ๋จ์„ ๋™์˜ํ•จ๋‹ˆ๊นŒ? + required: true diff --git a/.github/ISSUE_TEMPLATE/TECHNOLOGY.yml b/.github/ISSUE_TEMPLATE/TECHNOLOGY.yml new file mode 100644 index 0000000..ca7a8ba --- /dev/null +++ b/.github/ISSUE_TEMPLATE/TECHNOLOGY.yml @@ -0,0 +1,69 @@ +name: "๐Ÿš€ ๊ธฐ์ˆ " +description: "๊ธฐ์ˆ  ์ถ”๊ฐ€ ๋Œ€ํ•œ ๋ณด๊ณ ์„œ์ž…๋‹ˆ๋‹ค" +title: "๐Ÿš€ Tech: " +labels: ["๐Ÿš€ ๊ธฐ์ˆ "] +projects: ["kyoulee/1"] +assignees: + - kyoulee +body: + - type: markdown + attributes: + value: | + # ๊ธฐ์ˆ  ์ถ”๊ฐ€ ๋ณด๊ณ ์„œ + + ์ƒˆ๋กœ์šด ๊ธฐ์ˆ ์— ๋Œ€ํ•œ ์ ์šฉ ๊ณผ์ • ๋ณด๊ณ ์„œ ์ž…๋‹ˆ๋‹ค. + + ## ๊ธฐ์ˆ  ์ž‘์„ฑ ๋ฐฉ๋ฒ• + - ๋‹ค์Œ์ค„์— ๊ธฐ์ž…์ด ๊ฐ€๋Šฅํ•˜๋ฉฐ + - ๊นƒ ํ—ˆ๋ธŒ ๋งˆํฌ๋‹ค์šด์œผ๋กœ ์ž‘๋™ํ•ฉ๋‹ˆ๋‹ค + - type: input + id: input_name + attributes: + label: ๐Ÿ“ฃ ๊ธฐ์ˆ  ์ด๋ฆ„ + description: ๐Ÿ’ญ ๊ธฐ์ˆ ์˜ ์ด๋ฆ„์„ ์ž‘์„ฑํ•ด ์ฃผ์„ธ์š” + placeholder: ๐Ÿซง <์ด๋ฆ„> + validations: + required: true + - type: textarea + id: textarea_description + attributes: + label: ๐Ÿ“ฃ ๊ธฐ์ˆ  ์ถ”๊ฐ€ ์ด์œ  + description: ๐Ÿ’ญ ๊ธฐ์ˆ  ์ถ”๊ฐ€ํ•˜๋Š” ์ด์œ ์„ ์ ์–ด์ฃผ์„ธ์š” + placeholder: | + ๐Ÿซง <๊ธฐ์ˆ  ์ƒ์„ฑ ์ด์œ > + 1. <์ด์œ > + 2. <์ด์œ > + render: '' + validations: + required: true + - type: textarea + id: textarea_work + attributes: + label: โœ… ์ž‘์—… ๋ฆฌ์ŠคํŠธ + description: ๐Ÿ’ญ ์ž‘์—…์— ํ•„์š”ํ•œ ๋ชฉ๋ก ์ž‘์„ฑ + placeholder: | + ๐Ÿซง + - [ ] <์ฒดํฌ 1> + - [ ] <์ฒดํฌ 2> + value: | + - [ ] <์ž‘์—… 1> + - [ ] <์ž‘์—… 2> + - [ ] <์ž‘์—… 3> + - [ ] ๋”์ž…๋ ฅ ... + render: '' + validations: + required: true + - type: checkboxes + id: checkboxes_list + attributes: + label: ๐Ÿ“ฃ ์ž‘์„ฑ์ž ์ฒดํฌ๋ฆฌ์ŠคํŠธ + description: ๐Ÿ’ญ ์ž‘์„ฑ์ž ์ฒดํฌ๋ฆฌ์ŠคํŠธ + options: + - label: ๐Ÿ”ฑ ๊ธฐ์ˆ  ์ œ๋ชฉ์„ ์ ์ ˆํ•˜๊ฒŒ ์ •ํ•˜์˜€์Šต๋‹ˆ๊นŒ? + required: false + - label: ๐Ÿ”ฑ ์ž‘์—… ๋ฆฌ์ŠคํŠธ๋ฅผ ์ด์Šˆ์— ๋งž๊ฒŒ ์„ค์ •ํ•˜์…จ์Šต๋‹ˆ๊นŒ? + required: false + - label: ๐Ÿ“ ํƒ€์ดํ‹€์— ๊ธฐ์ˆ  ์ด๋ฆ„์„ ์ถ”๊ฐ€ํ•˜์˜€์Šต๋‹ˆ๊นŒ? + required: true + - label: ๐Ÿ“Œ ์ž‘์„ฑ์ž๋Š” ๋ชจ๋“  ์ž‘์—…์— ๋Œ€ํ•œ ์ •๋ณด๊ฐ€ ๊ณต๊ฐœ๋จ์„ ๋™์˜ํ•จ๋‹ˆ๊นŒ? + required: true diff --git a/.github/ISSUE_TEMPLATE/TEMPLATE.yml b/.github/ISSUE_TEMPLATE/TEMPLATE.yml new file mode 100644 index 0000000..4fd5cdc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/TEMPLATE.yml @@ -0,0 +1,69 @@ +name: "๐Ÿ—ƒ๏ธ ํ…œํ”Œ๋ฆฟ ๋ณด๊ณ ์„œ" +description: "ํ…œํ”Œ๋ฆฟ์— ์„ค์ •์— ๋Œ€ํ•œ ๋ณด๊ณ ์„œ์ž…๋‹ˆ๋‹ค" +title: "๐Ÿ—ƒ๏ธ Template: " +labels: ["๐Ÿ“ ๋ฌธ์„œ", "๐Ÿ—ƒ๏ธ ํ…œํ”Œ๋ฆฟ"] +projects: ["kyoulee/1"] +assignees: + - kyoulee +body: + - type: markdown + attributes: + value: | + # ํ…œํ”Œ๋ฆฟ ์ž‘์„ฑ + + ๊ฐ€์ด๋“œ๋ผ์ธ [๐Ÿš€ ๋งํฌ](https://gist.github.com/kyoulee/0590fb2eb01aeb38d8f57a25933b8f65#file-simple_template-yml) ๋ฅผ ํ™•์ธํ•ด ์ฃผ์„ธ์š” + + ## ํ…œํ”Œ๋ฆฟ ์ž‘์„ฑ ๋ฐฉ๋ฒ• + - ๋‹ค์Œ์ค„์— ๊ธฐ์ž…์ด ๊ฐ€๋Šฅํ•˜๋ฉฐ + - ๊นƒ ํ—ˆ๋ธŒ ๋งˆํฌ๋‹ค์šด์œผ๋กœ ์ž‘๋™ํ•ฉ๋‹ˆ๋‹ค + - type: input + id: input_name + attributes: + label: ๐Ÿ“ฃ ํ…œํ”Œ๋ฆฟ ์ด๋ฆ„ + description: ๐Ÿ’ญ ํ…œํ”Œ๋ฆฟ์˜ ์ด๋ฆ„์„ ์ž‘์„ฑํ•ด ์ฃผ์„ธ์š” + placeholder: ๐Ÿซง <์ด๋ฆ„> + validations: + required: true + - type: textarea + id: textarea_description + attributes: + label: ๐Ÿ“ฃ ํ…œํ”Œ๋ฆฟ ์ƒ์„ฑ ์ด์œ  + description: ๐Ÿ’ญ ํ…œํ”Œ๋ฆฟ ์ƒ์„ฑ ์ด์œ ์„ ์ ์–ด์ฃผ์„ธ์š” + placeholder: | + ๐Ÿซง <ํ…œํ”Œ๋ฆฟ ์ƒ์„ฑ ์ด์œ > + 1. <์ด์œ > + 2. <์ด์œ > + render: '' + validations: + required: false + - type: textarea + id: textarea_work + attributes: + label: โœ… ์ž‘์—… ๋ฆฌ์ŠคํŠธ + description: ๐Ÿ’ญ ์ž‘์—…์— ํ•„์š”ํ•œ ๋ชฉ๋ก ์ž‘์„ฑ + placeholder: | + ๐Ÿซง + - [ ] <์ฒดํฌ 1> + - [ ] <์ฒดํฌ 2> + value: | + - [ ] <์ž‘์—… 1> + - [ ] <์ž‘์—… 2> + - [ ] <์ž‘์—… 3> + - [ ] ๋”์ž…๋ ฅ ... + render: '' + validations: + required: true + - type: checkboxes + id: checkboxes_list + attributes: + label: ๐Ÿ“ฃ ์ž‘์„ฑ์ž ์ฒดํฌ๋ฆฌ์ŠคํŠธ + description: ๐Ÿ’ญ ์ž‘์„ฑ์ž ์ฒดํฌ๋ฆฌ์ŠคํŠธ + options: + - label: ๐Ÿ”ฑ ํ…œํ”Œ๋ฆฟ ์ œ๋ชฉ์„ ์ ์ ˆํ•˜๊ฒŒ ์ •ํ•˜์˜€์Šต๋‹ˆ๊นŒ? + required: false + - label: ๐Ÿ”ฑ ์ž‘์—… ๋ฆฌ์ŠคํŠธ๋ฅผ ์ด์Šˆ์— ๋งž๊ฒŒ ์„ค์ •ํ•˜์…จ์Šต๋‹ˆ๊นŒ? + required: false + - label: ๐Ÿ“ ํƒ€์ดํ‹€์— ํ…œํ”Œ๋ฆฟ ์ด๋ฆ„์„ ์ถ”๊ฐ€ํ•˜์˜€์Šต๋‹ˆ๊นŒ? + required: true + - label: ๐Ÿ“Œ ์ž‘์„ฑ์ž๋Š” ๋ชจ๋“  ์ž‘์—…์— ๋Œ€ํ•œ ์ •๋ณด๊ฐ€ ๊ณต๊ฐœ๋จ์„ ๋™์˜ํ•จ๋‹ˆ๊นŒ? + required: true diff --git a/.github/ISSUE_TEMPLATE/TEST.yml b/.github/ISSUE_TEMPLATE/TEST.yml new file mode 100644 index 0000000..2004ee4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/TEST.yml @@ -0,0 +1,69 @@ +name: "๐Ÿงช ํ…Œ์ŠคํŠธ" +description: "ํ…Œ์ŠคํŠธ ์ถ”๊ฐ€ ๋Œ€ํ•œ ๋ณด๊ณ ์„œ์ž…๋‹ˆ๋‹ค" +title: "๐Ÿงช Test: " +labels: ["๐Ÿงช ํ…Œ์ŠคํŠธ"] +projects: ["kyoulee/1"] +assignees: + - kyoulee +body: + - type: markdown + attributes: + value: | + # ํ…Œ์ŠคํŠธ ์ถ”๊ฐ€ ๋ณด๊ณ ์„œ + + ์ƒˆ๋กœ์šด ํ…Œ์ŠคํŠธ์— ๋Œ€ํ•œ ์ ์šฉ ๊ณผ์ • ๋ณด๊ณ ์„œ ์ž…๋‹ˆ๋‹ค. + + ## ํ…Œ์ŠคํŠธ ์ž‘์„ฑ ๋ฐฉ๋ฒ• + - ๋‹ค์Œ์ค„์— ๊ธฐ์ž…์ด ๊ฐ€๋Šฅํ•˜๋ฉฐ + - ๊นƒ ํ—ˆ๋ธŒ ๋งˆํฌ๋‹ค์šด์œผ๋กœ ์ž‘๋™ํ•ฉ๋‹ˆ๋‹ค + - type: input + id: input_name + attributes: + label: ๐Ÿ“ฃ ํ…Œ์ŠคํŠธ ์ด๋ฆ„ + description: ๐Ÿ’ญ ํ…Œ์ŠคํŠธ์˜ ์ด๋ฆ„์„ ์ž‘์„ฑํ•ด ์ฃผ์„ธ์š” + placeholder: ๐Ÿซง <์ด๋ฆ„> + validations: + required: true + - type: textarea + id: textarea_description + attributes: + label: ๐Ÿ“ฃ ํ…Œ์ŠคํŠธ ์ถ”๊ฐ€ ์ด์œ  + description: ๐Ÿ’ญ ํ…Œ์ŠคํŠธ ์ถ”๊ฐ€ํ•˜๋Š” ์ด์œ ์„ ์ ์–ด์ฃผ์„ธ์š” + placeholder: | + ๐Ÿซง <ํ…Œ์ŠคํŠธ ์ƒ์„ฑ ์ด์œ > + 1. <์ด์œ > + 2. <์ด์œ > + render: '' + validations: + required: true + - type: textarea + id: textarea_work + attributes: + label: โœ… ์ž‘์—… ๋ฆฌ์ŠคํŠธ + description: ๐Ÿ’ญ ์ž‘์—…์— ํ•„์š”ํ•œ ๋ชฉ๋ก ์ž‘์„ฑ + placeholder: | + ๐Ÿซง + - [ ] <์ฒดํฌ 1> + - [ ] <์ฒดํฌ 2> + value: | + - [ ] <์ž‘์—… 1> + - [ ] <์ž‘์—… 2> + - [ ] <์ž‘์—… 3> + - [ ] ๋”์ž…๋ ฅ ... + render: '' + validations: + required: true + - type: checkboxes + id: checkboxes_list + attributes: + label: ๐Ÿ“ฃ ์ž‘์„ฑ์ž ์ฒดํฌ๋ฆฌ์ŠคํŠธ + description: ๐Ÿ’ญ ์ž‘์„ฑ์ž ์ฒดํฌ๋ฆฌ์ŠคํŠธ + options: + - label: ๐Ÿ”ฑ ํ…Œ์ŠคํŠธ ์ œ๋ชฉ์„ ์ ์ ˆํ•˜๊ฒŒ ์ •ํ•˜์˜€์Šต๋‹ˆ๊นŒ? + required: false + - label: ๐Ÿ”ฑ ์ž‘์—… ๋ฆฌ์ŠคํŠธ๋ฅผ ์ด์Šˆ์— ๋งž๊ฒŒ ์„ค์ •ํ•˜์…จ์Šต๋‹ˆ๊นŒ? + required: false + - label: ๐Ÿ“ ํƒ€์ดํ‹€์— ํ…Œ์ŠคํŠธ ์ด๋ฆ„์„ ์ถ”๊ฐ€ํ•˜์˜€์Šต๋‹ˆ๊นŒ? + required: true + - label: ๐Ÿ“Œ ์ž‘์„ฑ์ž๋Š” ๋ชจ๋“  ์ž‘์—…์— ๋Œ€ํ•œ ์ •๋ณด๊ฐ€ ๊ณต๊ฐœ๋จ์„ ๋™์˜ํ•จ๋‹ˆ๊นŒ? + required: true diff --git a/.github/ISSUE_TEMPLATE/UPDATE.yml b/.github/ISSUE_TEMPLATE/UPDATE.yml new file mode 100644 index 0000000..81e9178 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/UPDATE.yml @@ -0,0 +1,77 @@ +name: "๐Ÿ“ค ์—…๋ฐ์ดํŠธ" +description: "์—…๋ฐ์ดํŠธ ๊ณผ์ •์— ๋Œ€ํ•œ ๋ณด๊ณ ์„œ์ž…๋‹ˆ๋‹ค" +title: "๐Ÿ“ค Update: " +labels: ["๐Ÿ“ค ์—…๋ฐ์ดํŠธ"] +projects: ["kyoulee/1"] +assignees: + - kyoulee +body: + - type: markdown + attributes: + value: | + # ์—…๋ฐ์ดํŠธ ์ž‘์„ฑ + + ์—…๋ฐ์ดํŠธ์— ๋Œ€ํ•œ ๋ณด๊ณ ์„œ ์ž‘์„ฑ์ž…๋‹ˆ๋‹ค + + ## ์—…๋ฐ์ดํŠธ ์ž‘์„ฑ ๋ฐฉ๋ฒ• + - ๋‹ค์Œ์ค„์— ๊ธฐ์ž…์ด ๊ฐ€๋Šฅํ•˜๋ฉฐ + - ๊นƒ ํ—ˆ๋ธŒ ๋งˆํฌ๋‹ค์šด์œผ๋กœ ์ž‘๋™ํ•ฉ๋‹ˆ๋‹ค + - type: input + id: input_name + attributes: + label: ๐Ÿ“ฃ ์—…๋ฐ์ดํŠธ ์ด๋ฆ„ + description: ๐Ÿ’ญ ์—…๋ฐ์ดํŠธ์˜ ์ด๋ฆ„์„ ์ž‘์„ฑํ•ด ์ฃผ์„ธ์š” + placeholder: ๐Ÿซง <์ด๋ฆ„> + validations: + required: true + - type: textarea + id: textarea_description + attributes: + label: ๐Ÿ“ฃ ์—…๋ฐ์ดํŠธ ๋ชฉ์  + description: ๐Ÿ’ญ ์—…๋ฐ์ดํŠธ ๋ชฉ์ ์„ ์ ์–ด์ฃผ์„ธ์š” + placeholder: | + ๐Ÿซง <์—…๋ฐ์ดํŠธ ํ•˜๋Š” ์ด์œ > + 1. <์ด์œ > + 2. <์ด์œ > + render: '' + validations: + required: false + - type: input + id: input_parent + attributes: + label: ๐Ÿ“ฃ ์—…๋ฐ์ดํŠธ ์ด์Šˆ๋ฅผ ๊ธฐ์ž…ํ•ด์ฃผ์„ธ์š” + description: ๐Ÿ’ญ ์—…๋ฐ์ดํŠธ ์ด์Šˆ ์ž‘์„ฑ + placeholder: ๐Ÿซง <#์ด์Šˆ๋ฒˆํ˜ธ> + validations: + required: true + - type: textarea + id: textarea_work + attributes: + label: โœ… ์—…๋ฐ์ดํŠธ ๋ฆฌ์ŠคํŠธ + description: ๐Ÿ’ญ ์—…๋ฐ์ดํŠธ์— ์—…๋ฐ์ดํŠธ ๋ชฉ์ฐจ๋ฅผ ์ž‘์„ฑํ•ด์ฃผ์„ธ์š” + placeholder: | + ๐Ÿซง + - [ ] <์ฒดํฌ 1> + - [ ] <์ฒดํฌ 2> + value: | + - [ ] <#์ด์Šˆ 1> <์ž‘์—… ๋‚ด์šฉ> + - [ ] <#์ด์Šˆ 2> <์ž‘์—… ๋‚ด์šฉ> + - [ ] <#์ด์Šˆ 3> <์ž‘์—… ๋‚ด์šฉ> + - [ ] ๋”์ž…๋ ฅ ... + render: '' + validations: + required: true + - type: checkboxes + id: checkboxes_list + attributes: + label: ๐Ÿ“ฃ ์ž‘์„ฑ์ž ์ฒดํฌ๋ฆฌ์ŠคํŠธ + description: ๐Ÿ’ญ ์ž‘์„ฑ์ž ์ฒดํฌ๋ฆฌ์ŠคํŠธ + options: + - label: ๐Ÿ”ฑ ์—…๋ฐ์ดํŠธ ์ œ๋ชฉ์„ ์ ์ ˆํ•˜๊ฒŒ ์ •ํ•˜์˜€์Šต๋‹ˆ๊นŒ? + required: false + - label: ๐Ÿ”ฑ ์—…๋ฐ์ดํŠธ ๋ฆฌ์ŠคํŠธ๋ฅผ ์ด์Šˆ์— ๋งž๊ฒŒ ์„ค์ •ํ•˜์…จ์Šต๋‹ˆ๊นŒ? + required: false + - label: ๐Ÿ“ ํƒ€์ดํ‹€์— ์—…๋ฐ์ดํŠธ ์ด๋ฆ„์„ ์ถ”๊ฐ€ํ•˜์˜€์Šต๋‹ˆ๊นŒ? + required: true + - label: ๐Ÿ“Œ ์ž‘์„ฑ์ž๋Š” ๋ชจ๋“  ์ž‘์—…์— ๋Œ€ํ•œ ์ •๋ณด๊ฐ€ ๊ณต๊ฐœ๋จ์„ ๋™์˜ํ•จ๋‹ˆ๊นŒ? + required: true diff --git a/.github/ISSUE_TEMPLATE/WORK.yml b/.github/ISSUE_TEMPLATE/WORK.yml new file mode 100644 index 0000000..0319eb7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/WORK.yml @@ -0,0 +1,69 @@ +name: "๐Ÿ’ป ์ž‘์—… ๋ณด๊ณ ์„œ" +description: "์ž‘์—… ์„ค์ •์— ๋Œ€ํ•œ ๋ณด๊ณ ์„œ์ž…๋‹ˆ๋‹ค" +title: "๐Ÿ’ป Work: " +labels: ["๐Ÿ’ป ์ž‘์—…"] +projects: ["kyoulee/1"] +assignees: + - kyoulee +body: + - type: markdown + attributes: + value: | + # ์ž‘์—… ์ž‘์„ฑ + + ํ•ด์•ผ ํ•  ์ž‘์—…์— ๋Œ€ํ•˜์—ฌ ์„ค๋ช… ๋ฐ ์ž‘์„ฑํ•˜์„ธ์š”. + + ## ์ž‘์—… ์ž‘์„ฑ ๋ฐฉ๋ฒ• + - ๋‹ค์Œ์ค„์— ๊ธฐ์ž…์ด ๊ฐ€๋Šฅํ•˜๋ฉฐ + - ๊นƒ ํ—ˆ๋ธŒ ๋งˆํฌ๋‹ค์šด์œผ๋กœ ์ž‘๋™ํ•ฉ๋‹ˆ๋‹ค + - type: input + id: input_name + attributes: + label: ๐Ÿ“ฃ ์ž‘์—… ์ด๋ฆ„ + description: ๐Ÿ’ญ ์ž‘์—…์˜ ์ด๋ฆ„์„ ์ž‘์„ฑํ•ด ์ฃผ์„ธ์š” + placeholder: ๐Ÿซง <์ด๋ฆ„> + validations: + required: true + - type: textarea + id: textarea_description + attributes: + label: ๐Ÿ“ฃ ์ž‘์—… ๋ชฉํ‘œ + description: ๐Ÿ’ญ ์ž‘์—… ์ž‘์—… ์ด์œ ์„ ์ ์–ด์ฃผ์„ธ์š” + placeholder: | + ๐Ÿซง <์ž‘์—… ์ƒ์„ฑ ์ด์œ > + 1. <์ด์œ > + 2. <์ด์œ > + render: '' + validations: + required: false + - type: textarea + id: textarea_work + attributes: + label: โœ… ์ž‘์—… ๋ฆฌ์ŠคํŠธ + description: ๐Ÿ’ญ ์ž‘์—…์— ํ•„์š”ํ•œ ๋ชฉ๋ก ์ž‘์„ฑ + placeholder: | + ๐Ÿซง + - [ ] <์ฒดํฌ 1> + - [ ] <์ฒดํฌ 2> + value: | + - [ ] <์ž‘์—… 1> + - [ ] <์ž‘์—… 2> + - [ ] <์ž‘์—… 3> + - [ ] ๋”์ž…๋ ฅ ... + render: '' + validations: + required: true + - type: checkboxes + id: checkboxes_list + attributes: + label: ๐Ÿ“ฃ ์ž‘์„ฑ์ž ์ฒดํฌ๋ฆฌ์ŠคํŠธ + description: ๐Ÿ’ญ ์ž‘์„ฑ์ž ์ฒดํฌ๋ฆฌ์ŠคํŠธ + options: + - label: ๐Ÿ”ฑ ์ž‘์—… ์ œ๋ชฉ์„ ์ ์ ˆํ•˜๊ฒŒ ์ •ํ•˜์˜€์Šต๋‹ˆ๊นŒ? + required: false + - label: ๐Ÿ”ฑ ์ž‘์—… ๋ฆฌ์ŠคํŠธ๋ฅผ ์ด์Šˆ์— ๋งž๊ฒŒ ์„ค์ •ํ•˜์…จ์Šต๋‹ˆ๊นŒ? + required: false + - label: ๐Ÿ“ ํƒ€์ดํ‹€์— ์ž‘์—… ์ด๋ฆ„์„ ์ถ”๊ฐ€ํ•˜์˜€์Šต๋‹ˆ๊นŒ? + required: true + - label: ๐Ÿ“Œ ์ž‘์„ฑ์ž๋Š” ๋ชจ๋“  ์ž‘์—…์— ๋Œ€ํ•œ ์ •๋ณด๊ฐ€ ๊ณต๊ฐœ๋จ์„ ๋™์˜ํ•จ๋‹ˆ๊นŒ? + required: true diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..d2e1141 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: ๐Ÿ“จ liebespaar93 ๊นƒํ—ˆ๋ธŒ ํ”„๋กœํ•„ + url: https://github.com/liebespaar93/ + about: Please ask and answer questions here. + - name: ๐ŸŒŽ kyoulee ํ”„๋กœ์ ํŠธ + url: https://github.com/users/liebespaar93/projects/4 + about: Please report security vulnerabilities here. diff --git "a/.github/ISSUE_TEMPLATE/\342\231\273\357\270\217-\353\246\254\355\214\251\355\206\240\353\247\201.md" "b/.github/ISSUE_TEMPLATE/\342\231\273\357\270\217-\353\246\254\355\214\251\355\206\240\353\247\201.md" deleted file mode 100644 index 8ac5f96..0000000 --- "a/.github/ISSUE_TEMPLATE/\342\231\273\357\270\217-\353\246\254\355\214\251\355\206\240\353\247\201.md" +++ /dev/null @@ -1,28 +0,0 @@ ---- -name: "โ™ป๏ธ ๋ฆฌํŒฉํ† ๋ง" -about: ๋ฆฌํŒฉํ† ๋ง ์ž‘์—… ์ž…๋‹ˆ๋‹ค -title: "โ™ป๏ธ [Refactoring] : ๋ฆฌํŒฉํ† ๋ง" -labels: "โ™ป๏ธ ๋ฆฌํŒฉํ† ๋ง" -assignees: '' - ---- - -# ๋ฆฌํŒฉํ† ๋ง -1. ๊ฐ„๊ฒฐํ•˜๊ณ  ๋ช…ํ™•ํ•œ ์„ค๋ช…์„ ์ž‘์„ฑํ•˜์‹œ์˜ค -2. [์ฑ„ํฌ๋ฆฌ์ŠคํŠธ](#์ฒดํฌ-๋ฆฌ์ŠคํŠธ)๋ฅผ ๋”ฐ๋ผ ์„ค๋ช…์„ ์ž‘์„ฑ ํ•˜์‹œ์˜ค -3. [๋ฆฌํŒฉํ† ๋ง ๋…ธํŠธ](#๋ฆฌํŒฉํ† ๋ง-๋…ธํŠธ)์— ๊ธฐ๋Šฅ์„ ์ ์œผ์‹œ์˜ค - -## ์ฒดํฌ ๋ฆฌ์ŠคํŠธ -- [ ] ๋ฆฌํŒฉํ† ๋ง ์œ„์น˜ : -- [ ] ๋ฆฌํŒฉํ† ๋ง ์ด์œ  : -- [ ] ๋‚ ์งœ : YYYY/MM/DD -- [ ] ๋ณด๊ณ ์ž : - -## ๋ฆฌํŒฉํ† ๋ง ๋…ธํŠธ -์ œ๋ชฉ : -๋‚ด์šฉ : - ๋‚ด์šฉ์„ ์ƒ์„ธํžˆ ์ž‘์„ฑํ•ด ์ฃผ์„ธ์š” ---- - -## ์ด์Šˆ ์ž‘์„ฑ -- ์ด์Šˆ ํƒ€์ดํ‹€์— ๋ฆฌํŒฉํ† ๋ง ์ œ๋ชฉ์„ ์ž‘์„ฑํ•˜์‹œ์˜ค diff --git "a/.github/ISSUE_TEMPLATE/\360\237\214\210-\355\227\254\355\224\204.md" "b/.github/ISSUE_TEMPLATE/\360\237\214\210-\355\227\254\355\224\204.md" deleted file mode 100644 index 30fe672..0000000 --- "a/.github/ISSUE_TEMPLATE/\360\237\214\210-\355\227\254\355\224\204.md" +++ /dev/null @@ -1,28 +0,0 @@ ---- -name: "๐ŸŒˆ ํ—ฌํ”„" -about: ๋„์›€์ด ํ•„์š”ํ•  ๊ฒฝ์šฐ ์š”์ฒญ ํ•˜์„ธ์š” -title: "๐ŸŒˆ [Help] : ํ—ฌํ”„ ์ œ๋ชฉ" -labels: '๐ŸŒˆ ํ—ฌํ”„' -assignees: '' - ---- - -# ํ—ฌํ”„ -1. ๊ฐ„๊ฒฐํ•˜๊ณ  ๋ช…ํ™•ํ•œ ์„ค๋ช…์„ ์ž‘์„ฑํ•˜์‹œ์˜ค -2. [์ฑ„ํฌ๋ฆฌ์ŠคํŠธ](#์ฒดํฌ-๋ฆฌ์ŠคํŠธ)๋ฅผ ๋”ฐ๋ผ ์„ค๋ช…์„ ์ž‘์„ฑ ํ•˜์‹œ์˜ค -3. [ํ—ฌํ”„ ๋…ธํŠธ](#ํ—ฌํ”„-๋…ธํŠธ)์— ๊ธฐ๋Šฅ์„ ์ ์œผ์‹œ์˜ค - -## ์ฒดํฌ ๋ฆฌ์ŠคํŠธ -- [ ] ํ—ฌํ”„ ๋ธŒ๋ Œ์น˜ : -- [ ] ํ—ฌํ”„ ๋ฌธ์ œ : -- [ ] ๋‚ ์งœ : YYYY/MM/DD -- [ ] ๋ณด๊ณ ์ž : - -## ํ—ฌํ”„ ๋…ธํŠธ -์ œ๋ชฉ : -๋‚ด์šฉ : - ๋‚ด์šฉ์„ ์ƒ์„ธํžˆ ์ž‘์„ฑํ•ด ์ฃผ์„ธ์š” ---- - -## ์ด์Šˆ ์ž‘์„ฑ -- ์ด์Šˆ ํƒ€์ดํ‹€์— ํ—ฌํ”„ ์ œ๋ชฉ๋ฅผ ์ž‘์„ฑํ•˜์‹œ์˜ค diff --git "a/.github/ISSUE_TEMPLATE/\360\237\216\250-\353\224\224\354\236\220\354\235\270-\354\232\224\354\262\255.md" "b/.github/ISSUE_TEMPLATE/\360\237\216\250-\353\224\224\354\236\220\354\235\270-\354\232\224\354\262\255.md" deleted file mode 100644 index 4df99df..0000000 --- "a/.github/ISSUE_TEMPLATE/\360\237\216\250-\353\224\224\354\236\220\354\235\270-\354\232\224\354\262\255.md" +++ /dev/null @@ -1,27 +0,0 @@ ---- -name: "๐ŸŽจ ๋””์ž์ธ ์š”์ฒญ" -about: ๋””์ž์ธ ์ž‘์—… ์š”์ฒญ -title: "๐ŸŽจ [Design] : ๋””์ž์ธ ์š”์ฒญ" -labels: "๐ŸŽจ ๋””์ž์ธ" -assignees: '' - ---- - -# ๋””์ž์ธ ์š”์ฒญ -1. ๊ฐ„๊ฒฐํ•˜๊ณ  ๋ช…ํ™•ํ•œ ์„ค๋ช…์„ ์ž‘์„ฑํ•˜์‹œ์˜ค -2. [์ฑ„ํฌ๋ฆฌ์ŠคํŠธ](#์ฒดํฌ-๋ฆฌ์ŠคํŠธ)๋ฅผ ๋”ฐ๋ผ ์„ค๋ช…์„ ์ž‘์„ฑ ํ•˜์‹œ์˜ค -3. [๋””์ž์ธ ๋…ธํŠธ](#๋””์ž์ธ-๋…ธํŠธ)์— ๊ธฐ๋Šฅ์„ ์ ์œผ์‹œ์˜ค - -## ์ฒดํฌ ๋ฆฌ์ŠคํŠธ -- [ ] ๋””์ž์ธ ์œ„์น˜ : -- [ ] ๋‚ ์งœ : YYYY/MM/DD -- [ ] ๋ณด๊ณ ์ž : - -## ๋””์ž์ธ ๋…ธํŠธ -์ œ๋ชฉ : -๋‚ด์šฉ : - ๋‚ด์šฉ์„ ์ƒ์„ธํžˆ ์ž‘์„ฑํ•ด ์ฃผ์„ธ์š” ---- - -## ์ด์Šˆ ์ž‘์„ฑ -- ์ด์Šˆ ํƒ€์ดํ‹€์— ๋””์ž์ธ ์ œ๋ชฉ์„ ์ž‘์„ฑํ•˜์‹œ์˜ค diff --git "a/.github/ISSUE_TEMPLATE/\360\237\217\227\357\270\217-\355\231\230\352\262\260\354\204\244\354\240\225.md" "b/.github/ISSUE_TEMPLATE/\360\237\217\227\357\270\217-\355\231\230\352\262\260\354\204\244\354\240\225.md" deleted file mode 100644 index eb71d7b..0000000 --- "a/.github/ISSUE_TEMPLATE/\360\237\217\227\357\270\217-\355\231\230\352\262\260\354\204\244\354\240\225.md" +++ /dev/null @@ -1,48 +0,0 @@ ---- -name: "๐Ÿ—๏ธ ํ™˜๊ฒฐ์„ค์ • ๊ณ„ํš" -about: ํ™˜๊ฒฝ์„ค์ • ๊ณ„ํš ์ž‘์„ฑ -title: "๐Ÿ—๏ธ [Setting] : ํ™˜๊ฒฝ์„ค์ • ๊ณ„ํš" -labels: "๐Ÿ—๏ธ ํ™˜๊ฒฝ์„ค์ •" -assignees: '' - ---- - -# ํ™˜๊ฒฝ์„ค์ • ์„ค๋ช… -1. ๊ฐ„๊ฒฐํ•˜๊ณ  ๋ช…ํ™•ํ•œ ์„ค๋ช…์„ ์ž‘์„ฑํ•˜์‹œ์˜ค -2. [์ฑ„ํฌ๋ฆฌ์ŠคํŠธ](#-์ฒดํฌ-๋ฆฌ์ŠคํŠธ)๋ฅผ ๋”ฐ๋ผ ์„ค๋ช…์„ ์ž‘์„ฑ์‹œ์˜ค -3. [ํ™˜๊ฒฝ์„ค์ • ๋…ธํŠธ](#-ํ™˜๊ฒฝ์„ค์ •-๋…ธํŠธ)์— ๋ฆฌ์ŠคํŠธ๋ฅผ ์ ์œผ์‹œ์˜ค - -## ๐Ÿงญ ํ™˜๊ฒฝ์„ค์ • ์ œ๋ชฉ -๋ฐฐ์ด์Šค ํ™˜๊ฒฝ์„ค์ • - -## ๐Ÿšฉ ํ™˜๊ฒฝ์„ค์ • ๋ชฉ์  - git ๋ฐ guthub ๊ธฐ๋ณธ ์„ค์ • - -## ๐Ÿชช ์ •๋ณด -๊ธฐ์ค€ ๋ธŒ๋ Œ์น˜ ๋ช… -๐Ÿ“” 3-setting-๋ฐฐ์ด์Šค-ํ™˜๊ฒฝ์„ค์ • -| ๐Ÿ“… ์‹œ์ž‘์ผ | ๐Ÿ“ฃ ๋ณด๊ณ ์ž | ๐Ÿ“” ๋ธŒ๋ Œ์น˜ ๋ช… | ๐Ÿ› ๏ธ ์ž‘์—… | -| :----------- | :---------: | :-------------------------------- | :------------------- | -| 2023/09/15 | ์•„๊ธฐ์ƒˆ | 3-setting-๋ฐฐ์ด์Šค-ํ™˜๊ฒฝ์„ค์ • | ์ƒ์„ฑ | -| 2023/09/15 | ์•„๊ธฐ์ƒˆ | 4-gitconfig-์ž‘์„ฑ | gitconfig ์ž‘์„ฑ | - -# ๐Ÿ“ ํ™˜๊ฒฝ์„ค์ • ๋…ธํŠธ -## โœ… ์ฒดํฌ ๋ฆฌ์ŠคํŠธ -- [ ] .gitconfig ์ž‘์„ฑ -- [ ] .gitmessage ์ž‘์„ฑ -- [ ] LICENSE ์ž‘์„ฑ -- [ ] SECURITY ์ž‘์„ฑ -- [ ] CODEOWNERS ์ž‘์„ฑ -- [ ] CODE_OF_CONDUCT ์ž‘์„ฑ -- [ ] CONTRIBUTING ์ž‘์„ฑ -- [ ] PULL_REQUEST_TEMPLATE ์ž‘์„ฑ -- [ ] ISSUE_TEMPLATE ์ž‘์„ฑ -- [ ] Discussions ํ™œ์„ฑํ™” -- [ ] Issues ์„ธํŒ… -- [ ] page ๋ฏธ๋ฆฌ๋ณด๊ธฐ ์„ค์ • - - ๋‚ด์šฉ์„ ์ƒ์„ธํžˆ ์ž‘์„ฑํ•ด ์ฃผ์„ธ์š” ---- - -## ์ด์Šˆ ์ž‘์„ฑ -- ์ด์Šˆ ํƒ€์ดํ‹€์— ํ™˜๊ฒฝ์„ค์ • ์ œ๋ชฉ์„ ์ž‘์„ฑํ•˜์‹œ์˜ค diff --git "a/.github/ISSUE_TEMPLATE/\360\237\220\233-\353\262\204\352\267\270-\353\263\264\352\263\240.md" "b/.github/ISSUE_TEMPLATE/\360\237\220\233-\353\262\204\352\267\270-\353\263\264\352\263\240.md" deleted file mode 100644 index cc39314..0000000 --- "a/.github/ISSUE_TEMPLATE/\360\237\220\233-\353\262\204\352\267\270-\353\263\264\352\263\240.md" +++ /dev/null @@ -1,29 +0,0 @@ ---- -name: "๐Ÿ› ๋ฒ„๊ทธ ๋ณด๊ณ " -about: ๋ฒ„๊ทธ ๋ณด๊ณ ์„œ ์ž‘์„ฑ -title: "๐Ÿ› [Bug] : ๋ฒ„๊ทธ ๋ณด๊ณ " -labels: "๐Ÿ› ๋ฒ„๊ทธ" -assignees: '' - ---- - -## ๋ฒ„๊ทธ ์ž‘์„ฑ ์„ค๋ช… -1. ๊ฐ„๊ฒฐํ•˜๊ณ  ๋ช…ํ™•ํ•œ ์„ค๋ช…์„ ์ž‘์„ฑํ•˜์‹œ์˜ค -2. [์ฑ„ํฌ๋ฆฌ์ŠคํŠธ](#์ฒดํฌ-๋ฆฌ์ŠคํŠธ)๋ฅผ ๋”ฐ๋ผ ์„ค๋ช…์„ ์ž‘์„ฑ์‹œ์˜ค -3. [๋ฒ„๊ทธ ๋…ธํŠธ](#๋ฒ„๊ทธ-๋…ธํŠธ)์— ๋ฒ„๊ทธ๋ฅผ ์ ์œผ์‹œ์˜ค - -## ์ฒดํฌ ๋ฆฌ์ŠคํŠธ -- [ ] ์–ด๋– ํ•œ ์ž‘์—…์ค‘ ๋ฐœ์ƒํ•˜์˜€๋‚˜ : -- [ ] ๋ธŒ๋ Œ์น˜ ๋ช… : -- [ ] ๋‚ ์งœ : YYYY/MM/DD -- [ ] ๋ณด๊ณ ์ž : - -## ๋ฒ„๊ทธ ๋…ธํŠธ -๋ฒ„๊ทธ ๋ณ„๋ช… : -ํ™˜๊ฒฝ : -๋‚ด์šฉ : - ๋‚ด์šฉ์„ ์ƒ์„ธํžˆ ์ž‘์„ฑํ•ด ์ฃผ์„ธ์š” ---- - -## ์ด์Šˆ ์ž‘์„ฑ -- ์ด์Šˆ ํƒ€์ดํ‹€์— ๋ฒ„๊ทธ ๋ณ„๋ช…์„ ์ž‘์„ฑํ•˜์‹œ์˜ค diff --git "a/.github/ISSUE_TEMPLATE/\360\237\222\241-\355\225\231\354\212\265-\352\263\204\355\232\215.md" "b/.github/ISSUE_TEMPLATE/\360\237\222\241-\355\225\231\354\212\265-\352\263\204\355\232\215.md" deleted file mode 100644 index d03a137..0000000 --- "a/.github/ISSUE_TEMPLATE/\360\237\222\241-\355\225\231\354\212\265-\352\263\204\355\232\215.md" +++ /dev/null @@ -1,28 +0,0 @@ ---- -name: "๐Ÿ’ก ํ•™์Šต ๊ณ„ํš" -about: ํ•™์Šต ํ•ด์•ผํ•  ๋ชฉ๋ก ์ž‘์„ฑ -title: "๐Ÿ’ก [Study] : ํ•™์Šต ๊ณ„ํš" -labels: "๐Ÿ’ก ํ•™์Šต" -assignees: '' - ---- - -# ํ•™์Šต ๊ณ„ํš ์ž‘์„ฑ -1. ๊ฐ„๊ฒฐํ•˜๊ณ  ๋ช…ํ™•ํ•œ ์„ค๋ช…์„ ์ž‘์„ฑํ•˜์‹œ์˜ค -2. [์ฑ„ํฌ๋ฆฌ์ŠคํŠธ](#์ฒดํฌ-๋ฆฌ์ŠคํŠธ)๋ฅผ ๋”ฐ๋ผ ์„ค๋ช…์„ ์ž‘์„ฑ ํ•˜์‹œ์˜ค -3. [ํ•™์Šต ๋…ธํŠธ](#ํ•™์Šต-๋…ธํŠธ)์— ๊ธฐ๋Šฅ์„ ์ ์œผ์‹œ์˜ค - -## ์ฒดํฌ ๋ฆฌ์ŠคํŠธ -- [ ] ํ•™์Šต๋ชฉํ‘œ : -- [ ] ๊ธฐ์ˆ  ์Šคํƒ : -- [ ] ๋‚ ์งœ : YYYY/MM/DD -- [ ] ๋ณด๊ณ ์ž : - -## ํ•™์Šต ๋…ธํŠธ -์ฐธ๊ณ  ์‚ฌ์ดํŠธ : -๋‚ด์šฉ : - ๋‚ด์šฉ์„ ์ƒ์„ธํžˆ ์ž‘์„ฑํ•ด ์ฃผ์„ธ์š” ---- - -## ์ด์Šˆ ์ž‘์„ฑ -- ์ด์Šˆ ํƒ€์ดํ‹€์— ํ•™์Šต ๋ชฉํ‘œ๋ฅผ ์ž‘์„ฑํ•˜์‹œ์˜ค diff --git "a/.github/ISSUE_TEMPLATE/\360\237\223\235-\353\254\270\354\204\234-\354\236\221\354\227\205.md" "b/.github/ISSUE_TEMPLATE/\360\237\223\235-\353\254\270\354\204\234-\354\236\221\354\227\205.md" deleted file mode 100644 index e2c11b8..0000000 --- "a/.github/ISSUE_TEMPLATE/\360\237\223\235-\353\254\270\354\204\234-\354\236\221\354\227\205.md" +++ /dev/null @@ -1,27 +0,0 @@ ---- -name: "๐Ÿ“ ๋ฌธ์„œ ์ž‘์—…" -about: ๋ฌธ์„œ ์ž‘์—…์ด ํ•„์š”ํ•ฉ๋‹ˆ๋‹ค -title: "๐Ÿ“ [Doc] : ๋ฌธ์„œ ์ž‘์—…" -labels: "๐Ÿ“ ๋ฌธ์„œ" -assignees: '' - ---- - -# ๋ฌธ์„œ ์ž‘์—… -1. ๊ฐ„๊ฒฐํ•˜๊ณ  ๋ช…ํ™•ํ•œ ์„ค๋ช…์„ ์ž‘์„ฑํ•˜์‹œ์˜ค -2. [์ฑ„ํฌ๋ฆฌ์ŠคํŠธ](#์ฒดํฌ-๋ฆฌ์ŠคํŠธ)๋ฅผ ๋”ฐ๋ผ ์„ค๋ช…์„ ์ž‘์„ฑ ํ•˜์‹œ์˜ค -3. [๋ฌธ์„œ ๋…ธํŠธ](#๋ฌธ์„œ-๋…ธํŠธ)์— ๊ธฐ๋Šฅ์„ ์ ์œผ์‹œ์˜ค - -## ์ฒดํฌ ๋ฆฌ์ŠคํŠธ -- [ ] ๋ฌธ์„œ : -- [ ] ๋‚ ์งœ : YYYY/MM/DD -- [ ] ๋ณด๊ณ ์ž : - -## ๋ฌธ์„œ ๋…ธํŠธ -์ œ๋ชฉ : -๋‚ด์šฉ : - ๋‚ด์šฉ์„ ์ƒ์„ธํžˆ ์ž‘์„ฑํ•ด ์ฃผ์„ธ์š” ---- - -## ์ด์Šˆ ์ž‘์„ฑ -- ์ด์Šˆ ํƒ€์ดํ‹€์— ๋ฌธ์„œ ์ œ๋ชฉ์„ ์ž‘์„ฑํ•˜์‹œ์˜ค diff --git "a/.github/ISSUE_TEMPLATE/\360\237\224\221-\353\263\264\354\225\210-\354\236\221\354\227\205.md" "b/.github/ISSUE_TEMPLATE/\360\237\224\221-\353\263\264\354\225\210-\354\236\221\354\227\205.md" deleted file mode 100644 index 7cb2812..0000000 --- "a/.github/ISSUE_TEMPLATE/\360\237\224\221-\353\263\264\354\225\210-\354\236\221\354\227\205.md" +++ /dev/null @@ -1,27 +0,0 @@ ---- -name: "๐Ÿ”‘ ๋ณด์•ˆ ์ž‘์—…" -about: ๋ณด์•ˆ ๋ฌธ์ œ์™€ ๋ณด์•ˆ ์„ค์ • -title: "๐Ÿ”‘ [Security] : ๋ณด์•ˆ ์ž‘์—…" -labels: "๐Ÿ”‘ ๋ณด์•ˆ" -assignees: '' - ---- - -# ๋ณด์•ˆ ์ž‘์—… -1. ๊ฐ„๊ฒฐํ•˜๊ณ  ๋ช…ํ™•ํ•œ ์„ค๋ช…์„ ์ž‘์„ฑํ•˜์‹œ์˜ค -2. [์ฑ„ํฌ๋ฆฌ์ŠคํŠธ](#์ฒดํฌ-๋ฆฌ์ŠคํŠธ)๋ฅผ ๋”ฐ๋ผ ์„ค๋ช…์„ ์ž‘์„ฑ ํ•˜์‹œ์˜ค -3. [๋ณด์•ˆ ๋…ธํŠธ](#๋ณด์•ˆ-๋…ธํŠธ)์— ๊ธฐ๋Šฅ์„ ์ ์œผ์‹œ์˜ค - -## ์ฒดํฌ ๋ฆฌ์ŠคํŠธ -- [ ] ๋ณด์•ˆ ์„ค์ • ํƒ€๊ฒŸ : -- [ ] ๋‚ ์งœ : YYYY/MM/DD -- [ ] ๋ณด๊ณ ์ž : - -## ๋ณด์•ˆ ๋…ธํŠธ -๋ฌธ์ œ : -๋‚ด์šฉ : - ๋‚ด์šฉ์„ ์ƒ์„ธํžˆ ์ž‘์„ฑํ•ด ์ฃผ์„ธ์š” ---- - -## ์ด์Šˆ ์ž‘์„ฑ -- ์ด์Šˆ ํƒ€์ดํ‹€์— ๋ณด์•ˆ ๋ฌธ์ œ์„ ์ž‘์„ฑํ•˜์‹œ์˜ค diff --git "a/.github/ISSUE_TEMPLATE/\360\237\232\200-\352\270\260\353\212\245-\354\232\224\354\262\255.md" "b/.github/ISSUE_TEMPLATE/\360\237\232\200-\352\270\260\353\212\245-\354\232\224\354\262\255.md" deleted file mode 100644 index cec1a3b..0000000 --- "a/.github/ISSUE_TEMPLATE/\360\237\232\200-\352\270\260\353\212\245-\354\232\224\354\262\255.md" +++ /dev/null @@ -1,28 +0,0 @@ ---- -name: "๐Ÿš€ ๊ธฐ๋Šฅ ์š”์ฒญ" -about: ์ƒˆ๋กœ์šด ๊ธฐ๋Šฅ์„ ์ œ์•ˆํ•˜์„ธ์š” -title: "๐Ÿš€ [Feat] : ๊ธฐ๋Šฅ ์š”์ฒญ" -labels: "๐Ÿš€ ๊ธฐ๋Šฅ" -assignees: '' - ---- - -# ๊ธฐ๋Šฅ ์š”์ฒญ -1. ๊ฐ„๊ฒฐํ•˜๊ณ  ๋ช…ํ™•ํ•œ ์„ค๋ช…์„ ์ž‘์„ฑํ•˜์‹œ์˜ค -2. [์ฑ„ํฌ๋ฆฌ์ŠคํŠธ](#์ฒดํฌ-๋ฆฌ์ŠคํŠธ)๋ฅผ ๋”ฐ๋ผ ์„ค๋ช…์„ ์ž‘์„ฑ ํ•˜์‹œ์˜ค -3. [๊ธฐ๋Šฅ ๋…ธํŠธ](#๊ธฐ๋Šฅ-๋…ธํŠธ)์— ๊ธฐ๋Šฅ์„ ์ ์œผ์‹œ์˜ค - -## ์ฒดํฌ ๋ฆฌ์ŠคํŠธ -- [ ] ๋ฌธ์ œ์  : -- [ ] ์•„์ด๋””์–ด : -- [ ] ๋‚ ์งœ : YYYY/MM/DD -- [ ] ๋ณด๊ณ ์ž : - -## ๊ธฐ๋Šฅ ๋…ธํŠธ -์ด๋ฆ„ : -๋‚ด์šฉ : - ๋‚ด์šฉ์„ ์ƒ์„ธํžˆ ์ž‘์„ฑํ•ด ์ฃผ์„ธ์š” ---- - -## ์ด์Šˆ ์ž‘์„ฑ -- ์ด์Šˆ ํƒ€์ดํ‹€์— ๊ธฐ๋Šฅ ์ด๋ฆ„์„ ์ž‘์„ฑํ•˜์‹œ์˜ค diff --git "a/.github/ISSUE_TEMPLATE/\360\237\247\252-\355\205\214\354\212\244\355\212\270-\354\204\244\354\240\225.md" "b/.github/ISSUE_TEMPLATE/\360\237\247\252-\355\205\214\354\212\244\355\212\270-\354\204\244\354\240\225.md" deleted file mode 100644 index 5113b4f..0000000 --- "a/.github/ISSUE_TEMPLATE/\360\237\247\252-\355\205\214\354\212\244\355\212\270-\354\204\244\354\240\225.md" +++ /dev/null @@ -1,27 +0,0 @@ ---- -name: "๐Ÿงช ํ…Œ์ŠคํŠธ ์„ค์ •" -about: ํ…Œ์ŠคํŠธ๋ฅผ ์œ„ํ•œ ์ž‘์—… ํ˜น์€ ์„ค์ •์„ ํ•ฉ๋‹ˆ๋‹ค. -title: "๐Ÿงช [Test] : ํ…Œ์ŠคํŠธ ์ œ๋ชฉ" -labels: "๐Ÿงช ํ…Œ์ŠคํŠธ" -assignees: '' - ---- - -# ํ…Œ์ŠคํŠธ ์„ค์ • -1. ๊ฐ„๊ฒฐํ•˜๊ณ  ๋ช…ํ™•ํ•œ ์„ค๋ช…์„ ์ž‘์„ฑํ•˜์‹œ์˜ค -2. [์ฑ„ํฌ๋ฆฌ์ŠคํŠธ](#์ฒดํฌ-๋ฆฌ์ŠคํŠธ)๋ฅผ ๋”ฐ๋ผ ์„ค๋ช…์„ ์ž‘์„ฑ ํ•˜์‹œ์˜ค -3. [ํ…Œ์ŠคํŠธ ๋…ธํŠธ](#ํ…Œ์ŠคํŠธ-๋…ธํŠธ)์— ๊ธฐ๋Šฅ์„ ์ ์œผ์‹œ์˜ค - -## ์ฒดํฌ ๋ฆฌ์ŠคํŠธ -- [ ] ํ…Œ์ŠคํŠธ ๋ธŒ๋ Œ์น˜ : -- [ ] ๋‚ ์งœ : YYYY/MM/DD -- [ ] ๋ณด๊ณ ์ž : - -## ํ…Œ์ŠคํŠธ ๋…ธํŠธ -์ œ๋ชฉ : -๋‚ด์šฉ : - ๋‚ด์šฉ์„ ์ƒ์„ธํžˆ ์ž‘์„ฑํ•ด ์ฃผ์„ธ์š” ---- - -## ์ด์Šˆ ์ž‘์„ฑ -- ์ด์Šˆ ํƒ€์ดํ‹€์— ํ…Œ์ŠคํŠธ ์ œ๋ชฉ์„ ์ž‘์„ฑํ•˜์‹œ์˜ค diff --git a/.gitmessage b/.gitmessage index 6b1fbad..97f0d78 100644 --- a/.gitmessage +++ b/.gitmessage @@ -1,41 +1,45 @@ -## (์ด๋ชจํ‹ฐ์ฝ˜) [ํƒ€์ž…]: <์ œ๋ชฉ> ํ˜•์‹์œผ๋กœ ์ž‘์„ฑํ•˜๋ฉฐ ์ œ๋ชฉ์€ ์ตœ๋Œ€ 50๊ธ€์ž ์ •๋„๋กœ๋งŒ ์ž…๋ ฅ -### ์ œ๋ชฉ ๋์— ๋งˆ์นจํ‘œ ๊ธˆ์ง€, ์–ด๋Š ๊ธฐ์ˆ  ํ˜น์€ ์ž‘์—…์„ ํ–ˆ๋Š”์ง€ ์ž‘์„ฑ -๐Ÿš€ [Feat] : ์ƒˆ๋กœ์šด ๊ธฐ๋Šฅ ์ถ”๊ฐ€ -### ์ œ๋ชฉ๊ณผ ๋ณธ๋ฌธ์˜ ๊ตฌ๋ถ„์„ ์œ„ํ•œ ๋นˆ ์ค„ +# --------- ์ œ๋ชฉ --------- +# (์ด๋ชจํ‹ฐ์ฝ˜) <ํƒ€์ž…>: <์ œ๋ชฉ> ํ˜•์‹์œผ๋กœ ์ž‘์„ฑํ•˜๋ฉฐ ์ œ๋ชฉ์€ ์ตœ๋Œ€ 50๊ธ€์ž ์ •๋„๋กœ๋งŒ ์ž…๋ ฅ +# ์ œ๋ชฉ ๋์— ๋งˆ์นจํ‘œ ๊ธˆ์ง€, ์–ด๋Š ๊ธฐ์ˆ  ํ˜น์€ ์ž‘์—…์„ ํ–ˆ๋Š”์ง€ ์ž‘์„ฑ +โšก๏ธ Feat : ์ƒˆ๋กœ์šด ๊ธฐ๋Šฅ ์ถ”๊ฐ€ +### ๐ŸŒฑ Initial : initial commit +### ๐Ÿ Bug : ๋ฒ„๊ทธ ๋ฐœ๊ฒฌ +### ๐Ÿ’ฃ Delete : ์ฝ”๋“œ ํ˜น์€ ๋ธŒ๋ Œ์น˜ ์‚ญ์ œ +### ๐ŸŽ‰ Deploy : ๋ฐฐํฌ ์ž‘์—… +### ๐ŸŽจ Design : ๋””์ž์ธ ์ž‘์—… +### โ›“๏ธ Diagram : ๋‹ค์ด์–ด๊ทธ๋žจ ์ž‘์—… +### ๐Ÿ“ Docs : ๋ฌธ์„œ ์ž‘์—… +### โšก๏ธ Feat : ๊ธฐ๋Šฅ ์ถ”๊ฐ€ +### ๐Ÿ› ๏ธ Fix : ์ˆ˜์ • ์ž‘์—… +### ๐ŸŒ‘ Github : ๊นƒํ—ˆ๋ธŒ ํ™˜๊ฒฝ ์ž‘์—… +### โ™ป๏ธ Refactoring : ๋ฆฌํŽ™ํ† ๋ง ์ž‘์—… +### ๐Ÿ” Tech : ๋ณด์•ˆ ์ž‘์—… +### ๐ŸŒŽ Setting : ํ™˜๊ฒฝ์„ค์ • ์ž‘์—… +### ๐ŸŽ“ Study : ํ•™์Šต +### ๐Ÿš€ Tech : ๊ธฐ์ˆ  ์ถ”๊ฐ€ +### ๐Ÿ—ƒ๏ธ Template : ํ…œํ”Œ๋ฆฟ ์ž‘์—… +### ๐Ÿงช Test : ํ…Œ์ŠคํŠธ ์ž‘์—… +### ๐Ÿ“ค Update : ์—…๋ฐ์ดํŠธ ์ž‘์—… +### ๐Ÿ“ฆ๏ธ Merge : ๋ธŒ๋ Œ์น˜ ๋ณ‘ํ•ฉ +### ๐Ÿšง RO : ์ ‘๊ทผ๊ธˆ์ง€ ์ฝ”๋“œ +### ๐Ÿšจ Import : Git tree์„ ์‹ฌ๊ฐํ•˜๊ฒŒ ์ˆ˜์ •ํ•จ ์ค‘์š” +### โœจ Other : ํŠน๋ณ„ํ•œ ์ž‘์—…์‚ฌํ•ญ +# ์ œ๋ชฉ๊ณผ ๋ณธ๋ฌธ์˜ ๊ตฌ๋ถ„์„ ์œ„ํ•œ ๋นˆ ์ค„ -## (์ด๋ชจํ‹ฐ์ฝ˜) or [ํƒ€์ž…]: ๋ณธ๋ฌธ(์ถ”๊ฐ€ ์„ค๋ช…) ๋ณธ๋ฌธ์€ ์˜๋ฌธ ๊ธฐ์ค€ 72์ž๋งˆ๋‹ค ์ค„ ๋ฐ”๊พธ๊ธฐ -### ์ž‘์„ฑ(๋ฌด์—‡์„ ํ–ˆ๋Š”์ง€ ๋ช…ํ™•ํ•˜๊ฒŒ ์ž‘์„ฑ) -- โœ… : OOO ์™„๋ฃŒ -### ๋ณธ๋ฌธ๊ณผ ๊ผฌ๋ฆฟ๋ง์˜ ๊ตฌ๋ถ„์„ ์œ„ํ•œ ๋นˆ ์ค„(ํ•„์š”์‹œ ๋ฐ‘์— ์ฃผ์„ ์ œ๊ฑฐ) +# --------- ๋ณธ๋ฌธ --------- +# - [x] (์ด๋ชจํ‹ฐ์ฝ˜) <ํƒ€์ž…> : ๋ณธ๋ฌธ(์ถ”๊ฐ€ ์„ค๋ช…) ๋ณธ๋ฌธ์€ ์˜๋ฌธ ๊ธฐ์ค€ 72์ž๋งˆ๋‹ค ์ค„ ๋ฐ”๊พธ๊ธฐ +# ์ž‘์„ฑ(๋ฌด์—‡์„ ํ–ˆ๋Š”์ง€ ๋ช…ํ™•ํ•˜๊ฒŒ ์ž‘์„ฑ) +- [x] โœ… Done : OOO ์™„๋ฃŒ +### ๐Ÿšฉ Version : ๋ฒ„์ „ ์„ค์ • +### ๐Ÿท๏ธ Tag : ํƒœ๊ทธ ์„ค์ • +### โœ… Done : ์™„๋ฃŒ +### โŒ Close : ์ž‘์—… ์ค‘์ง€ +### ๐Ÿ’ฌ Issue : ์ด์Šˆ +### ๐Ÿ’ก Idea : ์•„์ด๋””์–ด +### ๐Ÿ’ธ Pay : ๋น„์šฉ +### ๐Ÿ—‘๏ธ del : ์‚ญ์ œ +# ๋ณธ๋ฌธ๊ณผ ๊ผฌ๋ฆฟ๋ง์˜ ๊ตฌ๋ถ„์„ ์œ„ํ•œ ๋นˆ ์ค„(ํ•„์š”์‹œ ๋ฐ‘์— ์ฃผ์„ ์ œ๊ฑฐ) # -## ๊ผฌ๋ฆฟ๋ง(footer) ์ž‘์„ฑ(ํ•„์š”์‹œ ๋ฐ‘์— ์ฃผ์„ ์ œ๊ฑฐ ํ›„ ์ž‘์„ฑ) +# -------- ๊ผฌ๋ฆฌ๋ง -------- +# ๊ผฌ๋ฆฌ๋ง(footer) ์ž‘์„ฑ(ํ•„์š”์‹œ ๋ฐ‘์— ์ฃผ์„ ์ œ๊ฑฐ ํ›„ ์ž‘์„ฑ) # -# ----- ํƒ€์ž… ์„ค๋ช… ----- -## ์ œ๋ชฉ -### ๐ŸŽ‰ [Initial] : initial commit -### ๐Ÿ—๏ธ [Setting] : ํ™˜๊ฒฝ์„ค์ • ๋ฐ ํŒจํ‚ค์ง€ ์ˆ˜์ •์‚ฌํ•ญ -### ๐Ÿš€ [Feat] : ์ƒˆ๋กœ์šด ๊ธฐ๋Šฅ ์ถ”๊ฐ€ -### โฌ†๏ธ [Update] : ์—…๋ฐ์ดํŠธ -### ๐Ÿ”จ [Fix] : ์ฝ”๋“œ ์ˆ˜์ • -### ๐Ÿ“ [Doc] : ๋งˆํฌ๋‹ค์šด ๋ฌธ์„œ ์ˆ˜์ • -### ๐Ÿ”‘ [Key] : ๋ณด์•ˆ์‚ฌํ•ญ ์„ค์ • -### ๐ŸŽจ [Design] : ๋””์ž์ธ ์ถ”๊ฐ€ (style ๋ถ€๋ถ„ ์ถ”๊ฐ€) -### ๐Ÿงช [Test] : ํ…Œ์ŠคํŠธ ์ฝ”๋“œ ์ถ”๊ฐ€ -### ๐Ÿ“ฆ๏ธ [Merge] : ๋ธŒ๋ Œ์น˜ ๋ณ‘ํ•ฉ -### ๐Ÿšง [RO] : ์ ‘๊ทผ๊ธˆ์ง€ ์ฝ”๋“œ -### โ™ป๏ธ [Refactor] : ์ฝ”๋“œ ๋ฆฌํŒฉํ† ๋ง -### ๐Ÿ’ฅ [Del] : ์ฝ”๋“œ ํ˜น์€ ๋ธŒ๋ Œ์น˜ ์‚ญ์ œ -### ๐Ÿšจ [Import] : Git tree์„ ์‹ฌ๊ฐํ•˜๊ฒŒ ์ˆ˜์ •ํ•จ ์ค‘์š” -### โœจ [Other] : ํŠน๋ณ„ํ•œ ์ž‘์—…์‚ฌํ•ญ -# -## ๋‚ด์šฉ -### ๐Ÿšฉ [Version] : ๋ฒ„์ „ ์„ค์ • -### ๐Ÿท๏ธ [Tag] : ํƒœ๊ทธ ์„ค์ • -### โœ… [Done] : ์™„๋ฃŒ -### โŒ [Close] : ์ž‘์—… ์ค‘์ง€ -### ๐Ÿ’ฌ [Issue] : ์ด์Šˆ -### ๐Ÿ’ก [Idea] : ์•„์ด๋””์–ด -### ๐Ÿ’ธ [Pay] : ๋น„์šฉ -### ๐Ÿ› [Bug] : ๋ฒ„๊ทธ ๋ฐœ๊ฒฌ -### ๐Ÿ—‘๏ธ [del] : ์‚ญ์ œ -# ----- ํƒ€์ž… ์„ค๋ช… ๋ ----- \ No newline at end of file diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 1c88d4f..ec9e5cf 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,99 +1,35 @@ -# Contributing + +์ •๋ณด +--- +| ์ž‘์„ฑ์ผ | ์ž‘์„ฑ์ž | +| :--------- | --------- | +| YYYY/MM/DD | liebespaar93 -# ๊ธฐ์—ฌ ์ง€์นจ -ํ”„๋กœ์ ํŠธ ๊ธฐ์—ฌํ•˜๋Š” ๊ฒƒ์— ๊ด€์‹ฌ์„ ๊ฐ€์ ธ์ฃผ์…”์„œ ๊ฐ์‚ฌํ•ฉ๋‹ˆ๋‹ค. -์šฐ๋ฆฌ๋Š” ๋ฒ„๊ทธ ๋ณด๊ณ ์„œ, ์ƒˆ๋กœ์šด ๊ธฐ๋Šฅ, ์ˆ˜์ •, ์ถ”๊ฐ€ ๋ฌธ์„œ ๋“ฑ ์šฐ๋ฆฌ๋Š” ์ปค๋ฎค๋‹ˆํ‹ฐ์˜ ํ”ผ๋“œ๋ฐฑ์— ๋‹ตํ•˜๋Š” ๊ฒƒ์„ ์ค‘์š”ํ•˜๊ฒŒ ์ƒ๊ฐํ•ฉ๋‹ˆ๋‹ค. + +์ œ๋ชฉ +--------- -## ์ด์Šˆ ์š”์ฒญ -- <๋ฒ„๊ทธ> ์š”์ฒญ ์‚ฌํ•ญ์ด ์žˆ์„ ๊ฒฝ์šฐ ์ด์Šˆ์˜ ๋ฒ„๊ทธ ํƒฌํ”Œ๋ฆฟ์„ ์ฐธ๊ณ ํ•˜์—ฌ ์ž‘์„ฑํ•ด์ฃผ์„ธ์š” -- <๊ธฐ๋Šฅ> ์š”์ฒญ ์‚ฌํ•ญ์ด ์žˆ์„ ๊ฒฝ์šฐ ์ด์Šˆ์˜ ๊ธฐ๋Šฅ ํƒฌํ”Œ๋ฆฟ์„ ์ฐธ๊ณ ํ•˜์—ฌ ์ž‘์„ฑํ•ด์ฃผ์„ธ์š” -- <๊ทธ์™ธ> ์š”์ฒญ ์‚ฌํ•ญ์ด ์žˆ์„ ๊ฒฝ์šฐ ์ด์Šˆ์˜ ํ•ด๋‹นํ•˜๋Š” ํƒฌํ”Œ๋ฆฟ์„ ์ฐธ๊ณ ํ•˜์—ฌ ์ž‘์„ฑํ•ด์ฃผ์„ธ์š” - -## PR ์š”์ฒญ -- ๋ฐฐํฌ ๋ฒ„์ „์˜ ๊ฒฝ์šฐ ```main``` ๋ธŒ๋ Œ์น˜์— ์žˆ์œผ๋ฉฐ ```dev``` ์—์„œ ๋Œ€๋ถ€๋ถ„์˜ ์ž‘์—…์ค‘์ธ ์ฝ”๋“œ๋“ค์„ PR ํ•˜๊ณ  ์žˆ์Šต๋‹ˆ๋‹ค. -- project๋ฅผ ํ™•์ธํ•˜์—ฌ ์ง„ํ–‰์ค‘์ธ ์‚ฌํ•ญ๊ณผ ๋‹ด๋‹น์ž๋ฅผ ์ฒดํฌํ›„ ์›ํ•˜๋Š” ์ž‘์—…์„ ์ง„ํ–‰ ํ•˜์—ฌ ์ค‘๋ณต๋˜๋Š” ์ผ์ด ์—†๊ฒŒ ์ง„ํ–‰ํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค. -- ์ค‘์š”ํ•œ ์ž‘์—…์˜ ๊ฒฝ์šฐ ์ด์Šˆ์— ์ปค๋ฎค๋‹ˆํ‹ฐ๋ฅผ ์—ด๋Ÿฌ ๋ชจ๋“ ์ด์™€ ๊ณต์œ  ํ•˜์—ฌ ์ฃผ์„ธ์š” -- PR์ด ๋„ˆ๋ฌด ํฌ๋ฉด ์•ˆ๋ฉ๋‹ˆ๋‹ค. ๊ฒ€ํ† ๊ฐ€ ์–ด๋ ค์›€์œผ๋กœ ์ž‘์€ PR๋กœ ๋ณ€๊ฒฝ ์‚ฌํ•ญ์„ ์ œ์ถœํ•˜์—ฌ ์ฃผ๋Š”๊ฒƒ์ด ์ข‹์Šต๋‹ˆ๋‹ค. -## PR ์ˆœ์„œ๋„ - 1. ์›ํ•˜๋Š”์ฝ”๋“œ๋ฅผ ```fork``` ํ•œ๋‹ค - 2. ์›ํ•˜๋Š” ์ž‘์—…์— ๋‹ด๋‹น์ž ๋“ฑ๋ก์„ ํ•˜์—ฌ ์ฝ”๋”ฉ์„ ์ง„ํ–‰ํ•œ๋‹ค - 3. ์ฝ”๋”ฉ ์Šคํƒ€์ผ ๊ฐ€์ด๋“œ๋ฅผ ๊ณ ๋ คํ•˜๋ฉฐ ์ž‘์—…ํ•œ๋‹ค - 4. ```commit template``` ์„ ์ฐธ๊ณ ํ•˜์—ฌ ๋ช…ํ™•ํ•œ ์ปค๋ฐ‹์„ ์ž‘์„ฑํ•œ๋‹ค - 5. ์ž‘์—…์ด ์™„๋ฃŒ๋˜๊ณ  [PR ์š”์ฒญ ์ฒดํฌ ๋ฆฌ์ŠคํŠธ](#PR-์š”์ฒญ-์ฒดํฌ-๋ฆฌ์ŠคํŠธ)๋ฅผ ์ฐธ๊ณ ํ•˜์—ฌ ์ž‘์—…์„ ์™„๋ฃŒํ•œ๋‹ค. - 6. PR ์ž๋™ํ™” ๋ณด๊ณ ์— CI ๊ฐ€ ์‹คํŒจํ•˜๋”๋ผ๋„ ๋ฆฌ๋ทฐ์–ด์™€ ๋Œ€ํ™”๋ฅผ ํ†ตํ•˜์—ฌ ๋ฌธ์ œ์ ์„ ํ•ด๊ฒฐํ•ด ๋‚˜๊ฐ„๋‹ค. +์ฒดํฌ ๋ฆฌ์ŠคํŠธ +--------- + + -# PR ์š”์ฒญ ์ฒดํฌ ๋ฆฌ์ŠคํŠธ -Pull Request ์ „์—๋Š” ๊ผญ ํ™•์ธํ•˜์—ฌ ์˜ฌ๋ ค์ฃผ์‹œ๊ธฐ ๋ฐ”๋ž๋‹ˆ๋‹ค. -- [ ] [์ฝ”๋“œ ํ–‰๋™ ๊ฐ•๋ น](#.github/CODE_OF_CONDUCT.md)์„ ์ค€์ˆ˜ํ•˜๋Š”๊ฐ€. -- [ ] [GPG ์ธ์ฆ](#GPG-์ธ์ฆ)๋ฅผ ์™„๋ฃŒํ•œ ์œ ์ ธ์ธ์ง€ -- [ ] [์ฝ”๋”ฉ ์Šคํƒ€์ผ](#์ฝ”๋”ฉ-์Šคํƒ€์ผ)๋ฅผ ์ค€์ˆ˜ ํ•˜์˜€๋Š”์ง€ ํ™•์ธํ•˜์„ธ์š” -- [ ] [๋‹จ์œ„ ํ…Œ์ŠคํŠธ](#๋‹จ์œ„-ํ…Œ์ŠคํŠธ)๋ฅผ ์™„๋ฃŒ ํ–ˆ๋Š”์ง€ ํ™•์ธํ•˜์„ธ์š” +- [ ] PR ํ•˜๊ธฐ์ „ ์‚ฌ์ „ ์ด์Šˆ๋ฅผ ํ™•์ธ ์™„๋ฃŒํ•˜์˜€์Šต๋‹ˆ๋‹ค. +- [ ] ์ถฉ๋Œ์‚ฌํ•ญ์„ ์ •๊ฒ€ํ•˜์˜€์Šต๋‹ˆ๋‹ค. +- [ ] ์ฝ”๋“œ ์Šคํƒ€์ผ ๊ฐ€์ด๋“œ์— ๋งž๋Š”์ง€ ํ™•์ธํ•˜์˜€์Šต๋‹ˆ๋‹ค. +- [ ] ๊ธฐ์ˆ ์ ์ธ ๋ฒ„๊ทธ ๋ฐœ์ƒ ์‚ฌํ•ญ์„ ์ถฉ๋ถ„ํžˆ ๊ณ ๋ คํ•˜์˜€์Šต๋‹ˆ๋‹ค. +- [ ] ๊นƒ ๋กœ๊ทธ๋ฅผ ์ •๋ฆฌ ํ•˜์˜€์Šต๋‹ˆ๋‹ค. +- [ ] ํ…Œ์ŠคํŠธ ์ฝ”๋“œ๊ฐ€ ์ •์ƒ์ ์œผ๋กœ ๋Œ์•„๊ฐ€๋ฉฐ ์‹ ๋ขฐํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค. -## ์ฝ”๋“œ ์ œ์ถœ -```mermaid -flowchart LR - ์‚ฌ์šฉ์ž --> ๊ด€๋ฆฌ์ž_์‹ ์ฒญ - ๊ด€๋ฆฌ์ž_์‹ ์ฒญ -->|๊ฑฐ์ ˆ|์‚ฌ์šฉ์ž - ๊ด€๋ฆฌ์ž_์‹ ์ฒญ -->|์ˆ˜๋ฝ|๊ด€๋ฆฌ์ž - subgraph Admin - ๊ด€๋ฆฌ์ž-->๋ฆฌ๋ทฐ์กฐํšŒ - ๊ด€๋ฆฌ์ž-->์ด์Šˆ์ƒ์„ฑ - ๊ด€๋ฆฌ์ž-->์ด์Šˆ์„ ํƒ - ์ด์Šˆ์ƒ์„ฑ-->์ด์Šˆ์ƒ์„ธ์ž‘์„ฑ - ์ด์Šˆ์ƒ์„ธ์ž‘์„ฑ-->w{์ž‘์—…} - ์ด์Šˆ์„ ํƒ-->w{์ž‘์—…} - w{์ž‘์—…}-->์ž‘์—…_์™„๋ฃŒ - ์ž‘์—…_์™„๋ฃŒ--"`์ฝ”๋“œ ์Šคํƒ€์ผ & ๊ทœ์น™ ํ™•์ธ `"-->์ž๊ฐ€์ •๊ฒ€ - ์ž๊ฐ€์ •๊ฒ€-->|"`PR ์ „์†ก`"|๋ฆฌ๋ทฐ์‹ ์ฒญ - subgraph Reviewer - ๋ฆฌ๋ทฐ์กฐํšŒ-->๋ฆฌ๋ทฐ์‹ ์ฒญ - ๋ฆฌ๋ทฐ์‹ ์ฒญ--์Šน์ธ-->f{{์™„๋ฃŒ}}:::green - end - ๋ฆฌ๋ทฐ์‹ ์ฒญ--๊ฑฐ์ ˆ-->์ด์Šˆ์ƒ์„ธ์ž‘์„ฑ - end - classDef red stroke:#f00 - classDef green fill:#060 - classDef blue stroke:#00f -``` -## GPG ์ธ์ฆ -### ์‚ฌ์šฉ์ž ์ปค๋ฐ‹์ด ์ธ์ฆ์ด ๋˜์–ด์žˆ๋Š” ์‚ฌ์šฉ์ž์ธ์ง€ ํ™•์ธํ•˜์‹ถ์‹œ์˜ค -- ์ฃผ์†Œ : [Github Doc GPG](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits) -- mac : [GPGtools](https://gpgtools.org/) !์ฃผ์˜ safari์—์„œ๋งŒ ๋‹ค์šด๊ฐ€๋Šฅ -- window : [gnupg](https://www.gnupg.org/) +๋‚ด์šฉ +--------- -## ์ฝ”๋”ฉ ์Šคํƒ€์ผ -- [๊ตฌ๊ธ€ ์Šคํƒ€์ผ ๊ฐ€์ด๋“œ](https://google.github.io/styleguide/jsguide.html) ํ™•์ธํ•ด๋ณด๊ธฐ -- ์ž๋ฐ”์Šคํฌ๋ฆฝํŠธ - ```js - function TabSize() - { - console.log("1. 2์นธ์œผ๋กœํ•œ๋‹ค"); - console.log("2. ์ŠคํŽ˜์ด์Šค๋ณด๋‹จ tab์œผ๋กœ ์ž‘์—…ํ•œ๋‹ค"); - } - ``` -- ํƒ€์ž…์Šคํฌ๋ฆฝํŠธ - ```ts - interface I_prop{ - name: string; - age: number; - } - type T_prop = { - name: string; - age: number; - } - ``` -- ๋งˆํฌํƒ€์šด - ```markdown - # ์˜๊ฒฝ์šฐ ๋งํฌ๋ฅผ ์ด์šฉํ•˜์—ฌ ์ด๋™ํ•˜๊ธฐ ์‰ฝ๊ฒŒ ์„ค๊ณ„ - ex) [๋ชฉ์ฐจ ์ด๋™](#๋ฐ‘์—-๋ชฉ์ฐจ-์ด๋™) - # ๋ฐ‘์— ๋ชฉ์ฐจ ์ด๋™ - ``` - -## ํ…Œ์ŠคํŠธ -- [ ] ๋ณ‘ํ•ฉ ํ˜น์€ ์ถฉ๋Œ์ด ์—†๋Š” ์ƒํƒœ์ธ์ง€ ํ™•์ธํ•œ๋‹ค. -- [ ] ์ฝ”๋“œ ์Šคํƒ€์ผ์ด ๋งž๋Š”์ง€ ํ™•์ธํ•œ๋‹ค. -- [ ] ๋กœ์ปฌ ํ™˜๊ฒฝ์—์„œ ํ™•์ธ ๊ฐ€๋Šฅํ•œ ๋ถ€๋ถ„ ํ™•์ธํ•œ๋‹ค. -- [ ] ์งˆ๋ฌธ์ด ์žˆ์„๊ฒฝ์šฐ ์ปค๋ฎค๋‹ˆํ‹ฐ์— ์งˆ๋ฌธ์„ ์˜ฌ๋ ค ์ƒ๋‹ด์„ ํ•œ๋‹ค. -- [ ] ์ปค๋ฐ‹๋กœ๊ทธ๊ฐ€ ์ •๋ฆฌ๊ฐ€ ๋˜์—ˆ๋Š”์ง€ ํ™•์ธํ•œ๋‹ค. \ No newline at end of file +๐Ÿ’ฏ ์™„๋ฃŒ +--------- +๐ŸŽ‰ ์ˆ˜๊ณ  ํ•˜์…จ์Šต๋‹ˆ๋‹ค!! ๐Ÿš€ + +๐ŸŒˆ ์ฝ”๋“œ์— ๊ธฐ์—ฌํ•จ์„ ์–ธ์ œ๋‚˜ ๊ฐ์‚ฌํ•ฉ๋‹ˆ๋‹ค. + +PR ์ž‘์—…ํ•œ ๊ฒฐ๊ณผ์— ๋Œ€ํ•˜์—ฌ ๋ชจ๋“  ์ฝ”๋“œ๋Š” ๊ณต์œ , ๋ฐฐํฌ, ์ˆ˜์ •, ๋ณต์‚ฌ ๋ฐ ์žฌ๋ฐฐํฌ ๋  ์ˆ˜ ์žˆ์Œ์„ ํ™•์ธํ•ฉ๋‹ˆ๋‹ค. diff --git a/my-app/.eslintrc.json b/my-app/.eslintrc.json deleted file mode 100644 index bffb357..0000000 --- a/my-app/.eslintrc.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "next/core-web-vitals" -} diff --git a/my-app/.gitignore b/my-app/.gitignore deleted file mode 100644 index 8f322f0..0000000 --- a/my-app/.gitignore +++ /dev/null @@ -1,35 +0,0 @@ -# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. - -# dependencies -/node_modules -/.pnp -.pnp.js - -# testing -/coverage - -# next.js -/.next/ -/out/ - -# production -/build - -# misc -.DS_Store -*.pem - -# debug -npm-debug.log* -yarn-debug.log* -yarn-error.log* - -# local env files -.env*.local - -# vercel -.vercel - -# typescript -*.tsbuildinfo -next-env.d.ts diff --git a/my-app/README.md b/my-app/README.md deleted file mode 100644 index f4da3c4..0000000 --- a/my-app/README.md +++ /dev/null @@ -1,34 +0,0 @@ -This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). - -## Getting Started - -First, run the development server: - -```bash -npm run dev -# or -yarn dev -# or -pnpm dev -``` - -Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. - -You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file. - -This project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font. - -## Learn More - -To learn more about Next.js, take a look at the following resources: - -- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API. -- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial. - -You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome! - -## Deploy on Vercel - -The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js. - -Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details. diff --git a/my-app/next.config.js b/my-app/next.config.js deleted file mode 100644 index 767719f..0000000 --- a/my-app/next.config.js +++ /dev/null @@ -1,4 +0,0 @@ -/** @type {import('next').NextConfig} */ -const nextConfig = {} - -module.exports = nextConfig diff --git a/my-app/package-lock.json b/my-app/package-lock.json deleted file mode 100644 index 2ba8811..0000000 --- a/my-app/package-lock.json +++ /dev/null @@ -1,3397 +0,0 @@ -{ - "name": "my-app", - "version": "0.1.0", - "lockfileVersion": 3, - "requires": true, - "packages": { - "": { - "name": "my-app", - "version": "0.1.0", - "dependencies": { - "@types/node": "20.6.1", - "@types/react": "18.2.21", - "@types/react-dom": "18.2.7", - "eslint": "8.49.0", - "eslint-config-next": "13.4.19", - "next": "13.4.19", - "react": "18.2.0", - "react-dom": "18.2.0", - "typescript": "5.2.2" - } - }, - "node_modules/@aashutoshrathi/word-wrap": { - "version": "1.2.6", - "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz", - "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@babel/runtime": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.22.15.tgz", - "integrity": "sha512-T0O+aa+4w0u06iNmapipJXMV4HoUir03hpx3/YqXXhu9xim3w+dVphjFWl1OH8NbZHw5Lbm9k45drDkgq2VNNA==", - "dependencies": { - "regenerator-runtime": "^0.14.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@eslint-community/eslint-utils": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", - "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==", - "dependencies": { - "eslint-visitor-keys": "^3.3.0" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "peerDependencies": { - "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" - } - }, - "node_modules/@eslint-community/regexpp": { - "version": "4.8.1", - "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.8.1.tgz", - "integrity": "sha512-PWiOzLIUAjN/w5K17PoF4n6sKBw0gqLHPhywmYHP4t1VFQQVYeb1yWsJwnMVEMl3tUHME7X/SJPZLmtG7XBDxQ==", - "engines": { - "node": "^12.0.0 || ^14.0.0 || >=16.0.0" - } - }, - "node_modules/@eslint/eslintrc": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.2.tgz", - "integrity": "sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==", - "dependencies": { - "ajv": "^6.12.4", - "debug": "^4.3.2", - "espree": "^9.6.0", - "globals": "^13.19.0", - "ignore": "^5.2.0", - "import-fresh": "^3.2.1", - "js-yaml": "^4.1.0", - "minimatch": "^3.1.2", - "strip-json-comments": "^3.1.1" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/@eslint/js": { - "version": "8.49.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.49.0.tgz", - "integrity": "sha512-1S8uAY/MTJqVx0SC4epBq+N2yhuwtNwLbJYNZyhL2pO1ZVKn5HFXav5T41Ryzy9K9V7ZId2JB2oy/W4aCd9/2w==", - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - } - }, - "node_modules/@humanwhocodes/config-array": { - "version": "0.11.11", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.11.tgz", - "integrity": "sha512-N2brEuAadi0CcdeMXUkhbZB84eskAc8MEX1By6qEchoVywSgXPIjou4rYsl0V3Hj0ZnuGycGCjdNgockbzeWNA==", - "dependencies": { - "@humanwhocodes/object-schema": "^1.2.1", - "debug": "^4.1.1", - "minimatch": "^3.0.5" - }, - "engines": { - "node": ">=10.10.0" - } - }, - "node_modules/@humanwhocodes/module-importer": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", - "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", - "engines": { - "node": ">=12.22" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/nzakas" - } - }, - "node_modules/@humanwhocodes/object-schema": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", - "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==" - }, - "node_modules/@next/env": { - "version": "13.4.19", - "resolved": "https://registry.npmjs.org/@next/env/-/env-13.4.19.tgz", - "integrity": "sha512-FsAT5x0jF2kkhNkKkukhsyYOrRqtSxrEhfliniIq0bwWbuXLgyt3Gv0Ml+b91XwjwArmuP7NxCiGd++GGKdNMQ==" - }, - "node_modules/@next/eslint-plugin-next": { - "version": "13.4.19", - "resolved": "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-13.4.19.tgz", - "integrity": "sha512-N/O+zGb6wZQdwu6atMZHbR7T9Np5SUFUjZqCbj0sXm+MwQO35M8TazVB4otm87GkXYs2l6OPwARd3/PUWhZBVQ==", - "dependencies": { - "glob": "7.1.7" - } - }, - "node_modules/@next/swc-darwin-arm64": { - "version": "13.4.19", - "resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-13.4.19.tgz", - "integrity": "sha512-vv1qrjXeGbuF2mOkhkdxMDtv9np7W4mcBtaDnHU+yJG+bBwa6rYsYSCI/9Xm5+TuF5SbZbrWO6G1NfTh1TMjvQ==", - "cpu": [ - "arm64" - ], - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@next/swc-darwin-x64": { - "version": "13.4.19", - "resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-13.4.19.tgz", - "integrity": "sha512-jyzO6wwYhx6F+7gD8ddZfuqO4TtpJdw3wyOduR4fxTUCm3aLw7YmHGYNjS0xRSYGAkLpBkH1E0RcelyId6lNsw==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@next/swc-linux-arm64-gnu": { - "version": "13.4.19", - "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-13.4.19.tgz", - "integrity": "sha512-vdlnIlaAEh6H+G6HrKZB9c2zJKnpPVKnA6LBwjwT2BTjxI7e0Hx30+FoWCgi50e+YO49p6oPOtesP9mXDRiiUg==", - "cpu": [ - "arm64" - ], - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@next/swc-linux-arm64-musl": { - "version": "13.4.19", - "resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-13.4.19.tgz", - "integrity": "sha512-aU0HkH2XPgxqrbNRBFb3si9Ahu/CpaR5RPmN2s9GiM9qJCiBBlZtRTiEca+DC+xRPyCThTtWYgxjWHgU7ZkyvA==", - "cpu": [ - "arm64" - ], - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@next/swc-linux-x64-gnu": { - "version": "13.4.19", - "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-13.4.19.tgz", - "integrity": "sha512-htwOEagMa/CXNykFFeAHHvMJeqZfNQEoQvHfsA4wgg5QqGNqD5soeCer4oGlCol6NGUxknrQO6VEustcv+Md+g==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@next/swc-linux-x64-musl": { - "version": "13.4.19", - "resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-13.4.19.tgz", - "integrity": "sha512-4Gj4vvtbK1JH8ApWTT214b3GwUh9EKKQjY41hH/t+u55Knxi/0wesMzwQRhppK6Ddalhu0TEttbiJ+wRcoEj5Q==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@next/swc-win32-arm64-msvc": { - "version": "13.4.19", - "resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-13.4.19.tgz", - "integrity": "sha512-bUfDevQK4NsIAHXs3/JNgnvEY+LRyneDN788W2NYiRIIzmILjba7LaQTfihuFawZDhRtkYCv3JDC3B4TwnmRJw==", - "cpu": [ - "arm64" - ], - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@next/swc-win32-ia32-msvc": { - "version": "13.4.19", - "resolved": "https://registry.npmjs.org/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-13.4.19.tgz", - "integrity": "sha512-Y5kikILFAr81LYIFaw6j/NrOtmiM4Sf3GtOc0pn50ez2GCkr+oejYuKGcwAwq3jiTKuzF6OF4iT2INPoxRycEA==", - "cpu": [ - "ia32" - ], - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@next/swc-win32-x64-msvc": { - "version": "13.4.19", - "resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-13.4.19.tgz", - "integrity": "sha512-YzA78jBDXMYiINdPdJJwGgPNT3YqBNNGhsthsDoWHL9p24tEJn9ViQf/ZqTbwSpX/RrkPupLfuuTH2sf73JBAw==", - "cpu": [ - "x64" - ], - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">= 10" - } - }, - "node_modules/@nodelib/fs.scandir": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", - "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", - "dependencies": { - "@nodelib/fs.stat": "2.0.5", - "run-parallel": "^1.1.9" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@nodelib/fs.stat": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", - "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", - "engines": { - "node": ">= 8" - } - }, - "node_modules/@nodelib/fs.walk": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", - "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", - "dependencies": { - "@nodelib/fs.scandir": "2.1.5", - "fastq": "^1.6.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@rushstack/eslint-patch": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@rushstack/eslint-patch/-/eslint-patch-1.4.0.tgz", - "integrity": "sha512-cEjvTPU32OM9lUFegJagO0mRnIn+rbqrG89vV8/xLnLFX0DoR0r1oy5IlTga71Q7uT3Qus7qm7wgeiMT/+Irlg==" - }, - "node_modules/@swc/helpers": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.1.tgz", - "integrity": "sha512-sJ902EfIzn1Fa+qYmjdQqh8tPsoxyBz+8yBKC2HKUxyezKJFwPGOn7pv4WY6QuQW//ySQi5lJjA/ZT9sNWWNTg==", - "dependencies": { - "tslib": "^2.4.0" - } - }, - "node_modules/@types/json5": { - "version": "0.0.29", - "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", - "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==" - }, - "node_modules/@types/node": { - "version": "20.6.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.6.1.tgz", - "integrity": "sha512-4LcJvuXQlv4lTHnxwyHQZ3uR9Zw2j7m1C9DfuwoTFQQP4Pmu04O6IfLYgMmHoOCt0nosItLLZAH+sOrRE0Bo8g==" - }, - "node_modules/@types/prop-types": { - "version": "15.7.5", - "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz", - "integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==" - }, - "node_modules/@types/react": { - "version": "18.2.21", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", - "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", - "dependencies": { - "@types/prop-types": "*", - "@types/scheduler": "*", - "csstype": "^3.0.2" - } - }, - "node_modules/@types/react-dom": { - "version": "18.2.7", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.7.tgz", - "integrity": "sha512-GRaAEriuT4zp9N4p1i8BDBYmEyfo+xQ3yHjJU4eiK5NDa1RmUZG+unZABUTK4/Ox/M+GaHwb6Ow8rUITrtjszA==", - "dependencies": { - "@types/react": "*" - } - }, - "node_modules/@types/scheduler": { - "version": "0.16.3", - "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.3.tgz", - "integrity": "sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ==" - }, - "node_modules/@typescript-eslint/parser": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.7.0.tgz", - "integrity": "sha512-jZKYwqNpNm5kzPVP5z1JXAuxjtl2uG+5NpaMocFPTNC2EdYIgbXIPImObOkhbONxtFTTdoZstLZefbaK+wXZng==", - "dependencies": { - "@typescript-eslint/scope-manager": "6.7.0", - "@typescript-eslint/types": "6.7.0", - "@typescript-eslint/typescript-estree": "6.7.0", - "@typescript-eslint/visitor-keys": "6.7.0", - "debug": "^4.3.4" - }, - "engines": { - "node": "^16.0.0 || >=18.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependencies": { - "eslint": "^7.0.0 || ^8.0.0" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "node_modules/@typescript-eslint/scope-manager": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.7.0.tgz", - "integrity": "sha512-lAT1Uau20lQyjoLUQ5FUMSX/dS07qux9rYd5FGzKz/Kf8W8ccuvMyldb8hadHdK/qOI7aikvQWqulnEq2nCEYA==", - "dependencies": { - "@typescript-eslint/types": "6.7.0", - "@typescript-eslint/visitor-keys": "6.7.0" - }, - "engines": { - "node": "^16.0.0 || >=18.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@typescript-eslint/types": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.7.0.tgz", - "integrity": "sha512-ihPfvOp7pOcN/ysoj0RpBPOx3HQTJTrIN8UZK+WFd3/iDeFHHqeyYxa4hQk4rMhsz9H9mXpR61IzwlBVGXtl9Q==", - "engines": { - "node": "^16.0.0 || >=18.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@typescript-eslint/typescript-estree": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.7.0.tgz", - "integrity": "sha512-dPvkXj3n6e9yd/0LfojNU8VMUGHWiLuBZvbM6V6QYD+2qxqInE7J+J/ieY2iGwR9ivf/R/haWGkIj04WVUeiSQ==", - "dependencies": { - "@typescript-eslint/types": "6.7.0", - "@typescript-eslint/visitor-keys": "6.7.0", - "debug": "^4.3.4", - "globby": "^11.1.0", - "is-glob": "^4.0.3", - "semver": "^7.5.4", - "ts-api-utils": "^1.0.1" - }, - "engines": { - "node": "^16.0.0 || >=18.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "node_modules/@typescript-eslint/visitor-keys": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.7.0.tgz", - "integrity": "sha512-/C1RVgKFDmGMcVGeD8HjKv2bd72oI1KxQDeY8uc66gw9R0OK0eMq48cA+jv9/2Ag6cdrsUGySm1yzYmfz0hxwQ==", - "dependencies": { - "@typescript-eslint/types": "6.7.0", - "eslint-visitor-keys": "^3.4.1" - }, - "engines": { - "node": "^16.0.0 || >=18.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/acorn": { - "version": "8.10.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.10.0.tgz", - "integrity": "sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==", - "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/acorn-jsx": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", - "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", - "peerDependencies": { - "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" - } - }, - "node_modules/ajv": { - "version": "6.12.6", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", - "dependencies": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/argparse": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" - }, - "node_modules/aria-query": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.0.tgz", - "integrity": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==", - "dependencies": { - "dequal": "^2.0.3" - } - }, - "node_modules/array-buffer-byte-length": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.0.tgz", - "integrity": "sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==", - "dependencies": { - "call-bind": "^1.0.2", - "is-array-buffer": "^3.0.1" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/array-includes": { - "version": "3.1.7", - "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.7.tgz", - "integrity": "sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1", - "get-intrinsic": "^1.2.1", - "is-string": "^1.0.7" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/array-union": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", - "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", - "engines": { - "node": ">=8" - } - }, - "node_modules/array.prototype.findlastindex": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.3.tgz", - "integrity": "sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1", - "es-shim-unscopables": "^1.0.0", - "get-intrinsic": "^1.2.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/array.prototype.flat": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz", - "integrity": "sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1", - "es-shim-unscopables": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/array.prototype.flatmap": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz", - "integrity": "sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1", - "es-shim-unscopables": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/array.prototype.tosorted": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/array.prototype.tosorted/-/array.prototype.tosorted-1.1.2.tgz", - "integrity": "sha512-HuQCHOlk1Weat5jzStICBCd83NxiIMwqDg/dHEsoefabn/hJRj5pVdWcPUSpRrwhwxZOsQassMpgN/xRYFBMIg==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1", - "es-shim-unscopables": "^1.0.0", - "get-intrinsic": "^1.2.1" - } - }, - "node_modules/arraybuffer.prototype.slice": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.2.tgz", - "integrity": "sha512-yMBKppFur/fbHu9/6USUe03bZ4knMYiwFBcyiaXB8Go0qNehwX6inYPzK9U0NeQvGxKthcmHcaR8P5MStSRBAw==", - "dependencies": { - "array-buffer-byte-length": "^1.0.0", - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1", - "get-intrinsic": "^1.2.1", - "is-array-buffer": "^3.0.2", - "is-shared-array-buffer": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/ast-types-flow": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz", - "integrity": "sha512-eBvWn1lvIApYMhzQMsu9ciLfkBY499mFZlNqG+/9WR7PVlroQw0vG30cOQQbaKz3sCEc44TAOu2ykzqXSNnwag==" - }, - "node_modules/asynciterator.prototype": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/asynciterator.prototype/-/asynciterator.prototype-1.0.0.tgz", - "integrity": "sha512-wwHYEIS0Q80f5mosx3L/dfG5t5rjEa9Ft51GTaNt862EnpyGHpgz2RkZvLPp1oF5TnAiTohkEKVEu8pQPJI7Vg==", - "dependencies": { - "has-symbols": "^1.0.3" - } - }, - "node_modules/available-typed-arrays": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz", - "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/axe-core": { - "version": "4.8.1", - "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.8.1.tgz", - "integrity": "sha512-9l850jDDPnKq48nbad8SiEelCv4OrUWrKab/cPj0GScVg6cb6NbCCt/Ulk26QEq5jP9NnGr04Bit1BHyV6r5CQ==", - "engines": { - "node": ">=4" - } - }, - "node_modules/axobject-query": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-3.2.1.tgz", - "integrity": "sha512-jsyHu61e6N4Vbz/v18DHwWYKK0bSWLqn47eeDSKPB7m8tqMHF9YJ+mhIk2lVteyZrY8tnSj/jHOv4YiTCuCJgg==", - "dependencies": { - "dequal": "^2.0.3" - } - }, - "node_modules/balanced-match": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" - }, - "node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", - "dependencies": { - "fill-range": "^7.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/busboy": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz", - "integrity": "sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==", - "dependencies": { - "streamsearch": "^1.1.0" - }, - "engines": { - "node": ">=10.16.0" - } - }, - "node_modules/call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", - "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", - "dependencies": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/callsites": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", - "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", - "engines": { - "node": ">=6" - } - }, - "node_modules/caniuse-lite": { - "version": "1.0.30001534", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001534.tgz", - "integrity": "sha512-vlPVrhsCS7XaSh2VvWluIQEzVhefrUQcEsQWSS5A5V+dM07uv1qHeQzAOTGIMy9i3e9bH15+muvI/UHojVgS/Q==", - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/caniuse-lite" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ] - }, - "node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/client-only": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz", - "integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==" - }, - "node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "node_modules/concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" - }, - "node_modules/cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", - "dependencies": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/csstype": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.2.tgz", - "integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==" - }, - "node_modules/damerau-levenshtein": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.8.tgz", - "integrity": "sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==" - }, - "node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/deep-is": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", - "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==" - }, - "node_modules/define-data-property": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.0.tgz", - "integrity": "sha512-UzGwzcjyv3OtAvolTj1GoyNYzfFR+iqbGjcnBEENZVCpM4/Ng1yhGNvS3lR/xDS74Tb2wGG9WzNSNIOS9UVb2g==", - "dependencies": { - "get-intrinsic": "^1.2.1", - "gopd": "^1.0.1", - "has-property-descriptors": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/define-properties": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", - "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", - "dependencies": { - "define-data-property": "^1.0.1", - "has-property-descriptors": "^1.0.0", - "object-keys": "^1.1.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/dequal": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", - "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", - "engines": { - "node": ">=6" - } - }, - "node_modules/dir-glob": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", - "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", - "dependencies": { - "path-type": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/doctrine": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", - "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", - "dependencies": { - "esutils": "^2.0.2" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/emoji-regex": { - "version": "9.2.2", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", - "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==" - }, - "node_modules/enhanced-resolve": { - "version": "5.15.0", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.15.0.tgz", - "integrity": "sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg==", - "dependencies": { - "graceful-fs": "^4.2.4", - "tapable": "^2.2.0" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/es-abstract": { - "version": "1.22.2", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.22.2.tgz", - "integrity": "sha512-YoxfFcDmhjOgWPWsV13+2RNjq1F6UQnfs+8TftwNqtzlmFzEXvlUwdrNrYeaizfjQzRMxkZ6ElWMOJIFKdVqwA==", - "dependencies": { - "array-buffer-byte-length": "^1.0.0", - "arraybuffer.prototype.slice": "^1.0.2", - "available-typed-arrays": "^1.0.5", - "call-bind": "^1.0.2", - "es-set-tostringtag": "^2.0.1", - "es-to-primitive": "^1.2.1", - "function.prototype.name": "^1.1.6", - "get-intrinsic": "^1.2.1", - "get-symbol-description": "^1.0.0", - "globalthis": "^1.0.3", - "gopd": "^1.0.1", - "has": "^1.0.3", - "has-property-descriptors": "^1.0.0", - "has-proto": "^1.0.1", - "has-symbols": "^1.0.3", - "internal-slot": "^1.0.5", - "is-array-buffer": "^3.0.2", - "is-callable": "^1.2.7", - "is-negative-zero": "^2.0.2", - "is-regex": "^1.1.4", - "is-shared-array-buffer": "^1.0.2", - "is-string": "^1.0.7", - "is-typed-array": "^1.1.12", - "is-weakref": "^1.0.2", - "object-inspect": "^1.12.3", - "object-keys": "^1.1.1", - "object.assign": "^4.1.4", - "regexp.prototype.flags": "^1.5.1", - "safe-array-concat": "^1.0.1", - "safe-regex-test": "^1.0.0", - "string.prototype.trim": "^1.2.8", - "string.prototype.trimend": "^1.0.7", - "string.prototype.trimstart": "^1.0.7", - "typed-array-buffer": "^1.0.0", - "typed-array-byte-length": "^1.0.0", - "typed-array-byte-offset": "^1.0.0", - "typed-array-length": "^1.0.4", - "unbox-primitive": "^1.0.2", - "which-typed-array": "^1.1.11" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/es-iterator-helpers": { - "version": "1.0.15", - "resolved": "https://registry.npmjs.org/es-iterator-helpers/-/es-iterator-helpers-1.0.15.tgz", - "integrity": "sha512-GhoY8uYqd6iwUl2kgjTm4CZAf6oo5mHK7BPqx3rKgx893YSsy0LGHV6gfqqQvZt/8xM8xeOnfXBCfqclMKkJ5g==", - "dependencies": { - "asynciterator.prototype": "^1.0.0", - "call-bind": "^1.0.2", - "define-properties": "^1.2.1", - "es-abstract": "^1.22.1", - "es-set-tostringtag": "^2.0.1", - "function-bind": "^1.1.1", - "get-intrinsic": "^1.2.1", - "globalthis": "^1.0.3", - "has-property-descriptors": "^1.0.0", - "has-proto": "^1.0.1", - "has-symbols": "^1.0.3", - "internal-slot": "^1.0.5", - "iterator.prototype": "^1.1.2", - "safe-array-concat": "^1.0.1" - } - }, - "node_modules/es-set-tostringtag": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz", - "integrity": "sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==", - "dependencies": { - "get-intrinsic": "^1.1.3", - "has": "^1.0.3", - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/es-shim-unscopables": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz", - "integrity": "sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==", - "dependencies": { - "has": "^1.0.3" - } - }, - "node_modules/es-to-primitive": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", - "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", - "dependencies": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/escape-string-regexp": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", - "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/eslint": { - "version": "8.49.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.49.0.tgz", - "integrity": "sha512-jw03ENfm6VJI0jA9U+8H5zfl5b+FvuU3YYvZRdZHOlU2ggJkxrlkJH4HcDrZpj6YwD8kuYqvQM8LyesoazrSOQ==", - "dependencies": { - "@eslint-community/eslint-utils": "^4.2.0", - "@eslint-community/regexpp": "^4.6.1", - "@eslint/eslintrc": "^2.1.2", - "@eslint/js": "8.49.0", - "@humanwhocodes/config-array": "^0.11.11", - "@humanwhocodes/module-importer": "^1.0.1", - "@nodelib/fs.walk": "^1.2.8", - "ajv": "^6.12.4", - "chalk": "^4.0.0", - "cross-spawn": "^7.0.2", - "debug": "^4.3.2", - "doctrine": "^3.0.0", - "escape-string-regexp": "^4.0.0", - "eslint-scope": "^7.2.2", - "eslint-visitor-keys": "^3.4.3", - "espree": "^9.6.1", - "esquery": "^1.4.2", - "esutils": "^2.0.2", - "fast-deep-equal": "^3.1.3", - "file-entry-cache": "^6.0.1", - "find-up": "^5.0.0", - "glob-parent": "^6.0.2", - "globals": "^13.19.0", - "graphemer": "^1.4.0", - "ignore": "^5.2.0", - "imurmurhash": "^0.1.4", - "is-glob": "^4.0.0", - "is-path-inside": "^3.0.3", - "js-yaml": "^4.1.0", - "json-stable-stringify-without-jsonify": "^1.0.1", - "levn": "^0.4.1", - "lodash.merge": "^4.6.2", - "minimatch": "^3.1.2", - "natural-compare": "^1.4.0", - "optionator": "^0.9.3", - "strip-ansi": "^6.0.1", - "text-table": "^0.2.0" - }, - "bin": { - "eslint": "bin/eslint.js" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/eslint-config-next": { - "version": "13.4.19", - "resolved": "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-13.4.19.tgz", - "integrity": "sha512-WE8367sqMnjhWHvR5OivmfwENRQ1ixfNE9hZwQqNCsd+iM3KnuMc1V8Pt6ytgjxjf23D+xbesADv9x3xaKfT3g==", - "dependencies": { - "@next/eslint-plugin-next": "13.4.19", - "@rushstack/eslint-patch": "^1.1.3", - "@typescript-eslint/parser": "^5.4.2 || ^6.0.0", - "eslint-import-resolver-node": "^0.3.6", - "eslint-import-resolver-typescript": "^3.5.2", - "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jsx-a11y": "^6.5.1", - "eslint-plugin-react": "^7.31.7", - "eslint-plugin-react-hooks": "^4.5.0 || 5.0.0-canary-7118f5dd7-20230705" - }, - "peerDependencies": { - "eslint": "^7.23.0 || ^8.0.0", - "typescript": ">=3.3.1" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } - } - }, - "node_modules/eslint-import-resolver-node": { - "version": "0.3.9", - "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz", - "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==", - "dependencies": { - "debug": "^3.2.7", - "is-core-module": "^2.13.0", - "resolve": "^1.22.4" - } - }, - "node_modules/eslint-import-resolver-node/node_modules/debug": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/eslint-import-resolver-typescript": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.6.0.tgz", - "integrity": "sha512-QTHR9ddNnn35RTxlaEnx2gCxqFlF2SEN0SE2d17SqwyM7YOSI2GHWRYp5BiRkObTUNYPupC/3Fq2a0PpT+EKpg==", - "dependencies": { - "debug": "^4.3.4", - "enhanced-resolve": "^5.12.0", - "eslint-module-utils": "^2.7.4", - "fast-glob": "^3.3.1", - "get-tsconfig": "^4.5.0", - "is-core-module": "^2.11.0", - "is-glob": "^4.0.3" - }, - "engines": { - "node": "^14.18.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/unts/projects/eslint-import-resolver-ts" - }, - "peerDependencies": { - "eslint": "*", - "eslint-plugin-import": "*" - } - }, - "node_modules/eslint-module-utils": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.8.0.tgz", - "integrity": "sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==", - "dependencies": { - "debug": "^3.2.7" - }, - "engines": { - "node": ">=4" - }, - "peerDependenciesMeta": { - "eslint": { - "optional": true - } - } - }, - "node_modules/eslint-module-utils/node_modules/debug": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/eslint-plugin-import": { - "version": "2.28.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.28.1.tgz", - "integrity": "sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==", - "dependencies": { - "array-includes": "^3.1.6", - "array.prototype.findlastindex": "^1.2.2", - "array.prototype.flat": "^1.3.1", - "array.prototype.flatmap": "^1.3.1", - "debug": "^3.2.7", - "doctrine": "^2.1.0", - "eslint-import-resolver-node": "^0.3.7", - "eslint-module-utils": "^2.8.0", - "has": "^1.0.3", - "is-core-module": "^2.13.0", - "is-glob": "^4.0.3", - "minimatch": "^3.1.2", - "object.fromentries": "^2.0.6", - "object.groupby": "^1.0.0", - "object.values": "^1.1.6", - "semver": "^6.3.1", - "tsconfig-paths": "^3.14.2" - }, - "engines": { - "node": ">=4" - }, - "peerDependencies": { - "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8" - } - }, - "node_modules/eslint-plugin-import/node_modules/debug": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/eslint-plugin-import/node_modules/doctrine": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", - "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", - "dependencies": { - "esutils": "^2.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/eslint-plugin-import/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/eslint-plugin-jsx-a11y": { - "version": "6.7.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.7.1.tgz", - "integrity": "sha512-63Bog4iIethyo8smBklORknVjB0T2dwB8Mr/hIC+fBS0uyHdYYpzM/Ed+YC8VxTjlXHEWFOdmgwcDn1U2L9VCA==", - "dependencies": { - "@babel/runtime": "^7.20.7", - "aria-query": "^5.1.3", - "array-includes": "^3.1.6", - "array.prototype.flatmap": "^1.3.1", - "ast-types-flow": "^0.0.7", - "axe-core": "^4.6.2", - "axobject-query": "^3.1.1", - "damerau-levenshtein": "^1.0.8", - "emoji-regex": "^9.2.2", - "has": "^1.0.3", - "jsx-ast-utils": "^3.3.3", - "language-tags": "=1.0.5", - "minimatch": "^3.1.2", - "object.entries": "^1.1.6", - "object.fromentries": "^2.0.6", - "semver": "^6.3.0" - }, - "engines": { - "node": ">=4.0" - }, - "peerDependencies": { - "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8" - } - }, - "node_modules/eslint-plugin-jsx-a11y/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/eslint-plugin-react": { - "version": "7.33.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.33.2.tgz", - "integrity": "sha512-73QQMKALArI8/7xGLNI/3LylrEYrlKZSb5C9+q3OtOewTnMQi5cT+aE9E41sLCmli3I9PGGmD1yiZydyo4FEPw==", - "dependencies": { - "array-includes": "^3.1.6", - "array.prototype.flatmap": "^1.3.1", - "array.prototype.tosorted": "^1.1.1", - "doctrine": "^2.1.0", - "es-iterator-helpers": "^1.0.12", - "estraverse": "^5.3.0", - "jsx-ast-utils": "^2.4.1 || ^3.0.0", - "minimatch": "^3.1.2", - "object.entries": "^1.1.6", - "object.fromentries": "^2.0.6", - "object.hasown": "^1.1.2", - "object.values": "^1.1.6", - "prop-types": "^15.8.1", - "resolve": "^2.0.0-next.4", - "semver": "^6.3.1", - "string.prototype.matchall": "^4.0.8" - }, - "engines": { - "node": ">=4" - }, - "peerDependencies": { - "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8" - } - }, - "node_modules/eslint-plugin-react-hooks": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz", - "integrity": "sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==", - "engines": { - "node": ">=10" - }, - "peerDependencies": { - "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0" - } - }, - "node_modules/eslint-plugin-react/node_modules/doctrine": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", - "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", - "dependencies": { - "esutils": "^2.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/eslint-plugin-react/node_modules/resolve": { - "version": "2.0.0-next.4", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.4.tgz", - "integrity": "sha512-iMDbmAWtfU+MHpxt/I5iWI7cY6YVEZUQ3MBgPQ++XD1PELuJHIl82xBmObyP2KyQmkNB2dsqF7seoQQiAn5yDQ==", - "dependencies": { - "is-core-module": "^2.9.0", - "path-parse": "^1.0.7", - "supports-preserve-symlinks-flag": "^1.0.0" - }, - "bin": { - "resolve": "bin/resolve" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/eslint-plugin-react/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/eslint-scope": { - "version": "7.2.2", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", - "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==", - "dependencies": { - "esrecurse": "^4.3.0", - "estraverse": "^5.2.0" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/eslint-visitor-keys": { - "version": "3.4.3", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", - "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/espree": { - "version": "9.6.1", - "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", - "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", - "dependencies": { - "acorn": "^8.9.0", - "acorn-jsx": "^5.3.2", - "eslint-visitor-keys": "^3.4.1" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/esquery": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz", - "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==", - "dependencies": { - "estraverse": "^5.1.0" - }, - "engines": { - "node": ">=0.10" - } - }, - "node_modules/esrecurse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", - "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", - "dependencies": { - "estraverse": "^5.2.0" - }, - "engines": { - "node": ">=4.0" - } - }, - "node_modules/estraverse": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", - "engines": { - "node": ">=4.0" - } - }, - "node_modules/esutils": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", - "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/fast-deep-equal": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", - "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" - }, - "node_modules/fast-glob": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz", - "integrity": "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==", - "dependencies": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.2", - "merge2": "^1.3.0", - "micromatch": "^4.0.4" - }, - "engines": { - "node": ">=8.6.0" - } - }, - "node_modules/fast-glob/node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" - }, - "node_modules/fast-levenshtein": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", - "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==" - }, - "node_modules/fastq": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz", - "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==", - "dependencies": { - "reusify": "^1.0.4" - } - }, - "node_modules/file-entry-cache": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", - "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", - "dependencies": { - "flat-cache": "^3.0.4" - }, - "engines": { - "node": "^10.12.0 || >=12.0.0" - } - }, - "node_modules/fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", - "dependencies": { - "to-regex-range": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/find-up": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", - "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", - "dependencies": { - "locate-path": "^6.0.0", - "path-exists": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/flat-cache": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.1.0.tgz", - "integrity": "sha512-OHx4Qwrrt0E4jEIcI5/Xb+f+QmJYNj2rrK8wiIdQOIrB9WrrJL8cjZvXdXuBTkkEwEqLycb5BeZDV1o2i9bTew==", - "dependencies": { - "flatted": "^3.2.7", - "keyv": "^4.5.3", - "rimraf": "^3.0.2" - }, - "engines": { - "node": ">=12.0.0" - } - }, - "node_modules/flatted": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz", - "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==" - }, - "node_modules/for-each": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz", - "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==", - "dependencies": { - "is-callable": "^1.1.3" - } - }, - "node_modules/fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" - }, - "node_modules/function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" - }, - "node_modules/function.prototype.name": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.6.tgz", - "integrity": "sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1", - "functions-have-names": "^1.2.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/functions-have-names": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", - "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/get-intrinsic": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.1.tgz", - "integrity": "sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==", - "dependencies": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-proto": "^1.0.1", - "has-symbols": "^1.0.3" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/get-symbol-description": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz", - "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==", - "dependencies": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.1.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/get-tsconfig": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.7.0.tgz", - "integrity": "sha512-pmjiZ7xtB8URYm74PlGJozDNyhvsVLUcpBa8DZBG3bWHwaHa9bPiRpiSfovw+fjhwONSCWKRyk+JQHEGZmMrzw==", - "dependencies": { - "resolve-pkg-maps": "^1.0.0" - }, - "funding": { - "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1" - } - }, - "node_modules/glob": { - "version": "7.1.7", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz", - "integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==", - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/glob-parent": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", - "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", - "dependencies": { - "is-glob": "^4.0.3" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/glob-to-regexp": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", - "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==" - }, - "node_modules/globals": { - "version": "13.21.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.21.0.tgz", - "integrity": "sha512-ybyme3s4yy/t/3s35bewwXKOf7cvzfreG2lH0lZl0JB7I4GxRP2ghxOK/Nb9EkRXdbBXZLfq/p/0W2JUONB/Gg==", - "dependencies": { - "type-fest": "^0.20.2" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/globalthis": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz", - "integrity": "sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==", - "dependencies": { - "define-properties": "^1.1.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/globby": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", - "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", - "dependencies": { - "array-union": "^2.1.0", - "dir-glob": "^3.0.1", - "fast-glob": "^3.2.9", - "ignore": "^5.2.0", - "merge2": "^1.4.1", - "slash": "^3.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/gopd": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", - "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", - "dependencies": { - "get-intrinsic": "^1.1.3" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/graceful-fs": { - "version": "4.2.11", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", - "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" - }, - "node_modules/graphemer": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", - "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==" - }, - "node_modules/has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", - "dependencies": { - "function-bind": "^1.1.1" - }, - "engines": { - "node": ">= 0.4.0" - } - }, - "node_modules/has-bigints": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz", - "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/has-property-descriptors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz", - "integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==", - "dependencies": { - "get-intrinsic": "^1.1.1" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/has-proto": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz", - "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/has-symbols": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", - "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/has-tostringtag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz", - "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", - "dependencies": { - "has-symbols": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/ignore": { - "version": "5.2.4", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz", - "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==", - "engines": { - "node": ">= 4" - } - }, - "node_modules/import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", - "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", - "dependencies": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", - "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", - "engines": { - "node": ">=0.8.19" - } - }, - "node_modules/inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", - "dependencies": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "node_modules/inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" - }, - "node_modules/internal-slot": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.5.tgz", - "integrity": "sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==", - "dependencies": { - "get-intrinsic": "^1.2.0", - "has": "^1.0.3", - "side-channel": "^1.0.4" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/is-array-buffer": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.2.tgz", - "integrity": "sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==", - "dependencies": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.2.0", - "is-typed-array": "^1.1.10" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-async-function": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-async-function/-/is-async-function-2.0.0.tgz", - "integrity": "sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==", - "dependencies": { - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-bigint": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", - "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==", - "dependencies": { - "has-bigints": "^1.0.1" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-boolean-object": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz", - "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==", - "dependencies": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-callable": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", - "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-core-module": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.0.tgz", - "integrity": "sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==", - "dependencies": { - "has": "^1.0.3" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-date-object": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", - "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", - "dependencies": { - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-finalizationregistry": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-finalizationregistry/-/is-finalizationregistry-1.0.2.tgz", - "integrity": "sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==", - "dependencies": { - "call-bind": "^1.0.2" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-generator-function": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.10.tgz", - "integrity": "sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==", - "dependencies": { - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-glob": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", - "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", - "dependencies": { - "is-extglob": "^2.1.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-map": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.2.tgz", - "integrity": "sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-negative-zero": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz", - "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "engines": { - "node": ">=0.12.0" - } - }, - "node_modules/is-number-object": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz", - "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==", - "dependencies": { - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-path-inside": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", - "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/is-regex": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", - "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", - "dependencies": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-set": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.2.tgz", - "integrity": "sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-shared-array-buffer": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz", - "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==", - "dependencies": { - "call-bind": "^1.0.2" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-string": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", - "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", - "dependencies": { - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-symbol": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", - "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", - "dependencies": { - "has-symbols": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-typed-array": { - "version": "1.1.12", - "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.12.tgz", - "integrity": "sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==", - "dependencies": { - "which-typed-array": "^1.1.11" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-weakmap": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.1.tgz", - "integrity": "sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-weakref": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", - "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", - "dependencies": { - "call-bind": "^1.0.2" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-weakset": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.2.tgz", - "integrity": "sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==", - "dependencies": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.1.1" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/isarray": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", - "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==" - }, - "node_modules/isexe": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" - }, - "node_modules/iterator.prototype": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.2.tgz", - "integrity": "sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==", - "dependencies": { - "define-properties": "^1.2.1", - "get-intrinsic": "^1.2.1", - "has-symbols": "^1.0.3", - "reflect.getprototypeof": "^1.0.4", - "set-function-name": "^2.0.1" - } - }, - "node_modules/js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" - }, - "node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", - "dependencies": { - "argparse": "^2.0.1" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" - } - }, - "node_modules/json-buffer": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", - "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==" - }, - "node_modules/json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" - }, - "node_modules/json-stable-stringify-without-jsonify": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", - "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==" - }, - "node_modules/json5": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", - "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", - "dependencies": { - "minimist": "^1.2.0" - }, - "bin": { - "json5": "lib/cli.js" - } - }, - "node_modules/jsx-ast-utils": { - "version": "3.3.5", - "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz", - "integrity": "sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==", - "dependencies": { - "array-includes": "^3.1.6", - "array.prototype.flat": "^1.3.1", - "object.assign": "^4.1.4", - "object.values": "^1.1.6" - }, - "engines": { - "node": ">=4.0" - } - }, - "node_modules/keyv": { - "version": "4.5.3", - "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.3.tgz", - "integrity": "sha512-QCiSav9WaX1PgETJ+SpNnx2PRRapJ/oRSXM4VO5OGYGSjrxbKPVFVhB3l2OCbLCk329N8qyAtsJjSjvVBWzEug==", - "dependencies": { - "json-buffer": "3.0.1" - } - }, - "node_modules/language-subtag-registry": { - "version": "0.3.22", - "resolved": "https://registry.npmjs.org/language-subtag-registry/-/language-subtag-registry-0.3.22.tgz", - "integrity": "sha512-tN0MCzyWnoz/4nHS6uxdlFWoUZT7ABptwKPQ52Ea7URk6vll88bWBVhodtnlfEuCcKWNGoc+uGbw1cwa9IKh/w==" - }, - "node_modules/language-tags": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/language-tags/-/language-tags-1.0.5.tgz", - "integrity": "sha512-qJhlO9cGXi6hBGKoxEG/sKZDAHD5Hnu9Hs4WbOY3pCWXDhw0N8x1NenNzm2EnNLkLkk7J2SdxAkDSbb6ftT+UQ==", - "dependencies": { - "language-subtag-registry": "~0.3.2" - } - }, - "node_modules/levn": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", - "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", - "dependencies": { - "prelude-ls": "^1.2.1", - "type-check": "~0.4.0" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/locate-path": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", - "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", - "dependencies": { - "p-locate": "^5.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/lodash.merge": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", - "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==" - }, - "node_modules/loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", - "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", - "dependencies": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "bin": { - "loose-envify": "cli.js" - } - }, - "node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/merge2": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", - "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", - "engines": { - "node": ">= 8" - } - }, - "node_modules/micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", - "dependencies": { - "braces": "^3.0.2", - "picomatch": "^2.3.1" - }, - "engines": { - "node": ">=8.6" - } - }, - "node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/minimist": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", - "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" - }, - "node_modules/nanoid": { - "version": "3.3.6", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz", - "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "bin": { - "nanoid": "bin/nanoid.cjs" - }, - "engines": { - "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" - } - }, - "node_modules/natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", - "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==" - }, - "node_modules/next": { - "version": "13.4.19", - "resolved": "https://registry.npmjs.org/next/-/next-13.4.19.tgz", - "integrity": "sha512-HuPSzzAbJ1T4BD8e0bs6B9C1kWQ6gv8ykZoRWs5AQoiIuqbGHHdQO7Ljuvg05Q0Z24E2ABozHe6FxDvI6HfyAw==", - "dependencies": { - "@next/env": "13.4.19", - "@swc/helpers": "0.5.1", - "busboy": "1.6.0", - "caniuse-lite": "^1.0.30001406", - "postcss": "8.4.14", - "styled-jsx": "5.1.1", - "watchpack": "2.4.0", - "zod": "3.21.4" - }, - "bin": { - "next": "dist/bin/next" - }, - "engines": { - "node": ">=16.8.0" - }, - "optionalDependencies": { - "@next/swc-darwin-arm64": "13.4.19", - "@next/swc-darwin-x64": "13.4.19", - "@next/swc-linux-arm64-gnu": "13.4.19", - "@next/swc-linux-arm64-musl": "13.4.19", - "@next/swc-linux-x64-gnu": "13.4.19", - "@next/swc-linux-x64-musl": "13.4.19", - "@next/swc-win32-arm64-msvc": "13.4.19", - "@next/swc-win32-ia32-msvc": "13.4.19", - "@next/swc-win32-x64-msvc": "13.4.19" - }, - "peerDependencies": { - "@opentelemetry/api": "^1.1.0", - "react": "^18.2.0", - "react-dom": "^18.2.0", - "sass": "^1.3.0" - }, - "peerDependenciesMeta": { - "@opentelemetry/api": { - "optional": true - }, - "sass": { - "optional": true - } - } - }, - "node_modules/object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-inspect": { - "version": "1.12.3", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz", - "integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/object-keys": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", - "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/object.assign": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz", - "integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "has-symbols": "^1.0.3", - "object-keys": "^1.1.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/object.entries": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.7.tgz", - "integrity": "sha512-jCBs/0plmPsOnrKAfFQXRG2NFjlhZgjjcBLSmTnEhU8U6vVTsVe8ANeQJCHTl3gSsI4J+0emOoCgoKlmQPMgmA==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/object.fromentries": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.7.tgz", - "integrity": "sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/object.groupby": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.1.tgz", - "integrity": "sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1", - "get-intrinsic": "^1.2.1" - } - }, - "node_modules/object.hasown": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/object.hasown/-/object.hasown-1.1.3.tgz", - "integrity": "sha512-fFI4VcYpRHvSLXxP7yiZOMAd331cPfd2p7PFDVbgUsYOfCT3tICVqXWngbjr4m49OvsBwUBQ6O2uQoJvy3RexA==", - "dependencies": { - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/object.values": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.7.tgz", - "integrity": "sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", - "dependencies": { - "wrappy": "1" - } - }, - "node_modules/optionator": { - "version": "0.9.3", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz", - "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==", - "dependencies": { - "@aashutoshrathi/word-wrap": "^1.2.3", - "deep-is": "^0.1.3", - "fast-levenshtein": "^2.0.6", - "levn": "^0.4.1", - "prelude-ls": "^1.2.1", - "type-check": "^0.4.0" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/p-limit": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", - "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", - "dependencies": { - "yocto-queue": "^0.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/p-locate": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", - "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", - "dependencies": { - "p-limit": "^3.0.2" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/parent-module": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", - "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", - "dependencies": { - "callsites": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", - "engines": { - "node": ">=8" - } - }, - "node_modules/path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/path-key": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", - "engines": { - "node": ">=8" - } - }, - "node_modules/path-parse": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" - }, - "node_modules/path-type": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", - "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", - "engines": { - "node": ">=8" - } - }, - "node_modules/picocolors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" - }, - "node_modules/picomatch": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "engines": { - "node": ">=8.6" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/postcss": { - "version": "8.4.14", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.14.tgz", - "integrity": "sha512-E398TUmfAYFPBSdzgeieK2Y1+1cpdxJx8yXbK/m57nRhKSmk1GB2tO4lbLBtlkfPQTDKfe4Xqv1ASWPpayPEig==", - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/postcss" - } - ], - "dependencies": { - "nanoid": "^3.3.4", - "picocolors": "^1.0.0", - "source-map-js": "^1.0.2" - }, - "engines": { - "node": "^10 || ^12 || >=14" - } - }, - "node_modules/prelude-ls": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", - "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/prop-types": { - "version": "15.8.1", - "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", - "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", - "dependencies": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.13.1" - } - }, - "node_modules/punycode": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz", - "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==", - "engines": { - "node": ">=6" - } - }, - "node_modules/queue-microtask": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", - "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/react": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz", - "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==", - "dependencies": { - "loose-envify": "^1.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/react-dom": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.2.0.tgz", - "integrity": "sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g==", - "dependencies": { - "loose-envify": "^1.1.0", - "scheduler": "^0.23.0" - }, - "peerDependencies": { - "react": "^18.2.0" - } - }, - "node_modules/react-is": { - "version": "16.13.1", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", - "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" - }, - "node_modules/reflect.getprototypeof": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.4.tgz", - "integrity": "sha512-ECkTw8TmJwW60lOTR+ZkODISW6RQ8+2CL3COqtiJKLd6MmB45hN51HprHFziKLGkAuTGQhBb91V8cy+KHlaCjw==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1", - "get-intrinsic": "^1.2.1", - "globalthis": "^1.0.3", - "which-builtin-type": "^1.1.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/regenerator-runtime": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz", - "integrity": "sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==" - }, - "node_modules/regexp.prototype.flags": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.1.tgz", - "integrity": "sha512-sy6TXMN+hnP/wMy+ISxg3krXx7BAtWVO4UouuCN/ziM9UEne0euamVNafDfvC83bRNr95y0V5iijeDQFUNpvrg==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "set-function-name": "^2.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/resolve": { - "version": "1.22.5", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.5.tgz", - "integrity": "sha512-qWhv7PF1V95QPvRoUGHxOtnAlEvlXBylMZcjUR9pAumMmveFtcHJRXGIr+TkjfNJVQypqv2qcDiiars2y1PsSg==", - "dependencies": { - "is-core-module": "^2.13.0", - "path-parse": "^1.0.7", - "supports-preserve-symlinks-flag": "^1.0.0" - }, - "bin": { - "resolve": "bin/resolve" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/resolve-from": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", - "engines": { - "node": ">=4" - } - }, - "node_modules/resolve-pkg-maps": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz", - "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==", - "funding": { - "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1" - } - }, - "node_modules/reusify": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", - "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", - "engines": { - "iojs": ">=1.0.0", - "node": ">=0.10.0" - } - }, - "node_modules/rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/run-parallel": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", - "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "dependencies": { - "queue-microtask": "^1.2.2" - } - }, - "node_modules/safe-array-concat": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.0.1.tgz", - "integrity": "sha512-6XbUAseYE2KtOuGueyeobCySj9L4+66Tn6KQMOPQJrAJEowYKW/YR/MGJZl7FdydUdaFu4LYyDZjxf4/Nmo23Q==", - "dependencies": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.2.1", - "has-symbols": "^1.0.3", - "isarray": "^2.0.5" - }, - "engines": { - "node": ">=0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/safe-regex-test": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz", - "integrity": "sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==", - "dependencies": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.1.3", - "is-regex": "^1.1.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/scheduler": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.0.tgz", - "integrity": "sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw==", - "dependencies": { - "loose-envify": "^1.1.0" - } - }, - "node_modules/semver": { - "version": "7.5.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", - "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/set-function-name": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.1.tgz", - "integrity": "sha512-tMNCiqYVkXIZgc2Hnoy2IvC/f8ezc5koaRFkCjrpWzGpCd3qbZXPzVy9MAZzK1ch/X0jvSkojys3oqJN0qCmdA==", - "dependencies": { - "define-data-property": "^1.0.1", - "functions-have-names": "^1.2.3", - "has-property-descriptors": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/shebang-command": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", - "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", - "dependencies": { - "shebang-regex": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/shebang-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", - "engines": { - "node": ">=8" - } - }, - "node_modules/side-channel": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", - "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", - "dependencies": { - "call-bind": "^1.0.0", - "get-intrinsic": "^1.0.2", - "object-inspect": "^1.9.0" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/slash": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", - "engines": { - "node": ">=8" - } - }, - "node_modules/source-map-js": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", - "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/streamsearch": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz", - "integrity": "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==", - "engines": { - "node": ">=10.0.0" - } - }, - "node_modules/string.prototype.matchall": { - "version": "4.0.10", - "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.10.tgz", - "integrity": "sha512-rGXbGmOEosIQi6Qva94HUjgPs9vKW+dkG7Y8Q5O2OYkWL6wFaTRZO8zM4mhP94uX55wgyrXzfS2aGtGzUL7EJQ==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1", - "get-intrinsic": "^1.2.1", - "has-symbols": "^1.0.3", - "internal-slot": "^1.0.5", - "regexp.prototype.flags": "^1.5.0", - "set-function-name": "^2.0.0", - "side-channel": "^1.0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/string.prototype.trim": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz", - "integrity": "sha512-lfjY4HcixfQXOfaqCvcBuOIapyaroTXhbkfJN3gcB1OtyupngWK4sEET9Knd0cXd28kTUqu/kHoV4HKSJdnjiQ==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/string.prototype.trimend": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.7.tgz", - "integrity": "sha512-Ni79DqeB72ZFq1uH/L6zJ+DKZTkOtPIHovb3YZHQViE+HDouuU4mBrLOLDn5Dde3RF8qw5qVETEjhu9locMLvA==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/string.prototype.trimstart": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.7.tgz", - "integrity": "sha512-NGhtDFu3jCEm7B4Fy0DpLewdJQOZcQ0rGbwQ/+stjnrp2i+rlKeCvos9hOIeCmqwratM47OBxY7uFZzjxHXmrg==", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", - "engines": { - "node": ">=4" - } - }, - "node_modules/strip-json-comments": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", - "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/styled-jsx": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.1.tgz", - "integrity": "sha512-pW7uC1l4mBZ8ugbiZrcIsiIvVx1UmTfw7UkC3Um2tmfUq9Bhk8IiyEIPl6F8agHgjzku6j0xQEZbfA5uSgSaCw==", - "dependencies": { - "client-only": "0.0.1" - }, - "engines": { - "node": ">= 12.0.0" - }, - "peerDependencies": { - "react": ">= 16.8.0 || 17.x.x || ^18.0.0-0" - }, - "peerDependenciesMeta": { - "@babel/core": { - "optional": true - }, - "babel-plugin-macros": { - "optional": true - } - } - }, - "node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/supports-preserve-symlinks-flag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", - "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/tapable": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", - "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", - "engines": { - "node": ">=6" - } - }, - "node_modules/text-table": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==" - }, - "node_modules/to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "dependencies": { - "is-number": "^7.0.0" - }, - "engines": { - "node": ">=8.0" - } - }, - "node_modules/ts-api-utils": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.0.3.tgz", - "integrity": "sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==", - "engines": { - "node": ">=16.13.0" - }, - "peerDependencies": { - "typescript": ">=4.2.0" - } - }, - "node_modules/tsconfig-paths": { - "version": "3.14.2", - "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz", - "integrity": "sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==", - "dependencies": { - "@types/json5": "^0.0.29", - "json5": "^1.0.2", - "minimist": "^1.2.6", - "strip-bom": "^3.0.0" - } - }, - "node_modules/tslib": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", - "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" - }, - "node_modules/type-check": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", - "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", - "dependencies": { - "prelude-ls": "^1.2.1" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/typed-array-buffer": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.0.tgz", - "integrity": "sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw==", - "dependencies": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.2.1", - "is-typed-array": "^1.1.10" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/typed-array-byte-length": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.0.tgz", - "integrity": "sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==", - "dependencies": { - "call-bind": "^1.0.2", - "for-each": "^0.3.3", - "has-proto": "^1.0.1", - "is-typed-array": "^1.1.10" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/typed-array-byte-offset": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.0.tgz", - "integrity": "sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg==", - "dependencies": { - "available-typed-arrays": "^1.0.5", - "call-bind": "^1.0.2", - "for-each": "^0.3.3", - "has-proto": "^1.0.1", - "is-typed-array": "^1.1.10" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/typed-array-length": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.4.tgz", - "integrity": "sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==", - "dependencies": { - "call-bind": "^1.0.2", - "for-each": "^0.3.3", - "is-typed-array": "^1.1.9" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/typescript": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz", - "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==", - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=14.17" - } - }, - "node_modules/unbox-primitive": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz", - "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==", - "dependencies": { - "call-bind": "^1.0.2", - "has-bigints": "^1.0.2", - "has-symbols": "^1.0.3", - "which-boxed-primitive": "^1.0.2" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/uri-js": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", - "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", - "dependencies": { - "punycode": "^2.1.0" - } - }, - "node_modules/watchpack": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.0.tgz", - "integrity": "sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==", - "dependencies": { - "glob-to-regexp": "^0.4.1", - "graceful-fs": "^4.1.2" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/which": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", - "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "node-which": "bin/node-which" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/which-boxed-primitive": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", - "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", - "dependencies": { - "is-bigint": "^1.0.1", - "is-boolean-object": "^1.1.0", - "is-number-object": "^1.0.4", - "is-string": "^1.0.5", - "is-symbol": "^1.0.3" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/which-builtin-type": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/which-builtin-type/-/which-builtin-type-1.1.3.tgz", - "integrity": "sha512-YmjsSMDBYsM1CaFiayOVT06+KJeXf0o5M/CAd4o1lTadFAtacTUM49zoYxr/oroopFDfhvN6iEcBxUyc3gvKmw==", - "dependencies": { - "function.prototype.name": "^1.1.5", - "has-tostringtag": "^1.0.0", - "is-async-function": "^2.0.0", - "is-date-object": "^1.0.5", - "is-finalizationregistry": "^1.0.2", - "is-generator-function": "^1.0.10", - "is-regex": "^1.1.4", - "is-weakref": "^1.0.2", - "isarray": "^2.0.5", - "which-boxed-primitive": "^1.0.2", - "which-collection": "^1.0.1", - "which-typed-array": "^1.1.9" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/which-collection": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.1.tgz", - "integrity": "sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A==", - "dependencies": { - "is-map": "^2.0.1", - "is-set": "^2.0.1", - "is-weakmap": "^2.0.1", - "is-weakset": "^2.0.1" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/which-typed-array": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.11.tgz", - "integrity": "sha512-qe9UWWpkeG5yzZ0tNYxDmd7vo58HDBc39mZ0xWWpolAGADdFOzkfamWLDxkOWcvHQKVmdTyQdLD4NOfjLWTKew==", - "dependencies": { - "available-typed-arrays": "^1.0.5", - "call-bind": "^1.0.2", - "for-each": "^0.3.3", - "gopd": "^1.0.1", - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" - }, - "node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" - }, - "node_modules/yocto-queue": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", - "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/zod": { - "version": "3.21.4", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.21.4.tgz", - "integrity": "sha512-m46AKbrzKVzOzs/DZgVnG5H55N1sv1M8qZU3A8RIKbs3mrACDNeIOeilDymVb2HdmP8uwshOCF4uJ8uM9rCqJw==", - "funding": { - "url": "https://github.com/sponsors/colinhacks" - } - } - } -} diff --git a/my-app/package.json b/my-app/package.json deleted file mode 100644 index 6fda49b..0000000 --- a/my-app/package.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "name": "my-app", - "version": "0.1.0", - "private": true, - "scripts": { - "dev": "next dev", - "build": "next build", - "start": "next start", - "lint": "next lint" - }, - "dependencies": { - "@types/node": "20.6.1", - "@types/react": "18.2.21", - "@types/react-dom": "18.2.7", - "eslint": "8.49.0", - "eslint-config-next": "13.4.19", - "next": "13.4.19", - "react": "18.2.0", - "react-dom": "18.2.0", - "typescript": "5.2.2" - } -} diff --git a/my-app/public/next.svg b/my-app/public/next.svg deleted file mode 100644 index 5174b28..0000000 --- a/my-app/public/next.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/my-app/public/vercel.svg b/my-app/public/vercel.svg deleted file mode 100644 index d2f8422..0000000 --- a/my-app/public/vercel.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/my-app/src/app/favicon.ico b/my-app/src/app/favicon.ico deleted file mode 100644 index 718d6fe..0000000 Binary files a/my-app/src/app/favicon.ico and /dev/null differ diff --git a/my-app/src/app/globals.css b/my-app/src/app/globals.css deleted file mode 100644 index d4f491e..0000000 --- a/my-app/src/app/globals.css +++ /dev/null @@ -1,107 +0,0 @@ -:root { - --max-width: 1100px; - --border-radius: 12px; - --font-mono: ui-monospace, Menlo, Monaco, 'Cascadia Mono', 'Segoe UI Mono', - 'Roboto Mono', 'Oxygen Mono', 'Ubuntu Monospace', 'Source Code Pro', - 'Fira Mono', 'Droid Sans Mono', 'Courier New', monospace; - - --foreground-rgb: 0, 0, 0; - --background-start-rgb: 214, 219, 220; - --background-end-rgb: 255, 255, 255; - - --primary-glow: conic-gradient( - from 180deg at 50% 50%, - #16abff33 0deg, - #0885ff33 55deg, - #54d6ff33 120deg, - #0071ff33 160deg, - transparent 360deg - ); - --secondary-glow: radial-gradient( - rgba(255, 255, 255, 1), - rgba(255, 255, 255, 0) - ); - - --tile-start-rgb: 239, 245, 249; - --tile-end-rgb: 228, 232, 233; - --tile-border: conic-gradient( - #00000080, - #00000040, - #00000030, - #00000020, - #00000010, - #00000010, - #00000080 - ); - - --callout-rgb: 238, 240, 241; - --callout-border-rgb: 172, 175, 176; - --card-rgb: 180, 185, 188; - --card-border-rgb: 131, 134, 135; -} - -@media (prefers-color-scheme: dark) { - :root { - --foreground-rgb: 255, 255, 255; - --background-start-rgb: 0, 0, 0; - --background-end-rgb: 0, 0, 0; - - --primary-glow: radial-gradient(rgba(1, 65, 255, 0.4), rgba(1, 65, 255, 0)); - --secondary-glow: linear-gradient( - to bottom right, - rgba(1, 65, 255, 0), - rgba(1, 65, 255, 0), - rgba(1, 65, 255, 0.3) - ); - - --tile-start-rgb: 2, 13, 46; - --tile-end-rgb: 2, 5, 19; - --tile-border: conic-gradient( - #ffffff80, - #ffffff40, - #ffffff30, - #ffffff20, - #ffffff10, - #ffffff10, - #ffffff80 - ); - - --callout-rgb: 20, 20, 20; - --callout-border-rgb: 108, 108, 108; - --card-rgb: 100, 100, 100; - --card-border-rgb: 200, 200, 200; - } -} - -* { - box-sizing: border-box; - padding: 0; - margin: 0; -} - -html, -body { - max-width: 100vw; - overflow-x: hidden; -} - -body { - color: rgb(var(--foreground-rgb)); - background: linear-gradient( - to bottom, - transparent, - rgb(var(--background-end-rgb)) - ) - rgb(var(--background-start-rgb)); -} - -a { - color: inherit; - text-decoration: none; -} - -@media (prefers-color-scheme: dark) { - html { - color-scheme: dark; - } -} diff --git a/my-app/src/app/layout.tsx b/my-app/src/app/layout.tsx deleted file mode 100644 index ae84562..0000000 --- a/my-app/src/app/layout.tsx +++ /dev/null @@ -1,22 +0,0 @@ -import './globals.css' -import type { Metadata } from 'next' -import { Inter } from 'next/font/google' - -const inter = Inter({ subsets: ['latin'] }) - -export const metadata: Metadata = { - title: 'Create Next App', - description: 'Generated by create next app', -} - -export default function RootLayout({ - children, -}: { - children: React.ReactNode -}) { - return ( - - {children} - - ) -} diff --git a/my-app/src/app/page.module.css b/my-app/src/app/page.module.css deleted file mode 100644 index 6676d2c..0000000 --- a/my-app/src/app/page.module.css +++ /dev/null @@ -1,229 +0,0 @@ -.main { - display: flex; - flex-direction: column; - justify-content: space-between; - align-items: center; - padding: 6rem; - min-height: 100vh; -} - -.description { - display: inherit; - justify-content: inherit; - align-items: inherit; - font-size: 0.85rem; - max-width: var(--max-width); - width: 100%; - z-index: 2; - font-family: var(--font-mono); -} - -.description a { - display: flex; - justify-content: center; - align-items: center; - gap: 0.5rem; -} - -.description p { - position: relative; - margin: 0; - padding: 1rem; - background-color: rgba(var(--callout-rgb), 0.5); - border: 1px solid rgba(var(--callout-border-rgb), 0.3); - border-radius: var(--border-radius); -} - -.code { - font-weight: 700; - font-family: var(--font-mono); -} - -.grid { - display: grid; - grid-template-columns: repeat(4, minmax(25%, auto)); - max-width: 100%; - width: var(--max-width); -} - -.card { - padding: 1rem 1.2rem; - border-radius: var(--border-radius); - background: rgba(var(--card-rgb), 0); - border: 1px solid rgba(var(--card-border-rgb), 0); - transition: background 200ms, border 200ms; -} - -.card span { - display: inline-block; - transition: transform 200ms; -} - -.card h2 { - font-weight: 600; - margin-bottom: 0.7rem; -} - -.card p { - margin: 0; - opacity: 0.6; - font-size: 0.9rem; - line-height: 1.5; - max-width: 30ch; -} - -.center { - display: flex; - justify-content: center; - align-items: center; - position: relative; - padding: 4rem 0; -} - -.center::before { - background: var(--secondary-glow); - border-radius: 50%; - width: 480px; - height: 360px; - margin-left: -400px; -} - -.center::after { - background: var(--primary-glow); - width: 240px; - height: 180px; - z-index: -1; -} - -.center::before, -.center::after { - content: ''; - left: 50%; - position: absolute; - filter: blur(45px); - transform: translateZ(0); -} - -.logo { - position: relative; -} -/* Enable hover only on non-touch devices */ -@media (hover: hover) and (pointer: fine) { - .card:hover { - background: rgba(var(--card-rgb), 0.1); - border: 1px solid rgba(var(--card-border-rgb), 0.15); - } - - .card:hover span { - transform: translateX(4px); - } -} - -@media (prefers-reduced-motion) { - .card:hover span { - transform: none; - } -} - -/* Mobile */ -@media (max-width: 700px) { - .content { - padding: 4rem; - } - - .grid { - grid-template-columns: 1fr; - margin-bottom: 120px; - max-width: 320px; - text-align: center; - } - - .card { - padding: 1rem 2.5rem; - } - - .card h2 { - margin-bottom: 0.5rem; - } - - .center { - padding: 8rem 0 6rem; - } - - .center::before { - transform: none; - height: 300px; - } - - .description { - font-size: 0.8rem; - } - - .description a { - padding: 1rem; - } - - .description p, - .description div { - display: flex; - justify-content: center; - position: fixed; - width: 100%; - } - - .description p { - align-items: center; - inset: 0 0 auto; - padding: 2rem 1rem 1.4rem; - border-radius: 0; - border: none; - border-bottom: 1px solid rgba(var(--callout-border-rgb), 0.25); - background: linear-gradient( - to bottom, - rgba(var(--background-start-rgb), 1), - rgba(var(--callout-rgb), 0.5) - ); - background-clip: padding-box; - backdrop-filter: blur(24px); - } - - .description div { - align-items: flex-end; - pointer-events: none; - inset: auto 0 0; - padding: 2rem; - height: 200px; - background: linear-gradient( - to bottom, - transparent 0%, - rgb(var(--background-end-rgb)) 40% - ); - z-index: 1; - } -} - -/* Tablet and Smaller Desktop */ -@media (min-width: 701px) and (max-width: 1120px) { - .grid { - grid-template-columns: repeat(2, 50%); - } -} - -@media (prefers-color-scheme: dark) { - .vercelLogo { - filter: invert(1); - } - - .logo { - filter: invert(1) drop-shadow(0 0 0.3rem #ffffff70); - } -} - -@keyframes rotate { - from { - transform: rotate(360deg); - } - to { - transform: rotate(0deg); - } -} diff --git a/my-app/src/app/page.tsx b/my-app/src/app/page.tsx deleted file mode 100644 index 9ddf9b9..0000000 --- a/my-app/src/app/page.tsx +++ /dev/null @@ -1,95 +0,0 @@ -import Image from 'next/image' -import styles from './page.module.css' - -export default function Home() { - return ( -
- - -
- Next.js Logo -
- - -
- ) -} diff --git a/my-app/tsconfig.json b/my-app/tsconfig.json deleted file mode 100644 index e59724b..0000000 --- a/my-app/tsconfig.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "compilerOptions": { - "target": "es5", - "lib": ["dom", "dom.iterable", "esnext"], - "allowJs": true, - "skipLibCheck": true, - "strict": true, - "noEmit": true, - "esModuleInterop": true, - "module": "esnext", - "moduleResolution": "bundler", - "resolveJsonModule": true, - "isolatedModules": true, - "jsx": "preserve", - "incremental": true, - "plugins": [ - { - "name": "next" - } - ], - "paths": { - "@/*": ["./src/*"] - } - }, - "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], - "exclude": ["node_modules"] -}