backpack-ui
Version:
Lonely Planet's Components
123 lines (122 loc) • 4.28 kB
JSON
{
"name": "backpack-ui",
"version": "5.0.0",
"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/",
"lint": "./node_modules/.bin/eslint src --ext .js,.jsx",
"commitmsg": "commitlint -e $GIT_PARAMS",
"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",
"release": "standard-version",
"version": "npm run release --commit-all",
"version:patch": "npm run release -- --release-as patch",
"version:minor": "npm run release -- --release-as minor",
"version:major": "npm run release -- --release-as major",
"push": "git push --follow-tags origin master && npm publish",
"deploy": "npm run version && npm run push",
"deploy:patch": "npm run version:patch && npm run push",
"deploy:minor": "npm run version:minor && npm run push",
"deploy:major": "npm run version:major && npm run push",
"preversion": "npm run test && npm run lint && npm run build",
"prepublish": "npm run build",
"postpublish": "npm run gh-pages"
},
"pre-commit": [
"lint",
"test"
],
"author": "Lonely Planet",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/lonelyplanet/backpack-ui.git"
},
"dependencies": {
"axios": "^0.19.0",
"babel-plugin-transform-runtime": "^6.23.0",
"chai": "^3.5.0",
"classnames": "^2.2.5",
"clipboard": "^1.7.1",
"color": "^3.1.0",
"fuzzy": "^0.1.3",
"haversine": "^1.0.1",
"jquery": "^3.4.0",
"js-cookie": "^2.2.0",
"leaflet": "^1.0.1",
"lodash": "^4.16.6",
"markdown-react-js": "^1.0.2",
"moment": "^2.20.1",
"no-scroll": "^2.0.0",
"object-assign": "^4.1.0",
"prop-types": "^15.5.10",
"radium": "^0.19.6",
"rc-slider": "^8.6.0",
"react-addons-shallow-compare": "^15.6.2",
"react-date-range": "^0.9.4",
"react-dates": "^12.7.1",
"react-measure": "2.1.3",
"react-modal": "^3.2.1",
"react-moment-proptypes": "^1.6.0",
"react-motion": "^0.5.2",
"react-photoswipe": "^1.3.0",
"react-portal": "^3.2.0",
"react-recaptcha": "^2.3.7",
"react-router": "^3.2.0",
"react-scroll": "^1.7.7",
"react-slick": "^0.24.0",
"react-stickynode": "^2.0.1",
"react-tether": "^0.6.0",
"react-validate-form": "^1.0.7",
"react-waypoint": "^7.3.4",
"slick-carousel": "^1.8.1",
"truncate": "^2.0.0"
},
"peerDependencies": {
"radium": "^0.19.0",
"react": "^14.0.0 || ^15.0.0 || ^16.0.0",
"react-dom": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"devDependencies": {
"@commitlint/cli": "^7.0.0",
"@commitlint/config-conventional": "^6.1.3",
"@commitlint/travis-cli": "^7.0.0",
"@storybook/addon-actions": "^3.3.13",
"@storybook/addon-knobs": "^3.3.13",
"@storybook/addon-links": "^3.3.13",
"@storybook/addon-options": "^3.3.13",
"@storybook/react": "^5.0.0",
"babel-loader": "^7.0.0",
"@types/react": "^16.0.5",
"babel-cli": "^6.14.0",
"babel-eslint": "^7.2.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.13.0",
"babel-register": "^6.14.0",
"enzyme": "^3.4.4",
"enzyme-adapter-react-16": "^1.9.1",
"eslint": "^4.18.2",
"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",
"husky": "^0.14.3",
"mocha": "^5.0.3",
"pre-commit": "^1.2.2",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-test-renderer": "^16.7.0",
"sinon": "^1.17.6",
"standard-version": "^5.0.0",
"typescript": "^2.6.1"
}
}