{
	"name": "@tap-payments/acceptance-sdk",
	"description": "Web SDK provided by Tap Payments",
	"private": false,
	"version": "0.0.83",
	"main": "build/index.js",
	"module": "build/index.js",
	"types": "build/index.d.ts",
	"license": "MIT",
	"files": [
		"build",
		"readme.md"
	],
	"scripts": {
		"dev": "vite",
		"prepare": "npx husky install",
		"copy:files": "copyfiles -u 1 src/**/*.gif build/ && copyfiles -u 1 src/**/*.css build/",
		"build": "tsc && vite build",
		"ts:build": "rm -rf build && tsc && yarn copy:files",
		"push": "npm run ts:build && npm publish --access public",
		"prettier": "prettier --list-different \"src/**/*.{md,mdx,ts,js,tsx,jsx,json}\"",
		"prettier:fix": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,md,css,json}\"",
		"lint": "eslint src --color --ext .js,.jsx,.ts,.tsx,.json",
		"lint:fix": "eslint src --ext .js,.jsx,.ts,.tsx --fix"
	},
	"lint-staged": {
		"src/**/*.{ts,tsx,json,js,jsx}": [
			"yarn run prettier:fix",
			"yarn run lint",
			"git add ."
		]
	},
	"dependencies": {
		"@emotion/react": "^11.13.0",
		"@emotion/styled": "^11.13.0",
		"@mui/base": "^5.0.0-beta.40",
		"@mui/icons-material": "^5.16.5",
		"@mui/material": "^5.16.5",
		"@tap-payments/browser-info": "^1.0.2",
		"axios": "^1.7.9",
		"framer-motion": "^11.3.19",
		"joi": "^17.9.2",
		"jsencrypt": "^3.3.2",
		"lottie-react": "^2.4.0",
		"react": "^18.2.0",
		"react-dom": "^18.2.0"
	},
	"peerDependencies": {
		"react": "18.x",
		"react-dom": "18.x",
		"axios": "1.x"
	},
	"devDependencies": {
		"@types/node": "^18.15.11",
		"@types/react": "^18.0.28",
		"@types/react-dom": "^18.2.6",
		"@typescript-eslint/eslint-plugin": "^5.61.0",
		"@typescript-eslint/parser": "^5.61.0",
		"@vitejs/plugin-react": "^3.1.0",
		"copyfiles": "^2.4.1",
		"eslint": "^8.44.0",
		"eslint-config-prettier": "^8.8.0",
		"eslint-plugin-react-hooks": "^4.6.0",
		"eslint-plugin-react-refresh": "^0.4.1",
		"husky": "^8.0.3",
		"json": "^11.0.0",
		"lint-staged": "^13.2.3",
		"prettier": "^3.0.2",
		"tsc-alias": "^1.6.11",
		"typescript": "^5.1.6",
		"vite": "^4.4.0"
	}
}
