mui-one-time-password-input
Version:
A One-Time Password input designed for the React library MUI
98 lines (97 loc) • 2.66 kB
JSON
{
"name": "mui-one-time-password-input",
"description": "A One-Time Password input designed for the React library MUI",
"author": "Victor de la Fouchardiere <victor.delafouchardiere@gmail.com> (https://github.com/viclafouch)",
"license": "MIT",
"bugs": {
"url": "https://github.com/viclafouch/mui-otp-input/issues"
},
"homepage": "https://viclafouch.github.io/mui-otp-input",
"type": "module",
"version": "7.0.0",
"files": [
"dist"
],
"main": "./dist/mui-one-time-password-input.es.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/mui-one-time-password-input.es.js",
"default": "./dist/mui-one-time-password-input.es.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/viclafouch/mui-otp-input.git"
},
"keywords": [
"react",
"typescript",
"input",
"mui",
"javascript",
"material",
"otp",
"form",
"password"
],
"scripts": {
"build": "pnpm lint && pnpm test -- run && vite build",
"lint": "npx tsc --noEmit && eslint",
"lint:fix": "pnpm lint --fix",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test": "vitest",
"release": "standard-version",
"coverage": "vitest run --coverage",
"prepare": "husky"
},
"standard-version": {
"scripts": {
"prerelease": "npm run build"
},
"skip": {
"changelog": true
}
},
"peerDependencies": {
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/material": "^7.0.0 || ^9.0.0",
"@types/react": "^18.0.0 || ^19.0.0",
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
}
},
"devDependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/material": "^9.0.0",
"@storybook/addon-docs": "^10.3.3",
"@storybook/addon-links": "^10.3.3",
"@storybook/react": "^10.3.3",
"@storybook/react-vite": "^10.3.3",
"@testing-library/jest-dom": "^6.9",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^25.5.0",
"@viclafouch/eslint-config-viclafouch": "5.3.0",
"@vitejs/plugin-react": "^6.0.1",
"eslint": "^9",
"eslint-plugin-storybook": "10.3.3",
"husky": "^9.1.7",
"jsdom": "^29.0.1",
"prettier": "^3.8",
"standard-version": "^9.5.0",
"storybook": "^10.3.3",
"typescript": "^5.9",
"vite": "^8.0.3",
"vite-plugin-dts": "^4.5.4",
"vitest": "^4.1.2"
}
}