dappconnect-sdks/apps/web/package.json

31 lines
782 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": {
"dev": "TAMAGUI_TARGET=web vite",
"build": "tsc && TAMAGUI_TARGET=web vite build",
"preview": "TAMAGUI_TARGET=web vite preview",
2023-03-13 20:48:42 +00:00
"lint": "eslint src",
"typecheck": "tsc",
"clean": "rimraf node_modules .turbo"
2023-01-10 11:25:26 +00:00
},
"dependencies": {
2023-01-13 14:27:16 +00:00
"@status-im/components": "*",
"@status-im/icons": "*",
"@tamagui/core": "1.11.1",
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.12",
"use-resize-observer": "^9.1.0"
2023-01-10 11:25:26 +00:00
},
"devDependencies": {
"@tamagui/vite-plugin": "1.11.1",
"@types/react": "^18.0.33",
2023-03-13 21:24:39 +00:00
"@types/react-dom": "^18.0.11",
2023-03-13 21:37:38 +00:00
"@vitejs/plugin-react-swc": "^3.2.0",
"typescript": "^5.0.3",
"vite": "^4.2.1"
2023-01-10 11:25:26 +00:00
}
}