UNPKG

@availity/mui-stepper

Version:

Availity MUI Stepper Component - part of the @availity/element design system

64 lines 1.82 kB
{ "name": "@availity/mui-stepper", "version": "1.0.7", "description": "Availity MUI Stepper Component - part of the @availity/element design system", "keywords": [ "react", "typescript", "availity", "mui" ], "homepage": "https://availity.github.io/element/?path=/docs/components-stepper-introduction--docs", "bugs": { "url": "https://github.com/Availity/element/issues" }, "repository": { "type": "git", "url": "https://github.com/Availity/element.git", "directory": "packages/stepper" }, "license": "MIT", "author": "Availity Developers <AVOSS@availity.com>", "browser": "./dist/index.js", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { "./package.json": "./package.json", ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" } }, "scripts": { "build": "tsup src/index.ts --format esm,cjs --dts", "dev": "tsup src/index.ts --format esm,cjs --watch --dts", "clean": "rm -rf dist", "clean:nm": "rm -rf node_modules", "publish": "yarn npm publish --tolerate-republish --access public", "publish:canary": "yarn npm publish --access public --tag canary" }, "dependencies": { "@availity/mui-icon": "^1.1.0", "@availity/mui-typography": "^1.0.2" }, "devDependencies": { "@availity/mui-button": "^1.1.4", "@availity/mui-layout": "^1.0.2", "@availity/mui-paper": "^1.0.2", "@availity/mui-typography": "^1.0.2", "@mui/material": "^6.4.5", "react": "18.2.0", "react-dom": "18.2.0", "tsup": "^8.4.0", "typescript": "^5.4.5" }, "peerDependencies": { "@mui/material": "^6.4.5", "react": ">=16.3.0" }, "publishConfig": { "access": "public" } }