Skip to content

Commit

Permalink
フロント叩き台
Browse files Browse the repository at this point in the history
  • Loading branch information
satsuki2200 committed Oct 26, 2024
1 parent 2daad88 commit 25f3c1d
Show file tree
Hide file tree
Showing 19 changed files with 2,912 additions and 194 deletions.
20 changes: 20 additions & 0 deletions task_yell/components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/app/globals.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
}
}
1,617 changes: 1,446 additions & 171 deletions task_yell/package-lock.json

Large diffs are not rendered by default.

20 changes: 19 additions & 1 deletion task_yell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,29 @@
]
},
"dependencies": {
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"firebase": "^11.0.1",
"firebase-admin": "^12.7.0",
"framer-motion": "^11.11.10",
"lucide-react": "^0.453.0",
"next": "14.2.15",
"react": "^18",
"react-dom": "^18"
"react-day-picker": "^8.10.1",
"react-dom": "^18",
"recharts": "^2.13.0",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "^20",
Expand Down
Loading

0 comments on commit 25f3c1d

Please sign in to comment.