{ "name": "bluelib-react", "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", "dependencies": { "classnames": "^2.3.1", "color": "https://github.com/Steffo99/color", "react": "^17.0.2", "react-dom": "^17.0.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", "@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", "react-scripts": "4.0.3", "typescript": "^4.1.2" }, "resolutions": { "babel-loader": "8.1.0" }, "scripts": { "cra:eject": "react-scripts eject", "storybook:start": "start-storybook -p 30060 -s public", "storybook:build": "build-storybook -s public", "storybook: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" ] } }