dappconnect-sdks/apps/web/package.json

27 lines
614 B
JSON
Raw Normal View History

2023-01-10 11:25:26 +00:00
{
2023-03-13 14:53:21 +00:00
"name": "web",
2023-01-10 11:25:26 +00:00
"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": "*",
"@status-im/icons": "*",
"@tamagui/core": "1.0.15",
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": {
"@tamagui/vite-plugin": "1.0.15",
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"
}
}