11 Commits

Author SHA1 Message Date
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