Skip to content

Commit

Permalink
Merge branch 'old-main'
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosala committed Aug 21, 2024
2 parents 766605e + 3aa6abc commit dcd415b
Show file tree
Hide file tree
Showing 23 changed files with 3,314 additions and 130 deletions.
17 changes: 17 additions & 0 deletions components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "tailwind.config.js",
"css": "app/globals.css",
"baseColor": "slate",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
}
}
11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,28 @@
"dependencies": {
"@headlessui/react": "^2.1.2",
"@polkadot-api/descriptors": "file:.papi/descriptors",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@react-rxjs/core": "^0.10.7",
"@react-rxjs/utils": "^0.9.7",
"@remix-run/router": "^1.19.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"lucide-react": "^0.428.0",
"polkadot-api": "^1.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-portal": "^4.2.2",
"react-router-dom": "^6.26.1",
"react-toastify": "^10.0.5",
"rxjs": "^7.8.1",
"tailwind-merge": "^2.5.2"
"shadcn-ui": "^0.8.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
Expand Down
Loading

0 comments on commit dcd415b

Please sign in to comment.