UNPKG

react-easily-modal

Version:

It is an easy-to-use modal library exclusively for react.js.

98 lines (97 loc) 2.26 kB
{ "version": "0.3.0", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", "description": "It is an easy-to-use modal library exclusively for react.js.", "files": [ "dist", "src" ], "engines": { "node": ">=10" }, "scripts": { "start": "tsdx watch", "build": "tsdx build", "test": "tsdx test --passWithNoTests", "lint": "tsdx lint", "prepare": "tsdx build", "size": "size-limit", "analyze": "size-limit --why" }, "peerDependencies": { "next": ">=12", "react": ">=16" }, "husky": { "hooks": { "pre-commit": "tsdx lint" } }, "prettier": { "printWidth": 80, "semi": true, "singleQuote": true, "trailingComma": "es5" }, "name": "react-easily-modal", "author": "Jong-wan Kim", "keywords": [ "react", "next", "nextjs", "modal", "react modal", "next modal", "modal", "remo", "REMO" ], "module": "dist/react-easy-modal.esm.js", "size-limit": [ { "path": "dist/react-easy-modal.cjs.production.min.js", "limit": "10 KB" }, { "path": "dist/react-easy-modal.esm.js", "limit": "10 KB" } ], "repository": { "type": "git", "url": "https://github.com/dfd1123/react-easy-modal" }, "bugs": { "url": "https://github.com/dfd1123/react-easy-modal/issues" }, "devDependencies": { "@size-limit/preset-small-lib": "^8.1.2", "@types/react": "^18.0.27", "@types/react-dom": "^18.0.10", "@types/react-transition-group": "4.4.5", "@types/styled-components": "^5.1.26", "@typescript-eslint/eslint-plugin": "5.50.0", "@typescript-eslint/parser": "5.50.0", "eslint": "8.33.0", "eslint-config-airbnb": "19.0.4", "eslint-config-airbnb-typescript": "17.0.0", "eslint-plugin-import": "2.27.5", "eslint-plugin-jsx-a11y": "6.7.1", "eslint-plugin-react": "7.32.2", "eslint-plugin-react-hooks": "4.6.0", "husky": "^8.0.3", "size-limit": "^8.1.2", "tsdx": "^0.14.1", "tslib": "^2.5.0", "typescript": "^4.9.5" }, "dependencies": { "next": "^13.1.6", "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.11.1", "styled-components": "^5.3.6" } }