UNPKG

instagram-story

Version:

Instagram story UI build in ReactJS

58 lines (57 loc) 1.61 kB
{ "name": "instagram-story", "version": "2.0.0-beta.3", "private": false, "keywords": [ "instagram-story", "reactjs" ], "description": "Instagram story UI build in ReactJS", "repository": { "type": "git", "url": "https://github.com/AjayPoshak/instagram-story" }, "bugs": { "url": "https://github.com/AjayPoshak/instagram-story/issues" }, "main": "dist/commonjs/index.js", "module": "dist/esm/index.js", "devDependencies": { "@babel/cli": "^7.4.4", "@babel/core": "^7.4.4", "@babel/preset-env": "^7.4.4", "@babel/preset-react": "^7.0.0", "@testing-library/react": "^10.0.4", "babel-eslint": "^10.1.0", "eslint": "^6.8.0", "eslint-config-airbnb": "^18.1.0", "eslint-plugin-import": "^2.20.2", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-react": "^7.19.0", "eslint-plugin-react-hooks": "^4.0.0", "jest": "^26.0.1", "react": "^16.13.1", "react-dom": "^16.13.1", "rollup": "^2.7.2", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-css-bundle": "^1.0.4" }, "peerDependencies": { "prop-types": "^15.7.2", "react": "^16.8.0", "react-dom": "^16.8.0" }, "files": [ "dist", "package.json" ], "scripts": { "build:cjs": "babel ./src --out-dir dist/commonjs --source-maps inline --copy-files", "build:esm": "BABEL_ENV=esm babel ./src --out-dir dist/esm --source-maps inline --copy-files", "build": "rollup -c", "lint": "eslint src/**.js", "test": "jest", "test:watch": "jest --watch", "prepublishOnly": "yarn lint && yarn build" } }