Your calm window into the Atmosphere.
morgen.blue
rss
atproto
1{
2 "$schema": "https://www.schemastore.org/package.json",
3 "private": true,
4 "type": "module",
5 "scripts": {
6 "preinstall": "sh scripts/check-bun.sh",
7 "build": "vite build",
8 "build:ssr": "vite build && vite build --ssr",
9 "dev": "vite",
10 "format": "prettier --write resources/",
11 "format:check": "prettier --check resources/",
12 "format:dirty": "sh scripts/format-dirty.sh",
13 "lint": "eslint . --fix",
14 "lint:check": "eslint .",
15 "sync:tangled": "sh scripts/sync-tangled.sh",
16 "types": "tsc --noEmit"
17 },
18 "packageManager": "bun@1.3.11",
19 "devDependencies": {
20 "@eslint/js": "^9.19.0",
21 "@laravel/vite-plugin-wayfinder": "^0.1.3",
22 "@stylistic/eslint-plugin": "^5.10.0",
23 "@types/node": "^22.13.5",
24 "babel-plugin-react-compiler": "^1.0.0",
25 "eslint": "^9.17.0",
26 "eslint-config-prettier": "^10.0.1",
27 "eslint-import-resolver-typescript": "^4.4.4",
28 "eslint-plugin-import": "^2.32.0",
29 "eslint-plugin-react": "^7.37.3",
30 "eslint-plugin-react-hooks": "^7.0.0",
31 "prettier": "^3.4.2",
32 "prettier-plugin-tailwindcss": "^0.6.11",
33 "typescript-eslint": "^8.23.0"
34 },
35 "dependencies": {
36 "@base-ui/react": "^1.4.1",
37 "@fontsource-variable/inter": "^5.2.8",
38 "@headlessui/react": "^2.2.0",
39 "@hugeicons/core-free-icons": "^4.1.1",
40 "@hugeicons/react": "^1.1.6",
41 "@inertiajs/react": "^3.0.0",
42 "@inertiajs/vite": "^3.0.0",
43 "@tailwindcss/vite": "^4.1.11",
44 "@types/react": "^19.2.0",
45 "@types/react-dom": "^19.2.0",
46 "@vitejs/plugin-react": "^5.2.0",
47 "class-variance-authority": "^0.7.1",
48 "clsx": "^2.1.1",
49 "cmdk": "^1.1.1",
50 "concurrently": "^9.0.1",
51 "date-fns": "^4.1.0",
52 "embla-carousel-react": "^8.6.0",
53 "globals": "^15.14.0",
54 "input-otp": "^1.4.2",
55 "laravel-vite-plugin": "^3.0.0",
56 "next-themes": "^0.4.6",
57 "react": "^19.2.0",
58 "react-day-picker": "^9.14.0",
59 "react-dom": "^19.2.0",
60 "react-resizable-panels": "^4.10.0",
61 "recharts": "3.8.0",
62 "shadcn": "^4.5.0",
63 "sonner": "^2.0.7",
64 "tailwind-merge": "^3.5.0",
65 "tailwindcss": "^4.0.0",
66 "tw-animate-css": "^1.4.0",
67 "typescript": "^5.7.2",
68 "vaul": "^1.1.2",
69 "vite": "^8.0.0"
70 },
71 "optionalDependencies": {
72 "@rollup/rollup-linux-x64-gnu": "4.9.5",
73 "@rollup/rollup-win32-x64-msvc": "4.9.5",
74 "@tailwindcss/oxide-linux-x64-gnu": "^4.0.1",
75 "@tailwindcss/oxide-win32-x64-msvc": "^4.0.1",
76 "lightningcss-linux-x64-gnu": "^1.29.1",
77 "lightningcss-win32-x64-msvc": "^1.29.1"
78 }
79}