@react-crates/modal
Version:
리액트 모달을 쉽게 등록하고 사용가능한 라이브러리입니다.
81 lines • 2.44 kB
JSON
{
"name": "@react-crates/modal",
"version": "0.7.2",
"description": "리액트 모달을 쉽게 등록하고 사용가능한 라이브러리입니다.",
"keywords": [
"react",
"react-modal",
"modal",
"alert",
"dialog",
"window.alert",
"window.confirm"
],
"author": "wjunhee102",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"license": "MIT",
"devDependencies": {
"@babel/core": "7.20.12",
"@babel/preset-env": "7.20.2",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.18.6",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "24.0.1",
"@rollup/plugin-node-resolve": "15.0.1",
"@rollup/plugin-terser": "0.4.3",
"@rollup/plugin-typescript": "11.0.0",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "13.4.0",
"@types/jest": "29.4.0",
"@types/react": "18.0.28",
"babel-jest": "29.4.2",
"babel-loader": "8.3.0",
"babel-preset-react-app": "^10.0.1",
"cross-env": "^7.0.3",
"eslint": "8.34.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"identity-obj-proxy": "3.0.0",
"jest": "29.4.2",
"jest-environment-jsdom": "29.4.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"rimraf": "^5.0.5",
"rollup": "3.15.0",
"rollup-plugin-dts": "5.2.0",
"rollup-plugin-peer-deps-external": "2.2.4",
"rollup-plugin-postcss": "4.0.2",
"tslib": "2.5.0",
"typescript": "5.0.4"
},
"peerDependencies": {
"react": "^17 || ^18 || ^19",
"react-dom": "^17 || ^18 || ^19"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wjunhee102/react-crates.git"
},
"bugs": {
"url": "https://github.com/wjunhee102/react-crates/issues"
},
"homepage": "https://wjunhee102.github.io/react-crates/",
"scripts": {
"prebuild": "rimraf ./dist",
"build": "cross-env NODE_ENV=production rollup -c --bundleConfigAsCjs",
"watch": "cross-env NODE_ENV=development rollup -c --bundleConfigAsCjs --watch",
"test": "jest",
"prerelease": "pnpm test && pnpm build",
"release": "pnpm publish --access=public"
}
}