24 lines
540 B
JSON
24 lines
540 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/types": "workspace:*",
|
|
"clsx": "2.1.1",
|
|
"foxact": "0.2.49",
|
|
"jotai": "2.15.1",
|
|
"motion": "12.23.24",
|
|
"react": "19.0.0",
|
|
"react-blurhash": "0.3.0"
|
|
}
|
|
}
|