From 01aa82ad2c33015102534f67fdeefab9b527aab7 Mon Sep 17 00:00:00 2001 From: zanzebra Date: Tue, 22 Feb 2022 08:17:49 +0100 Subject: [PATCH] build(version-update):version1.3.0 sidebar-stepper-badge updates --- package.json | 37 ++++++------------------------------- 1 file changed, 6 insertions(+), 31 deletions(-) diff --git a/package.json b/package.json index 6f2e85c..58c6fcc 100644 --- a/package.json +++ b/package.json @@ -1,35 +1,7 @@ { - "name": "cdbreact", - "version": "1.2.1", - "description": "Elegant UI Kit and reusable components for building mobile-first, responsive webistes and web apps", - "repository": { - "type": "git", - "url": "git+https://github.com/Devwares-Team/cdbreact.git" - }, - "keywords": [ - "react bootstrap", - "bootstrap react", - "cdbreact", - "react", - "react library", - "ui library", - "frontend library", - "contrast", - "react components", - "react template library" - ], - "author": "Devwares", - "license": "SEE LICENSE IN license.pdf", - "bugs": { - "url": "https://github.com/Devwares-Team/cdbreact/issues" - }, - "homepage": "https://www.devwares.com/product/contrast/", - "main": "dist/index.js", - "module": "dist/index.modern.js", - "source": "src/index.js", - "engines": { - "node": ">=10" - }, + "name": "contrast", + "version": "1.3.0", + "private": true, "scripts": { "build": "microbundle-crl --no-compress --format modern,cjs", "start": "microbundle-crl watch --no-compress --format modern,cjs", @@ -48,6 +20,8 @@ "bootstrap-css-only": "^4.4.1", "classnames": "^2.2.6", "focus-trap-react": "^7.0.1", + "prop-types": "^15.7.2", + "react": "^16.13.1", "react-bootstrap-range-slider": "^1.2.1", "chart.js": "^2.9.3", "popper.js": "^1.16.1", @@ -60,6 +34,7 @@ "react-transition-group": "^4.4.1", "styled-components": "^5.1.1", "styled-system": "^5.1.5", + "tinycolor2": "^1.4.2", "use-deep-compare-effect": "^1.4.0" }, "peerDependencies": {