dappconnect-sdks/apps/vite/package.json

26 lines
590 B
JSON
Raw Normal View History

2023-01-10 11:25:26 +00:00
{
"name": "vite-app",
"private": true,
"version": "0.0.0",
"scripts": {
2023-01-16 12:08:24 +00:00
"dev": "TAMAGUI_TARGET='web' vite",
2023-01-10 11:25:26 +00:00
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
2023-01-13 14:27:16 +00:00
"@status-im/components": "*",
"@tamagui/core": "^1.0.8",
2023-01-10 11:25:26 +00:00
"react": "^18.2.0",
2023-01-13 14:27:16 +00:00
"react-dom": "^18.2.0",
"react-native-web": "^0.18.6"
2023-01-10 11:25:26 +00:00
},
"devDependencies": {
2023-01-13 14:27:16 +00:00
"@tamagui/vite-plugin": "^1.0.8",
2023-01-10 11:25:26 +00:00
"@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"
}
}