Cradicle Explorer
hats-anchor-app
Info
Issues
Patches
Wallets
Source
Source
apps
libs
config
constants
contexts
forms
hats-hooks
hats-utils
hooks
icons
modules-hooks
modules-ui
src
README.md
eslint.config.mjs
package.json
postcss.config.js
tailwind.config.ts
tsconfig.json
tsconfig.lib.json
tsup.config.ts
molecules
organisms
shared
types
ui
utils
.coderabbit.yaml
.cursorrules
.editorconfig
.env.example
.gitignore
.npmrc
.prettierignore
.prettierrc
AGENTS.md
CLAUDE.md
README.md
components.json
eslint.config.mjs
nx.json
package.json
pnpm-lock.yaml
pnpm-workspace.yaml
tsconfig.base.json
/
libs
/
modules-ui
/ postcss.config.js
postcss.config.js
1
module.exports = {
2
plugins: {
3
tailwindcss: {},
4
autoprefixer: {},
5
},
6
};