UNPKG

crowdriff-story-network-gallery-react

Version:

A Component that allows the embedding of a CrowdRiff Story Network gallery in a React app

44 lines (43 loc) 1.29 kB
{ "name": "crowdriff-story-network-gallery-react", "version": "1.0.1", "description": "A Component that allows the embedding of a CrowdRiff Story Network gallery in a React app", "main": "./lib/index.js", "scripts": { "build": "./node_modules/.bin/babel src --out-dir lib", "prepack": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/crowdriff/crowdriff-story-network-gallery-react.git" }, "keywords": [ "React", "CrowdRiff", "Gallery", "Story-Network" ], "author": "CrowdRiff", "license": "ISC", "bugs": { "url": "https://github.com/crowdriff/crowdriff-story-network-gallery-react/issues" }, "homepage": "https://github.com/crowdriff/crowdriff-story-network-gallery-react#readme", "peerDependencies": { "react": "^16.8.0", "react-dom": "^16.8.0" }, "devDependencies": { "@babel/cli": "^7.14.3", "@babel/core": "^7.14.3", "@babel/preset-env": "^7.14.2", "@babel/preset-react": "^7.13.13", "eslint": "^7.27.0", "eslint-config-airbnb": "^18.2.1", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.23.3", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-react": "^7.23.2", "eslint-plugin-react-hooks": "^4.2.0" } }