UNPKG

backpack-ui

Version:

Lonely Planet's Components

78 lines (77 loc) 3.15 kB
{ "name": "backpack-ui", "version": "1.0.4", "description": "Lonely Planet's Components", "main": "dist/index.js", "scripts": { "test": "NODE_ENV=test mocha --reporter spec --compilers js:babel-register --recursive spec/", "build": "rm -rf dist && mkdir -p dist/components && babel -d dist src", "ci": "rm -rf dist && mkdir -p dist/components && babel --watch -d dist src", "test:ci": "NODE_ENV=test mocha --reporter spec --compilers js:babel-register --watch --recursive spec/", "storybook": "start-storybook -p 6006", "build-storybook": "build-storybook", "gh-pages": "npm run build-storybook -- -o _gh-pages && gh-pages -d _gh-pages && rm -rf _gh-pages", "tag": "git tag v$npm_package_version", "version:patch": "npm --no-git-tag-version version patch", "version:minor": "npm --no-git-tag-version version minor", "version:major": "npm --no-git-tag-version version major", "preversion": "npm run test && npm run check-changelog && npm run check-only-changelog-changed", "postversion": "git commit package.json CHANGELOG.md -m \"Version $npm_package_version\" && npm run tag && git push && git push --tags && npm publish", "postpublish": "npm run gh-pages", "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" }, "author": "Lonely Planet", "license": "ISC", "dependencies": { "@kadira/storybook": "^2.21.0", "chai": "^3.5.0", "classnames": "^2.2.5", "color": "^0.11.3", "haversine": "^1.0.1", "leaflet": "^1.0.1", "lodash": "^4.16.6", "moment": "^2.15.1", "no-scroll": "^2.0.0", "object-assign": "^4.1.0", "radium": "^0.18.1", "rc-slider": "^5.1.1", "react": "^15.3.2", "react-addons-shallow-compare": "^15.3.2", "react-date-range": "^0.2.4", "react-dates": "^4.0.2", "react-dom": "^15.3.2", "react-imageloader": "^2.1.0", "react-modal": "^1.5.2", "react-motion": "^0.4.4", "react-motion-ui-pack": "^0.9.0", "react-photoswipe": "^1.2.0", "react-portal": "^3.0.0", "react-router": "^2.8.1", "react-slick": "^0.14.4", "react-tether": "^0.5.2", "styled-components": "^1.1.1", "truncate": "^2.0.0" }, "peerDependencies": { "react": "^15.0.0" }, "devDependencies": { "babel-cli": "^6.14.0", "babel-eslint": "^6.1.2", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-preset-es2015": "^6.6.0", "babel-preset-react": "^6.5.0", "babel-preset-stage-1": "^6.13.0", "babel-register": "^6.14.0", "eslint": "^3.5.0", "eslint-config-airbnb": "^11.1.0", "eslint-plugin-import": "^1.15.0", "eslint-plugin-jsx-a11y": "^2.2.2", "eslint-plugin-react": "^6.3.0", "gh-pages": "^0.12.0", "mocha": "^3.0.2", "react-addons-shallow-compare": "^15.0.2", "sinon": "^1.17.6" } }