Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepinho committed Jul 10, 2024
1 parent e5a7cdc commit 4a72472
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,6 @@
{
"name": "@repo/ui",
"version": "6.6.0",
"private": true,
"license": "(MIT OR Apache-2.0)",
"type": "module",
"scripts": {
"lint": "tsc --noEmit && eslint components lib",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test": "vitest run",
"ui:add": "pnpm dlx shadcn-ui@latest add"
},
"exports": {
"./components/ui/icons/*": "./components/ui/icons/*.tsx",
"./components/ui/*": "./components/ui/*/index.tsx",
"./lib/toast/*": "./lib/toast/*.ts",
"./lib/toast/transaction-toast": "./lib/toast/transaction-toast.tsx",
"./lib/utils": "./lib/utils.ts",
"./postcss.config.js": "./postcss.config.js",
"./styles/*": "./styles/*",
"./*": "./src/*/index.tsx"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
Expand Down Expand Up @@ -90,11 +70,31 @@
"prop-types": "^15.8.1",
"storybook": "^8.1.1"
},
"exports": {
"./components/ui/icons/*": "./components/ui/icons/*.tsx",
"./components/ui/*": "./components/ui/*/index.tsx",
"./lib/toast/*": "./lib/toast/*.ts",
"./lib/toast/transaction-toast": "./lib/toast/transaction-toast.tsx",
"./lib/utils": "./lib/utils.ts",
"./postcss.config.js": "./postcss.config.js",
"./styles/*": "./styles/*",
"./*": "./src/*/index.tsx"
},
"license": "(MIT OR Apache-2.0)",
"peerDependencies": {
"@buf/penumbra-zone_penumbra.bufbuild_es": "1.10.0-20240703080008-312294d02bf9.1",
"@bufbuild/protobuf": "^1.10.0",
"postcss": "^8.4.38",
"react": "^18.3.1",
"tailwindcss": "^3.4.3"
}
},
"private": true,
"scripts": {
"build-storybook": "storybook build",
"lint": "tsc --noEmit && eslint components lib",
"storybook": "storybook dev -p 6006",
"test": "vitest run",
"ui:add": "pnpm dlx shadcn-ui@latest add"
},
"type": "module"
}

0 comments on commit 4a72472

Please sign in to comment.