The recipes.blue monorepo
recipes.blue
recipes
appview
atproto
1{
2 "name": "@cookware/web",
3 "private": true,
4 "version": "0.0.0",
5 "type": "module",
6 "scripts": {
7 "dev": "vite --host",
8 "build": "tsc -b && vite build",
9 "lint": "eslint .",
10 "preview": "vite preview"
11 },
12 "dependencies": {
13 "@atcute/atproto": "^3.1.9",
14 "@atcute/client": "catalog:",
15 "@atcute/identity-resolver": "^1.1.4",
16 "@atcute/lexicons": "catalog:",
17 "@atcute/oauth-browser-client": "^2.0.1",
18 "@atproto/common": "^0.4.5",
19 "@atproto/common-web": "^0.3.1",
20 "@dnd-kit/core": "^6.3.1",
21 "@dnd-kit/modifiers": "^9.0.0",
22 "@dnd-kit/sortable": "^10.0.0",
23 "@dnd-kit/utilities": "^3.2.2",
24 "@hookform/resolvers": "^3.9.1",
25 "@radix-ui/react-avatar": "^1.1.1",
26 "@radix-ui/react-collapsible": "^1.1.1",
27 "@radix-ui/react-dialog": "^1.1.4",
28 "@radix-ui/react-dropdown-menu": "^2.1.4",
29 "@radix-ui/react-icons": "^1.3.2",
30 "@radix-ui/react-label": "^2.1.8",
31 "@radix-ui/react-separator": "^1.1.8",
32 "@radix-ui/react-slot": "^1.2.4",
33 "@radix-ui/react-tooltip": "^1.1.4",
34 "@tanstack/react-query": "^5.62.2",
35 "@tanstack/react-query-devtools": "^5.62.2",
36 "@tanstack/react-router": "^1.91.2",
37 "axios": "^1.7.9",
38 "class-variance-authority": "^0.7.1",
39 "clsx": "^2.1.1",
40 "lucide-react": "^0.464.0",
41 "react-dom": "19.0.0",
42 "react-hook-form": "^7.54.1",
43 "tailwind-merge": "^2.5.5",
44 "tailwindcss-animate": "^1.0.7",
45 "zod": "^3.23.8"
46 },
47 "devDependencies": {
48 "@atcute/bluesky": "^1.0.9",
49 "@cookware/lexicons": "workspace:*",
50 "@eslint/js": "^9.15.0",
51 "@tanstack/eslint-plugin-query": "^5.62.1",
52 "@tanstack/router-devtools": "^1.85.5",
53 "@tanstack/router-plugin": "^1.85.3",
54 "@types/node": "^22.10.1",
55 "@types/react": "^19.0.0",
56 "@types/react-dom": "^19.0.0",
57 "@vitejs/plugin-react": "^5.1.1",
58 "@vitejs/plugin-react-swc": "^3.5.0",
59 "autoprefixer": "^10.4.20",
60 "babel-plugin-react-compiler": "^1.0.0",
61 "cssnano": "^7.0.6",
62 "eslint": "^9.15.0",
63 "eslint-plugin-react-hooks": "^5.0.0",
64 "eslint-plugin-react-refresh": "^0.4.14",
65 "globals": "^15.12.0",
66 "postcss": "^8.4.49",
67 "react": "19.0.0",
68 "tailwindcss": "^3.4.16",
69 "typescript": "~5.6.2",
70 "typescript-eslint": "^8.15.0",
71 "vite": "^7.2.4"
72 }
73}