Folo/apps/mobile/web-app/html-renderer/package.json

41 lines
1018 B
JSON

{
"name": "@follow/rn-micro-web-app-html-renderer",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "vite build",
"dev": "vite",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@emotion/is-prop-valid": "1.3.1",
"@follow/components": "workspace:*",
"@follow/configs": "workspace:*",
"@follow/hooks": "workspace:*",
"@follow/shared": "workspace:*",
"@follow/types": "workspace:*",
"@follow/utils": "workspace:*",
"@shikijs/transformers": "3.22.0",
"clsx": "2.1.1",
"foxact": "0.2.52",
"jotai": "2.17.1",
"katex": "0.16.28",
"motion": "12.34.0",
"react": "19.0.0",
"react-blurhash": "0.3.0",
"react-dom": "19.0.0",
"shiki": "3.22.0",
"usehooks-ts": "3.1.1"
},
"devDependencies": {
"@types/hast": "3.0.4",
"@vitejs/plugin-react": "5.1.4",
"hast-util-to-jsx-runtime": "2.3.6",
"pathe": "2.0.3",
"typescript": "catalog:",
"vite": "7.3.1",
"vitest": "3.2.4"
}
}