mirror of
https://github.com/Steffo99/bluelib.git
synced 2025-01-03 09:04:19 +00:00
📦 Update package.json
This commit is contained in:
parent
117fde0804
commit
75c7283604
1 changed files with 76 additions and 55 deletions
131
package.json
131
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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue