16 Commits

Author SHA1 Message Date
90a458268f feat: upgrade tailwindcss v4
Some checks are pending
lint-and-check / CLI Check (push) Waiting to run
lint-and-check / Component Check (push) Waiting to run
2025-03-11 19:59:11 +09:00
8e9b178f5e fix: fix errors with biomejs 2024-06-29 22:28:58 +09:00
3b88ad4e51 fix: fix import alias resolve in vite config 2024-06-22 07:41:22 +09:00
c201df67ce style(react): remove unnecessary linebreaks 2024-06-14 23:27:06 +09:00
Shinwoo PARK
447b2249c8 refactor: remove useless dependencies for old docs 2024-06-13 19:34:05 +00:00
511b778fd0 refactor(react): change path of pswui-lib in vite and tsconfig
The paths were updated for the alias '@pswui-lib' in both vite.config.ts and tsconfig.json files. The new path now points to 'lib.tsx' from 'lib'.
2024-06-11 17:45:33 +09:00
edfaef2c75 feat: add lib alias in vite config and tsconfig
The commit includes a new alias @pswui-lib in both the `vite.config.ts` and `tsconfig.json` files. This change facilitates a more straightforward and concise import of files located in the 'lib' directory.
2024-06-11 15:43:56 +09:00
3750de01e2 refactor: remove rehype-highlight plugin 2024-06-04 22:35:27 +09:00
95ec9ef6d0 feat: add vite-plugin-dynamic-import 2024-06-03 22:56:24 +09:00
a042157626 feat: add rehype-slug & @stefanprobst/rehype-extract-toc to provide toc 2024-06-02 06:56:59 +09:00
a431542019 feat: add remark-gfm to support table 2024-06-02 01:53:45 +09:00
ac12cbd64a feat: add src alias path 2024-06-01 02:43:03 +09:00
c1bfe4bb13 feat: add rehypeHighlight plugin in mdx 2024-06-01 02:32:27 +09:00
4c5e03598f feat: add alias for easily importing components in document 2024-06-01 02:20:09 +09:00
5d0ee14098 feat: add mdx 2024-05-31 21:08:54 +09:00
f7013ae546 feat: add basic setup for storybook 2024-05-18 21:11:11 +09:00