First commit

This commit is contained in:
Randa Firman Putra
2025-06-18 22:03:32 +07:00
parent 852121be46
commit e028039ee2
123 changed files with 17506 additions and 144 deletions

View File

@@ -1,5 +1,6 @@
{
"name": "traversypress-ui",
"$schema": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/package.json",
"name": "podif",
"version": "0.1.0",
"private": true,
"scripts": {
@@ -9,16 +10,44 @@
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-accordion": "^1.2.4",
"@radix-ui/react-avatar": "^1.1.4",
"@radix-ui/react-dialog": "^1.1.7",
"@radix-ui/react-dropdown-menu": "^2.1.7",
"@radix-ui/react-label": "^2.1.4",
"@radix-ui/react-select": "^2.2.2",
"@radix-ui/react-slot": "^1.2.0",
"@radix-ui/react-tabs": "^1.1.7",
"@radix-ui/react-toast": "^1.2.10",
"@types/bcryptjs": "^2.4.6",
"@types/jsonwebtoken": "^9.0.9",
"apexcharts": "^4.5.0",
"bcryptjs": "^3.0.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"jose": "^6.0.11",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.488.0",
"mysql2": "^3.14.0",
"next": "15.3.0",
"next-auth": "^4.24.11",
"next-themes": "^0.4.6",
"react": "^19.0.0",
"react-apexcharts": "^1.7.0",
"react-dom": "^19.0.0",
"next": "15.3.0"
"recharts": "^2.15.2",
"tailwind-merge": "^3.2.0",
"tw-animate-css": "^1.2.5",
"vaul": "^1.1.2"
},
"devDependencies": {
"typescript": "^5",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@tailwindcss/postcss": "^4",
"tailwindcss": "^4"
"prettier": "^3.5.3",
"tailwindcss": "^4",
"typescript": "^5"
}
}