From 75c728360499990122b50ab60a69cf37a6933253 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 25 Aug 2021 17:54:09 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Update=20package.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 131 ++++++++++++++++++++++++++++++--------------------- 1 file changed, 76 insertions(+), 55 deletions(-) diff --git a/package.json b/package.json index ca251d2..3b30ce9 100644 --- a/package.json +++ b/package.json @@ -1,58 +1,79 @@ { - "name": "bluelib-react", - "version": "3.0.0", - "license": "AGPL-3.0-or-later", - "dependencies": { - "@storybook/addon-docs": "^6.3.7", - "@storybook/addons": "^6.3.7", - "@storybook/storybook-deployer": "^2.8.10", - "@storybook/theming": "^6.3.7", - "@testing-library/jest-dom": "^5.11.4", - "@testing-library/react": "^11.1.0", - "@testing-library/user-event": "^12.1.10", - "@types/color": "^3.0.2", - "@types/jest": "^26.0.15", - "@types/node": "^12.0.0", - "@types/react": "^17.0.0", - "@types/react-dom": "^17.0.0", - "@types/uuid": "^8.3.1", - "classnames": "^2.3.1", - "color": "https://github.com/Steffo99/color", - "react": "^17.0.2", - "react-dom": "^17.0.2", - "react-scripts": "4.0.3", - "typescript": "^4.1.2", - "uuid": "^8.3.2", - "web-vitals": "^1.0.1" - }, - "devDependencies": { - "@storybook/addon-actions": "^6.3.7", - "@storybook/addon-essentials": "^6.3.7", - "@storybook/addon-links": "^6.3.7", - "@storybook/node-logger": "^6.3.7", - "@storybook/preset-create-react-app": "^3.2.0", - "@storybook/react": "^6.3.7" - }, - "resolutions": { - "babel-loader": "8.1.0" - }, - "scripts": { - "test": "react-scripts test", - "eject": "react-scripts eject", - "start": "start-storybook -p 30060 -s public", - "build": "build-storybook -s public", - "deploy": "storybook-to-ghpages" - }, - "browserslist": { - "production": [ - ">0.2%", - "not dead", - "not op_mini all" + "name": "bluelib-react", + "version": "3.0.0", + "description": "React bindings for Bluelib", + "keywords": [ + "react", + "react-components", + "storybook", + "bluelib" ], - "development": [ - "last 1 chrome version", - "last 1 firefox version", - "last 1 safari version" - ] - } + "homepage": "https://github.com/Steffo99/bluelib-react", + "bugs": { + "url": "https://github.com/Steffo99/bluelib-react/issues", + "email": "ste.pigozzi@gmail.com" + }, + "repository": { + "type": "git", + "url": "https://github.com/Steffo99/bluelib-react" + }, + "author": { + "name": "Stefano Pigozzi", + "email": "ste.pigozzi@gmail.com", + "url": "https://steffo.eu/" + }, + "license": "AGPL-3.0-or-later", + "dependencies": { + "@storybook/addon-docs": "^6.3.7", + "@storybook/addons": "^6.3.7", + "@storybook/storybook-deployer": "^2.8.10", + "@storybook/theming": "^6.3.7", + "@testing-library/jest-dom": "^5.11.4", + "@testing-library/react": "^11.1.0", + "@testing-library/user-event": "^12.1.10", + "@types/color": "^3.0.2", + "@types/jest": "^26.0.15", + "@types/node": "^12.0.0", + "@types/react": "^17.0.0", + "@types/react-dom": "^17.0.0", + "@types/uuid": "^8.3.1", + "classnames": "^2.3.1", + "color": "https://github.com/Steffo99/color", + "react": "^17.0.2", + "react-dom": "^17.0.2", + "react-scripts": "4.0.3", + "typescript": "^4.1.2", + "uuid": "^8.3.2", + "web-vitals": "^1.0.1" + }, + "devDependencies": { + "@storybook/addon-actions": "^6.3.7", + "@storybook/addon-essentials": "^6.3.7", + "@storybook/addon-links": "^6.3.7", + "@storybook/node-logger": "^6.3.7", + "@storybook/preset-create-react-app": "^3.2.0", + "@storybook/react": "^6.3.7" + }, + "resolutions": { + "babel-loader": "8.1.0" + }, + "scripts": { + "test": "react-scripts test", + "eject": "react-scripts eject", + "start": "start-storybook -p 30060 -s public", + "build": "build-storybook -s public", + "deploy": "storybook-to-ghpages" + }, + "browserslist": { + "production": [ + ">0.2%", + "not dead", + "not op_mini all" + ], + "development": [ + "last 1 chrome version", + "last 1 firefox version", + "last 1 safari version" + ] + } }