mirror of
https://github.com/zoriya/vike-react-native-web-bug.git
synced 2025-12-06 06:36:18 +00:00
32 lines
702 B
JSON
32 lines
702 B
JSON
{
|
|
"name": "my-app",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"devDependencies": {
|
|
"@types/react": "^18.3.1",
|
|
"@types/react-dom": "^18.3.0",
|
|
"react-native": "^0.74.1",
|
|
"typescript": "^5.4.5",
|
|
"vite": "^5.2.11",
|
|
"vite-plugin-react-native-web": "^1.0.2"
|
|
},
|
|
"dependencies": {
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"cross-fetch": "^4.0.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-native-web": "^0.19.11",
|
|
"vike": "^0.4.171",
|
|
"vike-react": "^0.4.8"
|
|
},
|
|
"packageManager": "yarn@4.2.2"
|
|
}
|