-
Notifications
You must be signed in to change notification settings - Fork 1
refactor web v2 #255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: feature/web-v2
Are you sure you want to change the base?
refactor web v2 #255
Conversation
Signed-off-by: vankichi <[email protected]>
"typescript": "^5" | ||
"postcss": "^8.5.3", | ||
"tailwindcss": "^3.4.17", | ||
"typescript": "^5.8.3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[textlint-fix] reported by reviewdog 🐶
"typescript": "^5.8.3" | |
"textlint": "^14.6.0", | |
"textlint-rule-en-spell": "^1.2.4", | |
"textlint-rule-prh": "^6.0.0", | |
"textlint-rule-write-good": "^2.0.0", | |
"typescript": "^5.8.3" |
@@ -49,20 +49,43 @@ | |||
"url": "https://github.com/sponsors/sindresorhus" | |||
} | |||
}, | |||
"node_modules/@emnapi/core": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[textlint-fix] reported by reviewdog 🐶
"node_modules/@emnapi/core": { | |
"node_modules/@azu/format-text": { | |
"version": "1.0.2", | |
"resolved": "https://registry.npmjs.org/@azu/format-text/-/format-text-1.0.2.tgz", | |
"integrity": "sha512-Swi4N7Edy1Eqq82GxgEECXSSLyn6GOb5htRFPzBDdUkECGXtlf12ynO5oJSpWKPwCaUssOu7NfhDcCWpIC6Ywg==", | |
"dev": true, | |
"license": "BSD-3-Clause" | |
}, | |
"node_modules/@azu/style-format": { | |
"version": "1.0.1", | |
"resolved": "https://registry.npmjs.org/@azu/style-format/-/style-format-1.0.1.tgz", | |
"integrity": "sha512-AHcTojlNBdD/3/KxIKlg8sxIWHfOtQszLvOpagLTO+bjC3u7SAszu1lf//u7JJC50aUSH+BVWDD/KvaA6Gfn5g==", | |
"dev": true, | |
"license": "WTFPL", | |
"dependencies": { | |
"@azu/format-text": "^1.0.1" | |
} | |
}, | |
"node_modules/@babel/helper-string-parser": { | |
"version": "7.25.9", | |
"resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz", | |
"integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==", | |
"dev": true, | |
"license": "MIT", | |
"engines": { | |
"node": ">=6.9.0" | |
} | |
}, | |
"node_modules/@babel/helper-validator-identifier": { | |
"version": "7.25.9", | |
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz", | |
"integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==", | |
"dev": true, | |
"license": "MIT", | |
"engines": { | |
"node": ">=6.9.0" | |
} | |
}, | |
"node_modules/@babel/parser": { | |
"version": "7.27.0", | |
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.27.0.tgz", | |
"integrity": "sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==", | |
"dev": true, | |
"license": "MIT", | |
"dependencies": { | |
"@babel/types": "^7.27.0" | |
}, | |
"bin": { | |
"parser": "bin/babel-parser.js" | |
}, | |
"engines": { | |
"node": ">=6.0.0" | |
} | |
}, | |
"node_modules/@babel/types": { | |
"version": "7.27.0", | |
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.27.0.tgz", | |
"integrity": "sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==", | |
"dev": true, | |
"license": "MIT", | |
"dependencies": { | |
"@babel/helper-string-parser": "^7.25.9", | |
"@babel/helper-validator-identifier": "^7.25.9" | |
}, | |
"engines": { | |
"node": ">=6.9.0" | |
} | |
}, | |
"node_modules/@emnapi/core": { |
"node_modules/@tybys/wasm-util": { | ||
"version": "0.9.0", | ||
"resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.9.0.tgz", | ||
"integrity": "sha512-6+7nlbMVX/PVDCwaIQ8nTOPveOcFLSt8GcXdx8hD0bt39uWxYT88uXzqTd4fTvqta7oeUJqudepapKNt2DYJFw==", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[textlint-fix] reported by reviewdog 🐶
"node_modules/@tybys/wasm-util": { | |
"version": "0.9.0", | |
"resolved": "https://registry.npmjs.org/@tybys/wasm-util/-/wasm-util-0.9.0.tgz", | |
"integrity": "sha512-6+7nlbMVX/PVDCwaIQ8nTOPveOcFLSt8GcXdx8hD0bt39uWxYT88uXzqTd4fTvqta7oeUJqudepapKNt2DYJFw==", | |
"node_modules/@textlint/ast-node-types": { | |
"version": "14.6.0", | |
"resolved": "https://registry.npmjs.org/@textlint/ast-node-types/-/ast-node-types-14.6.0.tgz", | |
"integrity": "sha512-PqWpzFa64M5uKqBSQPV8wPqo14zvmz5JXWIIUkVCMQ/gN8/8IrXjpsp0O+/To8u5D5woVpxihBi/3nJdR8E37g==", |
"license": "MIT", | ||
"optional": true, | ||
"dependencies": { | ||
"@types/estree": "*" | ||
"tslib": "^2.4.0" | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[textlint-fix] reported by reviewdog 🐶
"license": "MIT", | |
"optional": true, | |
"dependencies": { | |
"@types/estree": "*" | |
"tslib": "^2.4.0" | |
} | |
"license": "MIT" |
"node_modules/@types/node": { | ||
"version": "20.17.8", | ||
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.8.tgz", | ||
"integrity": "sha512-ahz2g6/oqbKalW9sPv6L2iRbhLnojxjYWspAqhjvqSWBgGebEJT5GvRmk0QXPj3sbC6rU0GTQjPLQkmR8CObvA==", | ||
"version": "20.17.30", | ||
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.30.tgz", | ||
"integrity": "sha512-7zf4YyHA+jvBNfVrk2Gtvs6x7E8V+YDW05bNfG2XkWDJfYRXrTiP/DsB2zSYTaHX0bGIujTBQdMVAhb+j7mwpg==", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[textlint-fix] reported by reviewdog 🐶
"node_modules/@types/node": { | |
"version": "20.17.8", | |
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.8.tgz", | |
"integrity": "sha512-ahz2g6/oqbKalW9sPv6L2iRbhLnojxjYWspAqhjvqSWBgGebEJT5GvRmk0QXPj3sbC6rU0GTQjPLQkmR8CObvA==", | |
"version": "20.17.30", | |
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.30.tgz", | |
"integrity": "sha512-7zf4YyHA+jvBNfVrk2Gtvs6x7E8V+YDW05bNfG2XkWDJfYRXrTiP/DsB2zSYTaHX0bGIujTBQdMVAhb+j7mwpg==", | |
"node_modules/@textlint/fixer-formatter/node_modules/string-width": { | |
"version": "4.2.3", | |
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", | |
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", |
"engines": { | ||
"node": ">= 0.4" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[textlint-fix] reported by reviewdog 🐶
"engines": { | |
"node": ">= 0.4" | |
"dependencies": { | |
"debug": "^4.0.0", | |
"parse-entities": "^2.0.0" |
"node_modules/mdast-util-find-and-replace": { | ||
"version": "3.0.1", | ||
"resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.1.tgz", | ||
"integrity": "sha512-SG21kZHGC3XRTSUhtofZkBzZTJNM5ecCi0SK2IMKmSXR8vO3peL+kb1O0z7Zl83jKtutG4k5Wv/W7V3/YHvzPA==", | ||
"version": "3.0.2", | ||
"resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz", | ||
"integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[textlint-fix] reported by reviewdog 🐶
"node_modules/mdast-util-find-and-replace": { | |
"version": "3.0.1", | |
"resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.1.tgz", | |
"integrity": "sha512-SG21kZHGC3XRTSUhtofZkBzZTJNM5ecCi0SK2IMKmSXR8vO3peL+kb1O0z7Zl83jKtutG4k5Wv/W7V3/YHvzPA==", | |
"version": "3.0.2", | |
"resolved": "https://registry.npmjs.org/mdast-util-find-and-replace/-/mdast-util-find-and-replace-3.0.2.tgz", | |
"integrity": "sha512-Tmd1Vg/m3Xz43afeNxDIhWRtFZgM2VLyaf4vSTYwudTyeuTneoL3qtWMA5jeLyz/O1vDJmmV4QuScFCA2tBPwg==", | |
"node_modules/mdast-util-footnote/node_modules/parse-entities": { | |
"version": "2.0.0", | |
"resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-2.0.0.tgz", | |
"integrity": "sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==", | |
"dev": true, |
@@ -6996,6 +7363,13 @@ | |||
"url": "https://github.com/sponsors/wooorm" | |||
} | |||
}, | |||
"node_modules/stable-hash": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[textlint-fix] reported by reviewdog 🐶
"node_modules/stable-hash": { | |
"node_modules/spdx-correct": { | |
"version": "3.2.0", | |
"resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz", | |
"integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==", | |
"dev": true, | |
"license": "Apache-2.0", | |
"dependencies": { | |
"spdx-expression-parse": "^3.0.0", | |
"spdx-license-ids": "^3.0.0" | |
} | |
}, | |
"node_modules/spdx-exceptions": { | |
"version": "2.5.0", | |
"resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz", | |
"integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==", | |
"dev": true, | |
"license": "CC-BY-3.0" | |
}, | |
"node_modules/spdx-expression-parse": { | |
"version": "3.0.1", | |
"resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", | |
"integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", | |
"dev": true, | |
"license": "MIT", | |
"dependencies": { | |
"spdx-exceptions": "^2.1.0", | |
"spdx-license-ids": "^3.0.0" | |
} | |
}, | |
"node_modules/spdx-license-ids": { | |
"version": "3.0.21", | |
"resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.21.tgz", | |
"integrity": "sha512-Bvg/8F5XephndSK3JffaRqdT+gyhfqIPwDHpX80tJrF8QQRYMo8sNMeaZ2Dp5+jhwKnUmIOyFFQfHRkjJm5nXg==", | |
"dev": true, | |
"license": "CC0-1.0" | |
}, | |
"node_modules/sprintf-js": { | |
"version": "1.0.3", | |
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", | |
"integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", | |
"dev": true, | |
"license": "BSD-3-Clause" | |
}, | |
"node_modules/stable-hash": { |
@@ -7236,6 +7618,15 @@ | |||
"url": "https://github.com/sponsors/sindresorhus" | |||
} | |||
}, | |||
"node_modules/style-to-js": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[textlint-fix] reported by reviewdog 🐶
"node_modules/style-to-js": { | |
"node_modules/structured-source": { | |
"version": "4.0.0", | |
"resolved": "https://registry.npmjs.org/structured-source/-/structured-source-4.0.0.tgz", | |
"integrity": "sha512-qGzRFNJDjFieQkl/sVOI2dUjHKRyL9dAJi2gCPGJLbJHBIkyOHxjuocpIEfbLioX+qSJpvbYdT49/YCdMznKxA==", | |
"dev": true, | |
"license": "BSD-2-Clause", | |
"dependencies": { | |
"boundary": "^2.0.0" | |
} | |
}, | |
"node_modules/style-to-js": { |
"typescript": "^5" | ||
"postcss": "^8.5.3", | ||
"tailwindcss": "^3.4.17", | ||
"typescript": "^5.8.3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[textlint-fix] reported by reviewdog 🐶
"typescript": "^5.8.3" | |
"textlint": "^14.6.0", | |
"textlint-rule-en-spell": "^1.2.4", | |
"textlint-rule-prh": "^6.0.0", | |
"textlint-rule-write-good": "^2.0.0", | |
"typescript": "^5.8.3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[textlint-fix] reported by reviewdog 🐶
Lines 1323 to 1332 in 99b067e
"node_modules/@types/estree": { | |
"version": "1.0.7", | |
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.7.tgz", | |
"integrity": "sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==", | |
"license": "MIT" | |
}, | |
"node_modules/@types/estree-jsx": { | |
"version": "1.0.5", | |
"resolved": "https://registry.npmjs.org/@types/estree-jsx/-/estree-jsx-1.0.5.tgz", | |
"integrity": "sha512-52CcUVNFyfb1A2ALocQw/Dd1BQFNmSdkuC3BkZ6iqhdMfQz7JWOFRuJFloOzjk+6WijU56m9oKXFAXc7o3Towg==", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[textlint-fix] reported by reviewdog 🐶
Lines 1363 to 1372 in 99b067e
"node_modules/@types/mdx": { | |
"version": "2.0.13", | |
"resolved": "https://registry.npmjs.org/@types/mdx/-/mdx-2.0.13.tgz", | |
"integrity": "sha512-+OWZQfAYyio6YkJb3HLxDrvnx6SWWDbC0zVPfBRzUk0/nqoDyf6dNxQi3eArPe8rJ473nobTMQ/8Zk+LxJ+Yuw==", | |
"license": "MIT" | |
}, | |
"node_modules/@types/ms": { | |
"version": "2.1.0", | |
"resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz", | |
"integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[textlint-fix] reported by reviewdog 🐶
Lines 1424 to 1439 in 99b067e
"@eslint-community/regexpp": "^4.10.0", | |
"@typescript-eslint/scope-manager": "8.30.1", | |
"@typescript-eslint/type-utils": "8.30.1", | |
"@typescript-eslint/utils": "8.30.1", | |
"@typescript-eslint/visitor-keys": "8.30.1", | |
"graphemer": "^1.4.0", | |
"ignore": "^5.3.1", | |
"natural-compare": "^1.4.0", | |
"ts-api-utils": "^2.0.1" | |
}, | |
"engines": { | |
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" | |
}, | |
"funding": { | |
"type": "opencollective", | |
"url": "https://opencollective.com/typescript-eslint" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[textlint-fix] reported by reviewdog 🐶
Lines 1479 to 1487 in 99b067e
"@typescript-eslint/types": "8.30.1", | |
"@typescript-eslint/visitor-keys": "8.30.1" | |
}, | |
"engines": { | |
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" | |
}, | |
"funding": { | |
"type": "opencollective", | |
"url": "https://opencollective.com/typescript-eslint" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[textlint-fix] reported by reviewdog 🐶
Lines 1497 to 1511 in 99b067e
"@typescript-eslint/typescript-estree": "8.30.1", | |
"@typescript-eslint/utils": "8.30.1", | |
"debug": "^4.3.4", | |
"ts-api-utils": "^2.0.1" | |
}, | |
"engines": { | |
"node": "^18.18.0 || ^20.9.0 || >=21.1.0" | |
}, | |
"funding": { | |
"type": "opencollective", | |
"url": "https://opencollective.com/typescript-eslint" | |
}, | |
"peerDependencies": { | |
"eslint": "^8.57.0 || ^9.0.0", | |
"typescript": ">=4.8.4 <5.9.0" |
SSIA