Files
afilmory/apps/web/package.json
2025-10-31 21:49:31 +08:00

113 lines
3.3 KiB
JSON

{
"name": "@afilmory/web",
"type": "module",
"version": "0.0.1",
"packageManager": "pnpm@10.18.1",
"repository": {
"type": "git",
"url": "https://github.com/Afilmory/Afilmory"
},
"scripts": {
"analyze": "analyzer=1 vite build",
"build": "tsx scripts/build.ts",
"dev": "tsx scripts/dev.ts",
"format": "prettier --write \"src/**/*.ts\" ",
"lint": "eslint --fix",
"serve": "vite preview",
"type-check": "tsc --noEmit",
"web": "vite"
},
"dependencies": {
"@afilmory/data": "workspace:*",
"@afilmory/hooks": "workspace:*",
"@afilmory/ssr-sdk": "workspace:*",
"@afilmory/ui": "workspace:*",
"@afilmory/utils": "workspace:*",
"@afilmory/webgl-viewer": "workspace:*",
"@essentials/request-timeout": "1.3.0",
"@headlessui/react": "2.2.9",
"@lobehub/fluent-emoji": "2.0.0",
"@maplibre/maplibre-gl-geocoder": "^1.9.1",
"@radix-ui/react-avatar": "1.1.10",
"@radix-ui/react-dropdown-menu": "2.1.16",
"@react-hook/window-size": "3.1.1",
"@remixicon/react": "4.7.0",
"@t3-oss/env-core": "catalog:",
"@tanstack/react-query": "5.90.5",
"@use-gesture/react": "10.3.1",
"@uswriting/exiftool": "1.0.5",
"blurhash": "2.0.5",
"clsx": "2.1.1",
"consola": "3.4.2",
"dotenv": "17.2.3",
"es-toolkit": "1.41.0",
"file-type": "^21.0.0",
"foxact": "0.2.49",
"heic-to": "1.3.0",
"i18next": "25.6.0",
"i18next-browser-languagedetector": "8.2.0",
"immer": "10.2.0",
"jotai": "2.15.0",
"maplibre-gl": "^5.10.0",
"masonic": "4.1.0",
"motion": "12.23.24",
"ofetch": "1.5.0",
"react": "19.2.0",
"react-blurhash": "0.3.0",
"react-dom": "19.2.0",
"react-error-boundary": "6.0.0",
"react-freeze": "1.0.4",
"react-i18next": "16.2.3",
"react-image-gallery": "1.4.0",
"react-intersection-observer": "10.0.0",
"react-map-gl": "^8.1.0",
"react-remove-scroll": "2.7.1",
"react-router": "7.9.5",
"react-scan": "0.4.3",
"react-use-measure": "2.1.7",
"react-zoom-pan-pinch": "3.7.0",
"sonner": "2.0.7",
"swiper": "12.0.3",
"swr": "2.3.6",
"tailwind-merge": "3.3.1",
"tailwind-variants": "catalog:",
"thumbhash": "0.1.1",
"tiff": "^7.1.2",
"usehooks-ts": "3.1.1",
"vaul": "1.1.2",
"zod": "catalog:",
"zustand": "5.0.8"
},
"devDependencies": {
"@egoist/tailwindcss-icons": "catalog:",
"@iconify-json/mingcute": "catalog:",
"@iconify-json/ri": "^1.2.6",
"@tailwindcss/postcss": "catalog:",
"@tailwindcss/typography": "catalog:",
"@tailwindcss/vite": "4.1.16",
"@types/node": "24.9.2",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"@vitejs/plugin-react": "^5.1.0",
"ast-kit": "2.1.3",
"babel-plugin-react-compiler": "19.1.0-rc.3",
"code-inspector-plugin": "1.2.10",
"daisyui": "5.3.10",
"execa": "9.6.0",
"kolorist": "1.8.0",
"postcss": "8.5.6",
"postcss-import": "16.1.1",
"postcss-js": "5.0.1",
"react-compiler-runtime": "19.1.0-rc.3",
"simple-git-hooks": "2.13.1",
"tailwind-scrollbar": "catalog:",
"tailwindcss": "catalog:",
"tailwindcss-animate": "catalog:",
"tailwindcss-safe-area": "catalog:",
"tailwindcss-uikit-colors": "catalog:",
"unplugin-ast": "0.15.3",
"vite-plugin-html": "3.2.2",
"vite-plugin-pwa": "1.1.0"
}
}