{ "name": "mui-chips-input", "description": "A chips input designed for the React library MUI", "author": "Victor de la Fouchardiere (https://github.com/viclafouch)", "license": "MIT", "bugs": { "url": "https://github.com/viclafouch/mui-chips-input/issues" }, "homepage": "https://viclafouch.github.io/mui-chips-input", "version": "2.1.4", "files": [ "dist" ], "main": "./dist/mui-chips-input.es.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/mui-chips-input.es.js", "default": "./dist/mui-chips-input.es.js", "types": "./dist/index.d.ts" } }, "repository": { "type": "git", "url": "git+https://github.com/viclafouch/mui-chips-input.git" }, "keywords": [ "react", "typescript", "input", "mui", "javascript", "material", "ui", "form", "chips" ], "scripts": { "build": "npm run lint && npm run test -- run && vite build", "lint": "tsc && eslint . --ext .js,.jsx,.ts,.tsx", "lint:fix": "npm run lint -- --fix", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build", "test": "vitest", "release": "standard-version", "coverage": "vitest run --coverage", "prepare": "husky install" }, "standard-version": { "scripts": { "prerelease": "npm run build" }, "skip": { "changelog": true } }, "peerDependencies": { "@emotion/react": "^11.5.0", "@emotion/styled": "^11.3.0", "@mui/icons-material": "^5.0.0", "@mui/material": "^5.0.0", "@types/react": "^18.0.0", "react": "^18.0.0", "react-dom": "^18.0.0" }, "peerDependenciesMeta": { "@types/react": { "optional": true } }, "devDependencies": { "@babel/core": "^7.23.9", "@emotion/react": "^11.11.3", "@emotion/styled": "^11.11.0", "@mui/icons-material": "^5.15.10", "@mui/material": "^5.15.10", "@mui/base": "^5.0.0-beta.36", "@storybook/addon-actions": "^7.6.14", "@storybook/addon-essentials": "^7.6.14", "@storybook/addon-interactions": "^7.6.14", "@storybook/addon-links": "^7.6.14", "@storybook/react": "^7.6.14", "@storybook/react-vite": "^7.6.14", "@storybook/testing-library": "^0.2.2", "@testing-library/jest-dom": "^6.4.2", "@testing-library/react": "^14.2.1", "@testing-library/user-event": "^14.5.2", "@types/node": "^20.11.17", "@types/react": "^18.2.55", "@viclafouch/eslint-config-viclafouch": "^4.6.0", "@vitejs/plugin-react": "^4.2.1", "@vitest/coverage-c8": "^0.31.1", "babel-loader": "^9.1.3", "eslint": "^8.56.0", "husky": "^9.0.10", "jsdom": "^24.0.0", "prettier": "^3.2.5", "react": "^18.2.0", "react-dom": "^18.2.0", "rollup-plugin-peer-deps-external": "^2.2.4", "standard-version": "^9.5.0", "storybook": "^7.6.14", "typescript": "^5.3.3", "vite": "^5.1.1", "vite-plugin-dts": "^3.7.2", "vitest": "^1.2.2" } }