{
	"name": "vajrazenui",
	"version": "0.900000000.0",
	"description": "VajraZenUI: Empower your React projects with a dynamic component library developed in React.JS, TypeScript and Styled-Components.",
	"private": false,
	"author": {
		"name": "Reginald Sahil Chand",
		"email": "Developer.ReginaldSahilChand@gmail.com",
		"url": "https://example.com"
	},
	"maintainers": [
		"Reginald Sahil Chand"
	],
	"license": "GPL-3.0",
	"keywords": [
		"React",
		"React Components",
		"Component Library",
		"React Component Library",
		"TypeScript",
		"Styled-Components",
		"UI Library",
		"VajraZenUI",
		"Personal Project",
		"Frontend Project",
		"Frontend Development",
		"Developer Focused",
		"Developer Friendly",
		"Developer Tools",
		"Beginner Friendly",
		"Responsive Design",
		"Modern Design",
		"Quick Layout Design",
		"Heavily Customizable"
	],
	"repository": {
		"url": "https://github.com/Reginald-Sahil-Chand/VajraZenUI",
		"directory": "src",
		"type": "git"
	},
	"files": [
		"dist",
		"!dist/src/errors"
	],
	"jest": {
		"moduleNameMapper": {
			"@errors/(.*)": "<rootDir>/src/errors/$1",
			"@vajraZenUiThemes/(.*)": "<rootDir>/src/themes/$1",
			"@vajraZenUiTypes/(.*)": "<rootDir>/types/$1"
		}
	},
	"dependencies": {
		"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
		"@craco/craco": "^7.1.0",
		"@testing-library/jest-dom": "^5.14.1",
		"@testing-library/react": "^13.0.0",
		"@testing-library/user-event": "^13.2.1",
		"@types/jest": "^27.0.1",
		"@types/node": "^16.7.13",
		"@types/react": "^18.0.0",
		"@types/react-dom": "^18.0.0",
		"eslint-config-prettier": "^9.1.0",
		"eslint-plugin-prettier": "^5.1.3",
		"prettier": "^3.2.5",
		"react": "^18.2.0",
		"react-dom": "^18.2.0",
		"react-icons": "^5.0.1",
		"react-scripts": "5.0.1",
		"styled-components": "^6.1.8",
		"typescript": "^5.4.2",
		"web-vitals": "^2.1.0"
	},
	"scripts": {
		"start": "craco start",
		"react-start": "react-scripts start",
		"build": "react-scripts build",
		"webpackBuild": "webpack --mode development",
		"compileTypeScript": "tsc",
		"test": "react-scripts test",
		"eject": "react-scripts eject"
	},
	"eslintConfig": {
		"extends": [
			"react-app",
			"react-app/jest"
		]
	},
	"browserslist": {
		"production": [
			">0.2%",
			"not dead",
			"not op_mini all"
		],
		"development": [
			"last 1 chrome version",
			"last 1 firefox version",
			"last 1 safari version"
		]
	},
	"devDependencies": {
		"@babel/preset-react": "^7.24.1",
		"@typescript-eslint/eslint-plugin": ">=7.0.2",
		"@typescript-eslint/parser": ">=7.0.2",
		"copy-webpack-plugin": "^12.0.2",
		"eslint": ">=8.56.0",
		"eslint-config-xo": "^0.44.0",
		"eslint-config-xo-typescript": "^4.0.0",
		"eslint-plugin-react": "^7.34.1",
		"ts-jest": "^29.1.2",
		"webpack-cli": "^5.1.4"
	}
}
