One-click backups for AT Protocol
1{
2 "scripts": {
3 "dev": "next",
4 "build": "next build",
5 "start": "next start",
6 "postbuild": "pagefind --site .next/server/app --output-path public/_pagefind"
7 },
8 "dependencies": {
9 "@napi-rs/simple-git": "latest",
10 "@radix-ui/react-accordion": "^1.2.12",
11 "@radix-ui/react-slot": "^1.2.3",
12 "@tailwindcss/postcss": "^4.1.11",
13 "class-variance-authority": "^0.7.1",
14 "clsx": "^2.1.1",
15 "lucide-react": "^0.542.0",
16 "next": "^15.3.4",
17 "nextra": "^4.2.17",
18 "nextra-theme-docs": "^4.2.17",
19 "postcss": "^8.5.6",
20 "react": "^19.1.0",
21 "react-dom": "^19.1.0",
22 "shadcn": "^3.2.1",
23 "tailwind-merge": "^3.3.1",
24 "tailwindcss": "^4.1.11"
25 },
26 "devDependencies": {
27 "@catppuccin/tailwindcss": "^1.0.0",
28 "@types/node": "^24.0.10",
29 "@types/react": "^19.1.8",
30 "pagefind": "^1.3.0",
31 "tw-animate-css": "^1.3.8",
32 "typescript": "^5.9.2"
33 },
34 "packageManager": "yarn@4.9.4"
35}