UNPKG

react-flipping-content

Version:

A library to handle card flips in React

54 lines (53 loc) 1.52 kB
{ "name": "react-flipping-content", "version": "1.0.1", "description": "A library to handle card flips in React", "author": "mrgazanfarli", "license": "ISC", "keywords": [ "react-card-flip", "react-flip-card", "flipping-card", "react-card", "react-flippable-card", "react-flippable-content", "react-flip" ], "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", "types": "./lib/esm/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "npm run build:esm && npm run build:cjs", "build:esm": "tsc", "build:cjs": "tsc --module commonjs --outDir lib/cjs" }, "files": [ "/lib" ], "devDependencies": { "@types/react": "17.0.39", "@types/react-dom": "17.0.11", "@typescript-eslint/eslint-plugin": "^5.12.1", "@types/eslint-plugin-prettier": "3.1.0", "@typescript-eslint/parser": "^5.12.1", "eslint": "^8.9.0", "eslint-config-airbnb": "^19.0.4", "eslint-plugin-import": "^2.25.4", "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-react": "^7.28.0", "eslint-config-airbnb-typescript-prettier": "5.0.0", "eslint-plugin-react-hooks": "^4.3.0", "eslint-plugin-prettier": "4.0.0", "react": "17.0.2", "react-dom": "17.0.2", "typescript": "4.5.5", "prettier": "2.5.1", "eslint-plugin-unused-imports": "0.1.3", "eslint-plugin-simple-import-sort": "5.0.3" }, "peerDependencies": { "react": "17.0.2", "react-dom": "17.0.2" } }