UNPKG

react-with-styles-interface-amp-aphrodite

Version:

An Aphrodite interface for react-with-styles that supports pages rendered using Google's AMP.

76 lines (75 loc) 2.92 kB
{ "name": "react-with-styles-interface-amp-aphrodite", "version": "2.2.1", "description": "An Aphrodite interface for react-with-styles that supports pages rendered using Google's AMP.", "main": "lib/ampAphroditeInterface.js", "directories": { "test": "test" }, "scripts": { "prebuild": "npm run clean", "build": "babel src -d lib", "check-changelog": "expr $(git status --porcelain 2>/dev/null| grep \"^\\s*M.*CHANGELOG.md\" | wc -l) >/dev/null || (echo 'Please edit CHANGELOG.md' && exit 1)", "check-only-changelog-changed": "(expr $(git status --porcelain 2>/dev/null| grep -v \"CHANGELOG.md\" | wc -l) >/dev/null && echo 'Only CHANGELOG.md may have uncommitted changes' && exit 1) || exit 0", "clean": "rimraf lib", "lint": "eslint .", "mocha": "mocha", "postversion": "git commit package.json CHANGELOG.md -m \"Version $npm_package_version\" && npm run tag && git push && git push --tags && npm publish", "prepublish": "in-publish && safe-publish-latest && npm run build || not-in-publish", "pretest": "npm run --silent lint", "preversion": "npm run test && npm run check-changelog && npm run check-only-changelog-changed", "tag": "git tag v$npm_package_version", "test": "npm run tests-only", "tests-only": "npm run --silent mocha test", "version:major": "npm --no-git-tag-version version major", "version:minor": "npm --no-git-tag-version version minor", "version:patch": "npm --no-git-tag-version version patch" }, "repository": { "type": "git", "url": "git+https://github.com/airbnb/react-with-styles-interface-amp-aphrodite.git" }, "keywords": [ "react-with-styles", "aphrodite", "amp" ], "author": "Maja Wichrowska <majapw@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/airbnb/react-with-styles-interface-amp-aphrodite/issues" }, "homepage": "https://github.com/airbnb/react-with-styles-interface-amp-aphrodite#readme", "devDependencies": { "airbnb-js-shims": "^1.4.0", "aphrodite": "^2.2.0", "babel-cli": "^6.26.0", "babel-plugin-transform-replace-object-assign": "^0.2.1", "babel-preset-airbnb": "^2.4.0", "babel-register": "^6.26.0", "chai": "^4.1.2", "eslint": "^4.14.0", "eslint-config-airbnb": "^16.1.0", "eslint-plugin-import": "^2.8.0", "eslint-plugin-jsx-a11y": "^6.0.3", "eslint-plugin-react": "^7.5.1", "in-publish": "^2.0.0", "mocha": "^4.1.0", "mocha-wrap": "^2.1.2", "prop-types": "^15.6.0", "react": "^15.6.2", "react-dom": "^15.6.2", "rimraf": "^2.6.2", "safe-publish-latest": "^1.1.1", "sinon": "^4.1.3", "sinon-sandbox": "^1.0.2" }, "dependencies": { "object.assign": "^4.1.0", "react-with-styles-interface-aphrodite": "^6.0.1" }, "peerDependencies": { "aphrodite": "^2.2.0", "react-with-styles": "^3.0.0 || ^4.0.0" } }