UNPKG

react-potion

Version:
68 lines (67 loc) 1.91 kB
{ "name": "react-potion", "version": "0.0.56", "description": "A Notion-like design system.", "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "storybook": "start-storybook -p 6007", "build-storybook": "build-storybook", "build": "webpack --mode production" }, "repository": { "type": "git", "url": "git+https://github.com/tugboatcoding/react-potion.git" }, "keywords": [ "react", "notion", "potion" ], "author": "Tugboat Coding", "license": "MIT", "bugs": { "url": "https://github.com/tugboatcoding/react-potion/issues" }, "homepage": "https://github.com/tugboatcoding/react-potion#readme", "devDependencies": { "@babel/core": "^7.10.2", "@babel/preset-env": "^7.10.2", "@babel/preset-react": "^7.10.1", "@storybook/addon-actions": "^5.3.19", "@storybook/addon-links": "^5.3.19", "@storybook/addons": "^5.3.19", "@storybook/react": "^5.3.19", "babel-eslint": "^10.1.0", "babel-loader": "^8.1.0", "eslint": "^7.4.0", "eslint-config-airbnb-base": "^14.2.0", "eslint-config-react-app": "^5.2.1", "eslint-import-resolver-alias": "^1.1.2", "eslint-plugin-flowtype": "^5.2.0", "eslint-plugin-import": "^2.22.0", "eslint-plugin-jsx-a11y": "^6.3.1", "eslint-plugin-react": "^7.20.3", "eslint-plugin-react-hooks": "^4.0.8", "file-loader": "^6.0.0", "markdown-to-jsx": "^6.11.4", "styled-components": "^5.1.1", "webpack": "^4.43.0", "webpack-cli": "^3.3.11", "webpack-dev-server": "^3.11.0" }, "dependencies": { "@storybook/addon-storysource": "^5.3.19", "@typeform/embed": "^0.21.4", "rebass": "^4.0.7", "styled-components": ">= 5" }, "peerDependencies": { "react": ">= 16.8", "react-dom": ">= 16.8" }, "publishConfig": { "access": "public", "scope": "" } }