dappconnect-sdks/apps/web/package.json

29 lines
664 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",
2023-03-13 20:48:42 +00:00
"preview": "vite preview",
"lint": "eslint src",
"#typecheck": "tsc"
2023-01-10 11:25:26 +00:00
},
"dependencies": {
2023-01-13 14:27:16 +00:00
"@status-im/components": "*",
"@status-im/icons": "*",
2023-03-13 15:44:40 +00:00
"@tamagui/core": "1.7.7",
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",
2023-03-13 15:44:40 +00:00
"react-native-web": "^0.18.12"
2023-01-10 11:25:26 +00:00
},
"devDependencies": {
2023-03-13 15:44:40 +00:00
"@tamagui/vite-plugin": "1.7.7",
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",
2023-03-13 21:10:18 +00:00
"typescript": "^4.9.5",
2023-01-10 11:25:26 +00:00
"vite": "^4.0.0"
}
}