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",
|
2023-04-26 10:06:18 +00:00
|
|
|
"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": "*",
|
2023-01-18 15:43:23 +00:00
|
|
|
"@status-im/icons": "*",
|
2023-04-11 18:52:18 +00:00
|
|
|
"@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",
|
2023-03-31 14:45:43 +00:00
|
|
|
"react-native-web": "^0.18.12",
|
|
|
|
"use-resize-observer": "^9.1.0"
|
2023-01-10 11:25:26 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-04-11 18:52:18 +00:00
|
|
|
"@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",
|
2023-04-11 18:52:18 +00:00
|
|
|
"typescript": "^5.0.3",
|
|
|
|
"vite": "^4.2.1"
|
2023-01-10 11:25:26 +00:00
|
|
|
}
|
|
|
|
}
|