this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 57 lines 1.7 kB view raw
1{ 2 "name": "mast-react", 3 "private": true, 4 "version": "0.0.0", 5 "type": "module", 6 "scripts": { 7 "dev": "vite", 8 "build": "vite build", 9 "lint": "eslint .", 10 "preview": "vite preview" 11 }, 12 "dependencies": { 13 "@radix-ui/react-checkbox": "^1.1.2", 14 "@radix-ui/react-dialog": "^1.1.6", 15 "@radix-ui/react-icons": "^1.3.0", 16 "@radix-ui/react-popover": "^1.1.14", 17 "@radix-ui/react-scroll-area": "^1.2.3", 18 "@radix-ui/react-separator": "^1.1.2", 19 "@radix-ui/react-slot": "^1.2.3", 20 "@radix-ui/react-toggle": "^1.1.2", 21 "@radix-ui/react-toggle-group": "^1.1.2", 22 "@radix-ui/react-tooltip": "^1.1.8", 23 "@tanstack/react-table": "^8.20.5", 24 "@vlcn.io/react": "^3.1.0", 25 "@vlcn.io/rx-tbl": "^0.15.0", 26 "@vlcn.io/ws-browserdb": "^0.2.0", 27 "class-variance-authority": "^0.7.1", 28 "clsx": "^2.1.1", 29 "date-fns": "^3.6.0", 30 "lucide-react": "^0.454.0", 31 "motion": "^12.7.4", 32 "react": "^18.3.1", 33 "react-day-picker": "^8.10.1", 34 "react-dom": "^18.3.1", 35 "react-helmet": "^6.1.0", 36 "react-modal-sheet": "^4.0.1", 37 "tailwind-merge": "^2.5.4", 38 "tailwindcss-animate": "^1.0.7" 39 }, 40 "devDependencies": { 41 "@eslint/js": "^9.13.0", 42 "@types/node": "^22.8.2", 43 "@types/react": "^18.3.11", 44 "@types/react-dom": "^18.3.1", 45 "@vitejs/plugin-react-swc": "^3.5.0", 46 "autoprefixer": "^10.4.20", 47 "eslint": "^9.13.0", 48 "eslint-plugin-react-hooks": "^5.0.0", 49 "eslint-plugin-react-refresh": "^0.4.13", 50 "globals": "^15.11.0", 51 "postcss": "^8.4.47", 52 "tailwindcss": "^3.4.14", 53 "typescript": "~5.6.2", 54 "typescript-eslint": "^8.10.0", 55 "vite": "^5.4.9" 56 } 57}