material-ui-autonumeric
Version:
AutoNumeric-Powered Material UI Components. AutoNumeric is a powerful library that automatically formats numbers and currencies. Material UI-AutoNumeric brings that power to Material UI.
78 lines (77 loc) • 2.56 kB
JSON
{
"name": "material-ui-autonumeric",
"description": "AutoNumeric-Powered Material UI Components. AutoNumeric is a powerful library that automatically formats numbers and currencies. Material UI-AutoNumeric brings that power to Material UI.",
"version": "2.2.0",
"type": "module",
"main": "dist/index.js",
"browser": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist/*.d.ts",
"/dist/*.js"
],
"scripts": {
"build_demo": "npm run compile && vite build",
"clean": "rimraf dist/",
"dev": "vite",
"compile": "tsc --build . src/lib src/test src/demo",
"coverage": "vitest run --coverage --typecheck",
"doc": "cd docs && npm install && npm run build && cd .. && npm run build_demo",
"format": "npm run compile && eslint --fix . && prettier . --write",
"lint": "npm run compile && eslint . --report-unused-disable-directives --max-warnings 0 && prettier . --check",
"prepack": "npm run clean && npm run compile",
"prepublishOnly": "ncp docs/src/pages/index.md README.md",
"preview": "vite preview",
"test": "npm run coverage",
"test-all": "npm run lint && npm run compile && npm run test-once && npm run doc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/8hobbies/material-ui-autonumeric.git"
},
"author": "8 Hobbies, LLC",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/8hobbies/material-ui-autonumeric/issues"
},
"homepage": "https://material-ui-autonumeric.8hob.io",
"keywords": [
"react",
"mui",
"material-ui",
"autonumeric"
],
"dependencies": {
"react-autonumeric": "^2.1.1"
},
"devDependencies": {
"@8hobbies/eslint-conf-baseline": "6.0.0",
"@8hobbies/eslint-conf-react-baseline": "3.0.0",
"@emotion/styled": "11.14.0",
"@mui/material": "7.0.1",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.3.0",
"@testing-library/user-event": "14.6.1",
"@types/jest": "29.5.14",
"@types/lodash-es": "4.17.12",
"@types/node": "22.14.0",
"@types/react": "19.1.0",
"@types/react-dom": "19.1.1",
"@vitejs/plugin-react": "4.3.4",
"@vitest/coverage-v8": "3.1.1",
"jsdom": "26.0.0",
"ncp": "2.0.0",
"prettier": "3.5.3",
"rimraf": "6.0.1",
"typescript": "5.8.3",
"typescript-eslint": "8.29.0",
"vite": "6.2.6",
"vitest": "3.1.1",
"react": "19.1.0",
"react-dom": "19.1.0"
},
"peerDependencies": {
"@mui/material": "^6.4.11 || ^7.0.2",
"react": "^18.3.1 || ^19.0.0"
}
}