Compare commits

..

No commits in common. "e195cb77127f227f406721c87c1d28afb7a048be" and "006d91eedd7ce475ce98963163c09ab53afa1a29" have entirely different histories.

6 changed files with 16 additions and 19 deletions

View File

@ -17,14 +17,14 @@ You might want to serve the docs you've edited to see how they'll look on [docs.
Do this with the `docsify-cli`, which can be installed like so:
### Bun
**Bun**
```bash
# This will be installed globally
bun i docsify-cli -g
```
### NPM
**NPM**
```bash
# This will be installed globally

View File

@ -32,12 +32,12 @@
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"cookies-next": "^5.1.0",
"framer-motion": "^12.7.4",
"framer-motion": "^12.6.3",
"geist": "^1.3.1",
"js-cookie": "^3.0.5",
"lucide-react": "^0.487.0",
"motion": "^12.7.4",
"next": "^15.3.1",
"motion": "^12.6.3",
"next": "^15.3.0",
"next-auth": "^5.0.0-beta.25",
"next-themes": "^0.4.6",
"password-validator": "^5.3.0",
@ -51,23 +51,20 @@
"tailwind-merge": "^3.2.0",
"tw-animate-css": "^1.2.5",
"validator": "^13.15.0",
"zod": "^3.24.3"
"zod": "^3.24.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@tailwindcss/postcss": "^4.1.4",
"@tailwindcss/postcss": "^4.1.3",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.17.30",
"@types/react": "^19.1.2",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.2",
"@types/validator": "^13.15.0",
"@types/validator": "^13.12.3",
"eslint": "^9.24.0",
"eslint-config-next": "15.1.6",
"postcss": "^8.5.3",
"tailwindcss": "^4.1.4",
"tailwindcss": "^4.1.3",
"typescript": "^5.8.3"
},
"trustedDependencies": [
"altcha"
]
}
}