dappconnect-sdks/apps/web/package.json

31 lines
782 B
JSON

{
"name": "web",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "TAMAGUI_TARGET=web vite",
"build": "tsc && TAMAGUI_TARGET=web vite build",
"preview": "TAMAGUI_TARGET=web vite preview",
"lint": "eslint src",
"typecheck": "tsc",
"clean": "rimraf node_modules .turbo"
},
"dependencies": {
"@status-im/components": "*",
"@status-im/icons": "*",
"@tamagui/core": "1.11.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-native-web": "^0.18.12",
"use-resize-observer": "^9.1.0"
},
"devDependencies": {
"@tamagui/vite-plugin": "1.11.1",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react-swc": "^3.2.0",
"typescript": "^5.0.3",
"vite": "^4.2.1"
}
}