From b706b059713e1304275e36f80383611838687f48 Mon Sep 17 00:00:00 2001 From: Carlos Cruz Date: Sun, 3 Jul 2022 22:33:16 +0100 Subject: [PATCH] feat: update genetics ui dep --- README.md | 4 ++-- apps/genetics/package.json | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 20313f2ca..6c5cb83cf 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ This repository holds the Open Targets web applications. This project contains the [Platform](https://platform.opentargets.org/) and [Genetics](https://genetics.opentargets.org/) web applications. To run both in development mode, you can run: `yarn dev` in the root directory. -To run only Platform `yarn run:platfrom` +To run only Platform `yarn dev:platfrom` -To run only Genetics `yarn run:genetics` +To run only Genetics `yarn dev:genetics` ## Building production-ready bundle diff --git a/apps/genetics/package.json b/apps/genetics/package.json index 57997f5e3..8789b5082 100644 --- a/apps/genetics/package.json +++ b/apps/genetics/package.json @@ -33,7 +33,6 @@ "litemol": "^2.4.2", "local-storage": "^2.0.0", "lodash": "^4.17.21", - "particles.js": "^2.0.0", "polished": "^2.3.0", "protvista-uniprot": "^2.8.3", "query-string": "^6.10.1", @@ -49,9 +48,9 @@ "react-select": "^5.3.2", "react-sizeme": "^3.0.2", "react-sticky": "^6.0.3", - "recoil": "^0.3.0", "smiles-drawer": "^1.1.22", - "typeface-inter": "^3.3.0" + "typeface-inter": "^3.3.0", + "ui": "*" }, "scripts": { "dev": "vite --clearScreen false",