{
	"name": "react-accordion-ts",
	"version": "1.3.0",
	"description": "A ReactJS collapsible component",
	"keywords": [
		"Widget",
		"Accordion",
		"Collapsible",
		"React Component",
		"React Accordion",
		"Accordion Widget",
		"React Collapsible",
		"Collapsible Widget"
	],
	"homepage": "https://react-accordion-ts.atanas.info",
	"bugs": {
		"url": "https://github.com/scriptex/react-accordion-ts/issues",
		"email": "hi@atanas.info"
	},
	"license": "MIT",
	"author": "Atanas Atanasov <hi@atanas.info> (https://atanas.info)",
	"funding": "https://github.com/sponsors/scriptex",
	"main": "dist/index.js",
	"style": "src/panel.css",
	"types": "dist/index.d.ts",
	"repository": {
		"type": "git",
		"url": "github:scriptex/react-accordion-ts"
	},
	"scripts": {
		"clear": "rm -rf dist",
		"start": "tsc -w",
		"build": "yarn clear && tsc --build tsconfig.json",
		"test": "jest",
		"lint": "eslint 'src/**/*.{ts,tsx}' 'demo/**/*.{ts,tsx}' '__tests__/**/*.{ts,tsx}'",
		"prod": "yarn lint && yarn build && yarn test"
	},
	"dependencies": {},
	"devDependencies": {
		"@types/jest": "29.0.3",
		"@types/react": "18.0.20",
		"@types/react-dom": "18.0.6",
		"@types/react-test-renderer": "18.0.0",
		"@typescript-eslint/eslint-plugin": "5.38.0",
		"@typescript-eslint/parser": "5.38.0",
		"cssnano": "5.1.13",
		"eslint": "8.23.1",
		"eslint-config-prettier": "8.5.0",
		"eslint-plugin-jest": "27.0.4",
		"eslint-plugin-react": "7.31.8",
		"eslint-plugin-react-hooks": "4.6.0",
		"jest": "29.0.3",
		"postcss": "8.4.16",
		"react": "18.2.0",
		"react-dom": "18.2.0",
		"react-test-renderer": "18.2.0",
		"ts-jest": "29.0.1",
		"tslib": "2.4.0",
		"tslint": "6.1.3",
		"tslint-react": "5.0.0",
		"typescript": "4.8.3"
	},
	"peerDependencies": {
		"react": "^16.9.0 || ^17 || ^18",
		"react-dom": "^16.9.0 || ^17 || ^18"
	},
	"jest": {
		"moduleFileExtensions": [
			"ts",
			"tsx",
			"js"
		],
		"transform": {
			"\\.(ts|tsx)$": "ts-jest"
		},
		"testRegex": "/__tests__/.*\\.(ts|tsx|js)$"
	}
}
