From bf0b79534d941c17cc10ca12dddf0dd1600ef3c0 Mon Sep 17 00:00:00 2001 From: kimatata <117462761+kimatata@users.noreply.github.com> Date: Sun, 27 Jul 2025 11:25:14 +0900 Subject: [PATCH] docs: update technologies chapter (#257) --- docs/docs/dev/technologies.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/docs/dev/technologies.md b/docs/docs/dev/technologies.md index 8ea7434..3618db8 100644 --- a/docs/docs/dev/technologies.md +++ b/docs/docs/dev/technologies.md @@ -4,7 +4,7 @@ sidebar_position: 1 # Technologies -UnitTCMS is powered by following technologies. For more detailed package and version information, please see package.json. +UnitTCMS is powered by following technologies. For more detailed info, please check package.json. ## Frontend @@ -12,7 +12,7 @@ UnitTCMS is powered by following technologies. For more detailed package and ver | ----------------------------------------------- | -------------------- | | [React](https://react.dev/) | Rendering | | [Next.js](https://nextjs.org/) | Routing, etc. | -| [NextUI](https://nextui.org/) | UI library | +| [HeroUI](https://www.heroui.com/) | UI library | | [next-intl](https://next-intl-docs.vercel.app/) | Internationalization | | [ApexCharts](https://apexcharts.com/) | Charts | @@ -24,3 +24,12 @@ UnitTCMS is powered by following technologies. For more detailed package and ver | [Express](https://expressjs.com/) | API Server | | [Sequelize](https://sequelize.org/) | ORM | | [SQLite](https://www.sqlite.org/) | database | + +## Other + +| Technology | Use | +| ------------------------------------- | ---------------------- | +| [Prettier](https://prettier.io/) | Format | +| [ESLint](https://eslint.org/) | ESLint | +| [Vitest](https://vitest.dev/) | Unit Testing Framework | +| [Playwright](https://playwright.dev/) | E2E Testing Framework |