@yurialessandrom/mui-mentions-rr
Version:
@mention people in a MUI TextField (React 17+)
75 lines • 2.55 kB
JSON
{
"name": "@yurialessandrom/mui-mentions-rr",
"version": "0.1.10",
"description": "@mention people in a MUI TextField (React 17+)",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",
"scripts": {
"start": "rm -rf examples/.parcel-cache && parcel examples/src/index.html --dist-dir .parcel-dist",
"docs": "parcel build ./examples --dist-dir docs --public-url .",
"build": "npm run build:esm && npm run build:cjs",
"build:esm": "tsc",
"build:cjs": "tsc --module commonjs --outDir dist/cjs",
"lint": "eslint \"{**/*,*}.{js,ts,jsx,tsx}\"",
"prettier": "prettier --write \"{src,tests,example/src}/**/*.{js,ts,jsx,tsx}\"",
"test": "jest --config jestconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run prettier"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YuriAlessandro/mui-mentions.git"
},
"keywords": [
"react",
"@mention",
"typescript",
"MUI",
"textfield"
],
"author": "Yuri Martins (from Jack Stenglein repo)",
"license": "MIT",
"devDependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.14",
"@mui/material": "^5.15.13",
"@testing-library/react": "12.1.5",
"@types/invariant": "^2.2.37",
"@types/jest": "^29.5.12",
"@types/react": "^18.2.66",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.7.0",
"jest-canvas-mock": "^2.5.2",
"jest-environment-jsdom": "^29.7.0",
"parcel": "^2.12.0",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"process": "^0.11.10",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"ts-jest": "^29.1.2",
"typescript": "^5.4.2"
},
"peerDependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@mui/material": ">=5.0.0",
"react": ">=17"
},
"files": [
"dist",
"LICENSE",
"README.md"
],
"dependencies": {
"invariant": "^2.2.4"
}
}