{
	"name": "@kennarddh/spinning-prize-wheel",
	"version": "1.0.4",
	"description": "Spinning Prize Wheel",
	"main": "dist/spinning-prize-wheel.es.js",
	"scripts": {
		"prepublish": "npm run build",
		"build": "tsc && vite build",
		"lint:check": "eslint {src,sites}/**/*.{ts,tsx}",
		"lint:fix": "eslint --fix {src,sites}/**/*.{ts,tsx}",
		"prettier:fix": "prettier -w \"{src,sites}/**/*.{ts,tsx,json,md}\" \"*.md\"",
		"prettier:check": "prettier -c \"{src,sites}/**/*.{ts,tsx,json,md}\" \"*.md\"",
		"clean": "rimraf build",
		"test": "jest --passWithNoTests",
		"test:watch": "jest --watch --passWithNoTests",
		"test:watch:all": "jest --watchAll --passWithNoTests",
		"test:coverage": "jest --coverage --passWithNoTests",
		"test:changed": "jest -o --passWithNoTests",
		"pre-commit": "lint-staged --quiet",
		"prepare": "husky install"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/kennarddh/spinning-prize-wheel.git"
	},
	"keywords": [
		"react",
		"reactjs",
		"vite",
		"spinning-prize-wheel"
	],
	"author": "kennarddh",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/kennarddh/spinning-prize-wheel/issues"
	},
	"homepage": "https://github.com/kennarddh/spinning-prize-wheel#readme",
	"devDependencies": {
		"@babel/core": "^7.20.7",
		"@babel/preset-env": "^7.20.2",
		"@babel/preset-react": "^7.18.6",
		"@babel/preset-typescript": "^7.18.6",
		"@testing-library/jest-dom": "^5.16.5",
		"@testing-library/react": "^13.4.0",
		"@testing-library/user-event": "^14.4.3",
		"@types/jest": "^29.2.4",
		"@types/react": "^18.0.26",
		"@types/react-dom": "^18.0.10",
		"@types/styled-components": "^5.1.26",
		"@typescript-eslint/eslint-plugin": "^5.47.0",
		"@typescript-eslint/parser": "^5.47.0",
		"@vitejs/plugin-react": "^3.0.0",
		"babel-plugin-module-resolver": "^4.1.0",
		"babel-plugin-styled-components": "^2.0.7",
		"eslint": "^8.30.0",
		"eslint-config-prettier": "^8.5.0",
		"eslint-import-resolver-alias": "^1.1.2",
		"eslint-import-resolver-typescript": "^3.5.2",
		"eslint-plugin-import": "^2.26.0",
		"eslint-plugin-jest": "^27.1.7",
		"eslint-plugin-json": "^3.1.0",
		"eslint-plugin-jsx-a11y": "^6.6.1",
		"eslint-plugin-prettier": "^4.2.1",
		"eslint-plugin-react": "^7.31.11",
		"eslint-plugin-react-hooks": "^4.6.0",
		"eslint-plugin-security": "^1.5.0",
		"husky": "^8.0.2",
		"jest": "^29.3.1",
		"jest-environment-jsdom": "^29.3.1",
		"jest-styled-components": "^7.1.1",
		"lint-staged": "^13.1.0",
		"prettier": "^2.8.1",
		"rimraf": "^3.0.2",
		"ts-node": "^10.9.1",
		"typescript": "^4.9.4",
		"vite": "^4.0.3",
		"vite-plugin-dts": "^1.7.1",
		"vite-plugin-eslint": "^1.8.1",
		"vite-plugin-svgr": "^2.4.0"
	},
	"peerDependencies": {
		"react": "^18.2.0",
		"react-dom": "^18.2.0",
		"styled-components": "^5.3.5"
	},
	"files": [
		"dist/**/*"
	]
}
