@lani.ground/react-modal
Version:
Modal components used in reactjs
91 lines (90 loc) • 2.47 kB
JSON
{
"name": "@lani.ground/react-modal",
"description": "Modal components used in reactjs",
"version": "3.0.3",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"keywords": [
"react",
"next",
"modal"
],
"homepage": "https://laniground.com/playground/react-modal",
"bugs": {
"url": "https://github.com/go-lani/lani.ground/issues",
"email": "go.lani.developer@gmail.com"
},
"author": {
"email": "go.lani.developer@gmail.com",
"name": "Lani",
"url": "https://laniground.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/go-lani/lani.ground.git"
},
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/cjs/index.d.ts",
"browser": "./browser/specific/main.js",
"exports": {
".": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
},
"./css": "./dist/assets/css/ground-react-modal.css"
},
"sideEffects": [
"*.css"
],
"scripts": {
"watch": "concurrently \"npm run watch:ems\" \"npm run watch:cjs\" \"npm run watch:css\"",
"watch:ems": "tsc --project tsconfig.json --outDir dist/esm --module esnext --watch",
"watch:cjs": "tsc --project tsconfig.json --outDir dist/cjs --module commonjs --watch",
"watch:css": "node ./helpers/copyAssets/css.js",
"build": "concurrently \"npm run build:ems\" \"npm run build:cjs\" \"npm run build:css\"",
"build:ems": "tsc --project tsconfig.json --outDir dist/esm --module esnext",
"build:cjs": "tsc --project tsconfig.json --outDir dist/cjs --module commonjs",
"build:css": "node ./helpers/devops/css.js",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"files": [
"LICENSE",
"README.md",
"dist"
],
"devDependencies": {
"@types/node": "^16.18.53",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"eslint-plugin-react": "^7.33.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"gitHead": "a5597283bfbc08941de34dc29ef952d076213ba6"
}