{
	"name": "@totejs/icons",
	"version": "2.20.1",
	"author": "node-real",
	"license": "MIT",
	"description": "totejs icons",
	"sideEffects": false,
	"publishConfig": {
		"access": "public"
	},
	"files": [
		"dist/src"
	],
	"module": "dist/src/index.js",
	"types": "dist/src/index.d.ts",
	"keywords": [
		"react",
		"icon"
	],
	"peerDependencies": {
		"react": ">=16.9.0",
		"react-dom": ">=16.9.0",
		"@emotion/react": ">=11",
		"@emotion/styled": ">=11"
	},
	"dependencies": {
		"@totejs/styled-system": "2.14.0"
	},
	"devDependencies": {
		"@emotion/react": "^11",
		"@emotion/styled": "^11",
		"@totejs/eslint-config": "1.5.4",
		"@totejs/prettier-config": "0.1.0",
		"@types/node": "~18.6.1",
		"@types/react": "^18.0.0",
		"@types/react-dom": "^18.0.0",
		"@vitejs/plugin-react": "~2.2.0",
		"concurrently": "~7.6.0",
		"eslint": "^8.8.0",
		"lint-staged": "~12.1.7",
		"lodash": "~4.17.21",
		"prettier": "~2.7.1",
		"react": "^18.0.0",
		"react-dom": "^18.0.0",
		"ts-node": "~10.9.1",
		"tsc-alias": "~1.8.2",
		"typescript": "^4.6.3",
		"vite": "~3.2.4"
	},
	"lint-staged": {
		"*.{js,jsx,ts,tsx}": [
			"eslint --fix",
			"prettier --write"
		],
		"*.{css,less,md}": [
			"prettier --write"
		]
	},
	"prettier": "@totejs/prettier-config",
	"eslintConfig": {
		"extends": [
			"@totejs/eslint-config/react"
		]
	},
	"scripts": {
		"dev": "vite --config ./test.vite.config.ts",
		"build": "tsc && tsc-alias",
		"watch": "tsc && (concurrently \"tsc -w\" \"tsc-alias -w\")",
		"gen:icons": "ts-node --project tsconfig.node.json scripts/generate-icons.ts",
		"lint-staged": "lint-staged"
	}
}
