From da4768fe4d28822a91ee7384cbb597cd24435ee6 Mon Sep 17 00:00:00 2001 From: Mohammad Date: Mon, 9 Nov 2020 15:59:34 +0100 Subject: Update Link Calculator Add Worst Month analysis to rain loss, update gui Issue-ID: CCSDK-2888 Signed-off-by: Mohammad Change-Id: Ibac53720f252840bcfd41daa8d5edc7ddde78b0f --- sdnr/wt/odlux/apps/linkCalculationApp/package.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'sdnr/wt/odlux/apps/linkCalculationApp/package.json') diff --git a/sdnr/wt/odlux/apps/linkCalculationApp/package.json b/sdnr/wt/odlux/apps/linkCalculationApp/package.json index f4fac3b07..22b2a6c0a 100644 --- a/sdnr/wt/odlux/apps/linkCalculationApp/package.json +++ b/sdnr/wt/odlux/apps/linkCalculationApp/package.json @@ -21,7 +21,9 @@ "author": "Mohammad Boroon", "license": "Apache-2.0", "dependencies": { - "@odlux/framework": "*" + "@odlux/framework": "*", + "formik": "^2.1.5", + "yup": "^0.29.3" }, "peerDependencies": { "@types/react": "16.9.19", @@ -36,5 +38,12 @@ "react": "16.12.0", "react-dom": "16.12.0", "react-router-dom": "4.3.1" + }, + "devDependencies": { + "@types/yup": "^0.29.7", + "node-sass": "^4.14.1", + "sass": "^1.26.11", + "sass-loader": "^10.0.2", + "webpack": "^4.44.2" } -} \ No newline at end of file +} -- cgit 1.2.3-korg