UNPKG

@crave/farmblocks-empty-state

Version:
53 lines (52 loc) 1.29 kB
{ "name": "@crave/farmblocks-empty-state", "version": "5.1.16", "description": "Farmblocks empty state", "author": "Crave Food Systems and AUTHORS", "license": "MIT", "main": "lib/index.js", "files": [ "AUTHORS", "LICENSE", "README.md", "CHANGELOG.md", "lib" ], "publishConfig": { "access": "public" }, "scripts": { "clean": "rm -rf lib", "build": "yarn clean && babel --root-mode upward src -d lib --ignore 'src/**/*.test.js','src/**/*.story.js'" }, "repository": { "type": "git", "url": "git+https://github.com/CraveFood/farmblocks.git" }, "bugs": { "url": "https://github.com/CraveFood/farmblocks/issues" }, "homepage": "https://github.com/CraveFood/farmblocks#readme", "keywords": [ "farmblocks", "react", "component", "view", "empty state", "placeholder", "call to action" ], "peerDependencies": { "@crave/farmblocks-icon": "^1.2.3", "prop-types": "^15.8.0", "react": "^17.0.2", "styled-components": "^5.3.3", "styled-system": "^5.1.5" }, "dependencies": { "@crave/farmblocks-button": "^10.0.13", "@crave/farmblocks-image": "^3.2.12", "@crave/farmblocks-text": "^3.6.11" }, "gitHead": "6cb8d234c2bd66c0d1d00fed827a074ceda0b19e" }