UNPKG

react-swipe-card

Version:
51 lines (50 loc) 1.65 kB
{ "name": "react-swipe-card", "version": "0.1.4", "description": "Tinder style swipe cards", "repository": { "type": "git", "url": "git+https://github.com/alexandre-garrec/react-swipe-card.git" }, "main": "index.js", "scripts": { "start": "start-storybook -p 9001 -c .storybook", "deploy-storybook": "storybook-to-ghpages", "build": "rm -rf dist && mkdir dist && babel -d dist src", "copy:package": "cp -R package.json dist/", "copy:readme": "cp -R README.md dist/", "npm:publish": "npm run build && npm run release && npm run copy:readme && npm run copy:package && cd dist && npm publish && cd .. && npm run deploy-storybook", "release": "npm run changelog && npm run rilize -- --non-interactive", "rilize": "$(npm bin)/release-it --github.releaseName=\"%s (`$(npm bin)/superheroes`)\"", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s" }, "author": "Alexandre Garrec <garrec.alexandre@gmail.com>", "license": "MIT", "keywords": [ "react", "tinder", "cards", "swipe" ], "devDependencies": { "@kadira/storybook": "^2.35.2", "@kadira/storybook-deployer": "^1.2.0", "babel-preset-es2015": "^6.3.13", "babel-preset-react": "^6.3.13", "babel-preset-stage-0": "^6.3.13", "conventional-changelog": "^1.1.0", "conventional-changelog-cli": "^1.2.0", "superheroes": "^1.0.0", "release-it": "^2.5.3" }, "peerDependencies": { "react": "^15.4.2", "react-dom": "^15.4.2" }, "dependencies": { "babel-cli": "^6.18.0", "hammerjs": "^2.0.8", "react": "^15.4.2", "react-dom": "^15.4.2" } }