{
	"version": "0.12.189",
	"name": "@leight-core/leight",
	"description": "A component library for Next.js and Ant Design.",
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git://github.com/leight-core/leight.git"
	},
	"engines": {
		"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
	},
	"main": "lib/cjs/index.js",
	"module": "lib/esm/index.js",
	"files": [
		"lib"
	],
	"scripts": {
		"lint": "eslint src",
		"build": "npm run lint && tsc -p tsconfig.json && tsc -p tsconfig.json -m es6 --outDir lib/esm",
		"build:watch": "tsc -w -p tsconfig.json"
	},
	"dependencies": {
		"@ant-design/icons": "^4.7.0",
		"@fingerprintjs/fingerprintjs": "^3.3.3",
		"@tanstack/query-sync-storage-persister": "^4.0.10",
		"@tanstack/react-query": "^4.0.10",
		"@tanstack/react-query-persist-client": "^4.0.10",
		"antd": "^4.21.4",
		"axios": "^0.27.2",
		"axios-retry": "^3.3.0",
		"cancelable-promise": "^4.3.0",
		"dayjs": "^1.11.3",
		"deepmerge": "^4.2.2",
		"fast-deep-equal": "^3.1.3",
		"filesize": "^9.0.11",
		"humanize-duration": "^3.27.2",
		"i18next": "^21.8.11",
		"is-callable": "^1.2.4",
		"is-string": "^1.0.7",
		"isarray": "^2.0.5",
		"moment": "^2.29.3",
		"next": "12.1.6",
		"path-to-regexp": "^6.2.1",
		"react": "^18.2.0",
		"react-cookie": "^4.1.1",
		"react-device-detect": "^2.2.2",
		"react-dom": "^18.2.0",
		"react-i18next": "^11.17.3"
	},
	"devDependencies": {
		"@types/humanize-duration": "^3.27.1",
		"@types/is-callable": "^1.1.0",
		"@types/is-string": "^1.0.0",
		"@types/isarray": "^2.0.0",
		"@types/node": "^18.0.0",
		"@types/react": "^18.0.14",
		"@types/react-dom": "^18.0.5",
		"@typescript-eslint/eslint-plugin": "^5.30.0",
		"@typescript-eslint/parser": "^5.30.0",
		"cross-env": "^7.0.3",
		"eslint": "^8.18.0",
		"eslint-plugin-unicorn": "^42.0.0",
		"typescript": "^4.7.4"
	}
}
