{ "name": "bluelib-react", "version": "3.0.0", "description": "React bindings for Bluelib", "keywords": [ "react", "react-components", "webpack", "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", "uuid": "^8.3.2" }, "peerDependencies": { "react": "^17.0.2", "react-dom": "^17.0.2" }, "devDependencies": { "@babel/core": "^7.15.0", "@babel/preset-env": "^7.15.0", "@babel/preset-react": "^7.14.5", "@babel/preset-typescript": "^7.15.0", "@storybook/addon-actions": "^6.3.7", "@storybook/addon-docs": "^6.3.7", "@storybook/addon-essentials": "^6.3.7", "@storybook/addon-links": "^6.3.7", "@storybook/addons": "^6.3.7", "@storybook/node-logger": "^6.3.7", "@storybook/preset-create-react-app": "^3.2.0", "@storybook/react": "^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", "babel-loader": "^8.1.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-scripts": "4.0.3", "typescript": "^4.1.2", "webpack": "^5.51.1", "webpack-cli": "^4.8.0" }, "resolutions": { "babel-loader": "8.1.0" }, "files": [ "dist/bluelib-react.umd.js" ], "main": "dist/bluelib-react.umd.js", "scripts": { "package:build": "webpack", "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" ] } }