mirror of
https://github.com/Steffo99/bluelib.git
synced 2025-01-05 09:59:43 +00:00
📦 Update package.json
This commit is contained in:
parent
117fde0804
commit
75c7283604
1 changed files with 76 additions and 55 deletions
21
package.json
21
package.json
|
@ -1,6 +1,27 @@
|
||||||
{
|
{
|
||||||
"name": "bluelib-react",
|
"name": "bluelib-react",
|
||||||
"version": "3.0.0",
|
"version": "3.0.0",
|
||||||
|
"description": "React bindings for Bluelib",
|
||||||
|
"keywords": [
|
||||||
|
"react",
|
||||||
|
"react-components",
|
||||||
|
"storybook",
|
||||||
|
"bluelib"
|
||||||
|
],
|
||||||
|
"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",
|
"license": "AGPL-3.0-or-later",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@storybook/addon-docs": "^6.3.7",
|
"@storybook/addon-docs": "^6.3.7",
|
||||||
|
|
Loading…
Reference in a new issue