usepages-blocks
Version:
blocks for usePages.today
59 lines (58 loc) • 1.61 kB
JSON
{
"name": "usepages-blocks",
"description": "blocks for usePages.today",
"main": "cjs.js",
"jsnext:main": "index.js",
"scripts": {
"bundle": "rollup -c rollup.config.js",
"postpublish": "rm -rf dist && git checkout package.json && git push && git push --tags",
"prepublish": "npm run bundle",
"push": "git tag $(npm version $VERSION) && npm publish",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UXtemple/usepages-blocks.git"
},
"keywords": [
"basic",
"usepages",
"today",
"uxtemple",
"panels",
"usepanels"
],
"author": "UXtemple <hi@uxtemple.com>",
"contributors": [
"Darío Javier Cravero <dario@uxtemple.com>",
"Tom Parandyk <tom@uxtemple.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/UXtemple/usepages-blocks/issues"
},
"homepage": "https://github.com/UXtemple/usepages-blocks#readme",
"devDependencies": {
"babel-eslint": "^6.0.4",
"babel-plugin-external-helpers": "^6.4.0",
"babel-preset-es-uxtemple": "^1.0.1",
"eslint": "^2.10.2",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.8.0",
"eslint-plugin-jsx-a11y": "^1.2.0",
"eslint-plugin-react": "^5.1.1",
"rollup": "0.36.3",
"rollup-plugin-babel": "^2.3.9"
},
"peerDependencies": {
"panels-ui": "^2.0.4",
"react": "^15.0.0"
},
"dependencies": {
"mini-unique-id": "^1.0.1",
"style-to-css": "^1.0.0",
"waiting": "^1.0.0",
"webfontloader": "^1.6.26"
},
"version": "3.6.0"
}