UNPKG

@automattic/simple-components

Version:
47 lines (46 loc) 1.07 kB
{ "name": "@automattic/simple-components", "version": "0.1.0-alpha.7", "description": "React components, as used on WordPress.com", "scripts": { "build": "npx babel --only ./index.js,./badge/,./button/,./main/,./notice/ --out-dir cjs .", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/automattic/wp-calypso.git" }, "keywords": [ "wordpress", "react", "components" ], "author": "Automattic", "license": "GPL-2.0+", "bugs": { "url": "https://github.com/automattic/wp-calypso/issues" }, "homepage": "https://github.com/Automattic/wp-calypso/blob/master/docs/components.md", "main": "./cjs/index.js", "esnext": "./index.js", "files": [ "index.js", "cjs/", "badge/", "button/", "main/", "notice" ], "dependencies": { "classnames": "^2.2.6", "gridicons": "^3.0.1", "i18n-calypso": "^1.9.1", "lodash": "^4.17.10", "prop-types": "^15.6.2", "react": "^16.4.1" }, "publishConfig": { "access": "public" }, "gitHead": "0ef02693ae6e78d2a502630db52fba16c1fdff39" }