Basic sign up UI

This commit is contained in:
2024-06-19 14:03:56 +08:00
parent bc4c9dac6b
commit 45d221ba17
12 changed files with 3297 additions and 201 deletions

View File

@@ -10,6 +10,8 @@
"preview": "vite preview"
},
"dependencies": {
"@nextui-org/react": "^2.4.2",
"framer-motion": "^11.2.10",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
@@ -19,9 +21,12 @@
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"typescript": "^5.2.2",
"vite": "^5.2.0"
}