dappconnect-sdks/apps/vite/package.json

26 lines
590 B
JSON

{
"name": "vite-app",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "TAMAGUI_TARGET='web' vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@status-im/components": "*",
"@tamagui/core": "1.0.15",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-native-web": "^0.18.6"
},
"devDependencies": {
"@tamagui/vite-plugin": "1.0.15",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react-swc": "^3.0.0",
"typescript": "^4.9.3",
"vite": "^4.0.0"
}
}