{
	"name": "@anton.bobrov/react-components",
	"version": "3.5.0",
	"description": "A collection of reusable React components designed to streamline development and enhance user interfaces.",
	"private": false,
	"main": "lib/cjs/index.js",
	"module": "lib/esm/index.js",
	"types": "lib/types/index.d.ts",
	"files": [
		"/lib",
		"/src"
	],
	"sideEffects": false,
	"repository": {
		"type": "git",
		"url": "git+https://github.com/antonbobrov/react-kit.git"
	},
	"keywords": [
		"react",
		"components",
		"ui",
		"react-components",
		"customizable",
		"responsive",
		"modal",
		"video",
		"image",
		"scroll",
		"animation",
		"lazy-loading"
	],
	"author": "Anton Bobrov <anton.bobrov@hotmail.com>",
	"license": "MIT",
	"peerDependencies": {
		"react": ">= 18.0.0",
		"vevet": "~4.4.0"
	},
	"dependencies": {
		"@anton.bobrov/react-hooks": "3.1.1",
		"@anton.bobrov/react-vevet-hooks": "3.4.0",
		"@vimeo/player": "~2.19.0",
		"classnames": "2.3.2",
		"react-portal": "4.2.2",
		"video.js": "8.17.4",
		"youtube-player": "5.6.0"
	},
	"devDependencies": {
		"@anton.bobrov/eslint-config": "2.0.5",
		"@babel/preset-env": "^7.21.4",
		"@babel/preset-react": "^7.18.6",
		"@babel/preset-typescript": "^7.21.4",
		"@storybook/addon-essentials": "^7.1.0-alpha.20",
		"@storybook/addon-interactions": "^7.1.0-alpha.20",
		"@storybook/addon-links": "^7.1.0-alpha.20",
		"@storybook/addon-styling": "~1.0.8",
		"@storybook/blocks": "^7.1.0-alpha.20",
		"@storybook/react": "^7.1.0-alpha.20",
		"@storybook/react-webpack5": "^7.1.0-alpha.20",
		"@storybook/testing-library": "^0.0.14-next.2",
		"@types/react": "18.0.18",
		"@types/react-portal": "4.0.4",
		"@types/vimeo__player": "~2.16.3",
		"@types/youtube-player": "~5.5.7",
		"copyfiles": "2.4.1",
		"eslint": "8.56.0",
		"npm-run-all": "4.1.5",
		"prettier": "3.3.3",
		"prop-types": "^15.8.1",
		"react": "18.2.0",
		"react-dom": "^18.2.0",
		"rimraf": "5.0.0",
		"sass": "~1.62.1",
		"storybook": "^7.1.0-alpha.20",
		"tsc-alias": "1.8.5",
		"typescript": "4.8.2",
		"vevet": "~4.4.0"
	},
	"scripts": {
		"lint": "eslint . --ext .jsx,.js,.tsx,.ts",
		"build": "rimraf lib && run-s lint build:lib",
		"build:lib": "run-p build:esm build:cjs build:types build:styles",
		"build:esm": "tsc -p config/tsconfig.esm.json && tsc-alias -p config/tsconfig.esm.json",
		"build:cjs": "tsc -p config/tsconfig.cjs.json && tsc-alias -p config/tsconfig.cjs.json",
		"build:types": "tsc -p config/tsconfig.types.json && tsc-alias -p config/tsconfig.types.json",
		"build:styles": "copyfiles src/styles/**/*.scss lib/styles -u 2",
		"storybook": "storybook dev -p 6006",
		"build-storybook": "storybook build"
	}
}
