@availity/mui-stepper
Version:
Availity MUI Stepper Component - part of the @availity/element design system
65 lines • 1.85 kB
JSON
{
"name": "@availity/mui-stepper",
"version": "2.0.2",
"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": "^2.1.0",
"@availity/mui-typography": "^2.0.1"
},
"devDependencies": {
"@availity/mui-button": "^2.0.2",
"@availity/mui-layout": "^2.0.1",
"@availity/mui-paper": "^2.0.1",
"@availity/mui-typography": "^2.0.1",
"@mui/material": "^7.3.4",
"react": "19.2.0",
"react-dom": "19.2.0",
"tsup": "^8.4.0",
"typescript": "^5.4.5"
},
"peerDependencies": {
"@mui/material": "^7.0.0",
"react": ">=17.0.0"
},
"publishConfig": {
"access": "public"
},
"sideEffects": false
}