{
	"name": "@avaya/neo-react",
	"version": "1.4.25",
	"description": "This is the React version of the shared library called 'NEO' built by Avaya",
	"license": "SEE LICENSE IN LICENSE.md",
	"repository": "github:avaya-dux/neo-react-library",
	"homepage": "https://design.avaya.com/docs/setup",
	"publishConfig": {
		"access": "public",
		"registry": "https://registry.npmjs.org/"
	},
	"source": "src/index.ts",
	"exports": {
		"./avaya-neo-react.css": "./dist/avaya-neo-react.css",
		".": {
			"types": "./dist/index.d.ts",
			"import": "./dist/avaya-neo-react.mjs",
			"require": "./dist/avaya-neo-react.umd.js"
		}
	},
	"files": [
		"dist",
		"README.md",
		"LICENSE.md",
		"LICENSE-3rd-party.html"
	],
	"engines": {
		"node": ">=16"
	},
	"browserslist": [
		"> 0.5%",
		"last 2 versions",
		"not dead",
		"not ie <= 11"
	],
	"scripts": {
		"dev": "vite build --mode dev --watch",
		"storybook": "storybook dev -p 6006",
		"clean": "rm -rf coverage dist storybook-static cypress/screenshots cypress/videos package *.tgz",
		"format": "biome format --write ./src",
		"lint": "biome ci ./src",
		"style-check": "biome check --write ./src",
		"build": "tsc && vite build",
		"build:storybook": "storybook build",
		"build:release": "yarn && mkdir -p dist && yarn build && yarn pack",
		"test": "vitest run",
		"test:watch": "vitest",
		"test:ui": "vitest --ui",
		"test:coverage": "vitest run --coverage",
		"test:cypress": "cypress run --component -b chrome",
		"test:cypress-open": "cypress open --component -b chrome",
		"github": "(yarn && yarn lint && yarn build && yarn test && yarn test:cypress && echo 'DigitalFlavio approves this PR') || (echo 'DigitalFlavio has fainted'; exit 1)",
		"netlify": "yarn && yarn build && yarn build:storybook",
		"all": "yarn && yarn clean && yarn style-check && yarn build && yarn build:storybook && yarn test && yarn test:cypress && yarn pack"
	},
	"dependencies": {
		"atomic-layout": "0.16.2",
		"loglevel": "1.9.2",
		"react-click-away-listener": "2.3.0",
		"react-fast-compare": "3.2.2",
		"react-focus-lock": "2.13.6",
		"styled-components": "6.1.15"
	},
	"peerDependencies": {
		"@dnd-kit/core": "6.3.1",
		"@dnd-kit/modifiers": "9.0.0",
		"@dnd-kit/sortable": "10.0.0",
		"@dnd-kit/utilities": "3.2.2",
		"@tanstack/react-table": "8.21.2",
		"downshift": "7.6.2",
		"react": "18.3.1",
		"react-dom": "18.3.1",
		"react-roving-tabindex": "3.2.0",
		"react-table": "7.8.0"
	},
	"devDependencies": {
		"@avaya/neo": "3.86.0",
		"@avaya/neo-icons": "1.8.23",
		"@biomejs/biome": "1.9.4",
		"@dnd-kit/core": "6.3.1",
		"@dnd-kit/modifiers": "9.0.0",
		"@dnd-kit/sortable": "10.0.0",
		"@dnd-kit/utilities": "3.2.2",
		"@faker-js/faker": "9.6.0",
		"@storybook/addon-a11y": "7.6.20",
		"@storybook/addon-actions": "7.6.20",
		"@storybook/addon-docs": "7.6.20",
		"@storybook/addon-essentials": "7.6.20",
		"@storybook/addon-interactions": "7.6.20",
		"@storybook/addon-links": "7.6.20",
		"@storybook/blocks": "7.6.20",
		"@storybook/builder-vite": "7.6.20",
		"@storybook/builder-webpack5": "7.6.20",
		"@storybook/manager-webpack5": "6.5.16",
		"@storybook/react": "7.6.20",
		"@storybook/react-vite": "7.6.20",
		"@storybook/testing-library": "0.2.2",
		"@storybook/testing-react": "2.0.1",
		"@storybook/theming": "7.6.20",
		"@tanstack/react-table": "8.21.2",
		"@testing-library/jest-dom": "6.6.3",
		"@testing-library/react": "16.2.0",
		"@testing-library/user-event": "14.6.1",
		"@types/jest-axe": "3.5.9",
		"@types/node": "22.13.9",
		"@types/react": "18.2.21",
		"@types/react-dom": "18.3.5",
		"@types/react-input-autosize": "2.2.4",
		"@types/react-table": "7.7.20",
		"@vitejs/plugin-react": "4.3.4",
		"@vitest/coverage-v8": "3.0.8",
		"@vitest/ui": "3.0.8",
		"clsx": "2.1.1",
		"cypress": "14.1.0",
		"cypress-real-events": "1.14.0",
		"diffable-html": "6.0.1",
		"downshift": "7.6.2",
		"jest-axe": "7.0.1",
		"jsdom": "26.0.0",
		"prop-types": "15.8.1",
		"react": "18.3.1",
		"react-dom": "18.3.1",
		"react-roving-tabindex": "3.2.0",
		"react-stopwatch": "2.0.4",
		"react-table": "7.8.0",
		"storybook": "7.6.20",
		"typescript": "5.8.2",
		"use-debounce": "10.0.4",
		"vite": "6.2.1",
		"vite-plugin-dts": "4.5.3",
		"vitest": "3.0.8"
	},
	"resolutions": {
		"unset-value": "2.0.1",
		"minimist": "1.2.8",
		"pug": "3.0.3",
		"uglify-js": "3.19.3",
		"glob-parent": "6.0.2",
		"trim": "1.0.1",
		"trim-newlines": "5.0.0",
		"string-width": "4.2.3",
		"@types/react": "18.2.21",
		"@types/react-dom": "18.3.5"
	}
}
