{
	"author": "3YOURMIND GmbH",
	"bugs": {
		"url": "https://github.com/3YOURMIND/kotti/issues"
	},
	"dependencies": {
		"@3yourmind/vue-use-tippy": "4.0.0",
		"@3yourmind/yoco": "^2.17.2",
		"@metatypes/typography": "^0.5.0",
		"@metatypes/units": "^0.5.0",
		"@tanstack/table-core": "^8.21.3",
		"@tanstack/vue-table": "^8.21.3",
		"@vuepic/vue-datepicker": "^11.0.3",
		"big.js": "^7.0.1",
		"classnames": "^2.5.1",
		"core-js": "3.47.0",
		"dayjs": "1.x",
		"deepmerge": "^4.3.1",
		"filesize": "^11.0.13",
		"lodash": "4.x",
		"nanoid": "^5.1.5",
		"normalize.css": "^8.0.1",
		"tippy.js": "6.x",
		"zod": "3.22.5"
	},
	"description": "Kotti Vue Component UI",
	"devDependencies": {
		"@rollup/plugin-commonjs": "^29.0.0",
		"@types/big.js": "^6.2.2",
		"@types/lodash": "4.x",
		"@vitejs/plugin-vue": "*",
		"@vue/test-utils": "^2.4.6",
		"jsdom": "^27.1.0",
		"postcss-preset-env": "^10.4.0",
		"rollup-plugin-visualizer": "^6.0.3",
		"sass": "1.70.0",
		"vite": "^7.2.4",
		"vite-plugin-static-copy": "^3.1.4",
		"vitest": "^4.0.13",
		"vue": "3.5.25",
		"vue-tsc": "^3.2.2"
	},
	"exports": {
		".": {
			"import": {
				"types": "./dist/types/index.d.ts",
				"default": "./dist/kotti-ui.js"
			},
			"require": {
				"types": "./dist/types/index.d.cts",
				"default": "./dist/kotti-ui.cjs"
			}
		},
		"./dist/style.css": {
			"style": "./dist/style.css",
			"default": "./dist/style.css"
		},
		"./dist/variables.scss": {
			"style": "./dist/variables.scss"
		},
		"./tokens": {
			"default": "./tokens/index.js"
		}
	},
	"files": [
		"dist",
		"tokens/index.js"
	],
	"homepage": "https://github.com/3YOURMIND/kotti#readme",
	"license": "MIT",
	"main": "./dist/kotti-ui.cjs",
	"module": "./dist/kotti-ui.js",
	"name": "@3yourmind/kotti-ui",
	"peerDependencies": {
		"core-js": "*",
		"vue": "3.5.25"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/3YOURMIND/kotti.git"
	},
	"scripts": {
		"build:tokens": "node tokens/generate.js && prettier --write source/kotti-style/tokens.css",
		"build:vite": "vite build",
		"build:vue-tsc": "./scripts/build-vue-tsc.sh",
		"check:eslint": "eslint --max-warnings=0 .",
		"check:prettier": "yarn --cwd ../.. run prettier --check --ignore-path=.gitignore ./packages/kotti-ui",
		"check:publint": "publint",
		"check:stylelint": "stylelint 'source/**/*.{css,scss,vue}'",
		"fix:eslint": "yarn run check:eslint --fix",
		"fix:prettier": "yarn run check:prettier --write",
		"fix:stylelint": "yarn run check:stylelint --fix",
		"publish-package": "yarn publish --no-git-tag-version --verbose --non-interactive --access public",
		"tarball": "npm pack && mkdir -p ../../tarballs && mv *.tgz ../../tarballs/kotti-ui.tar.gz",
		"test": "vitest --run --typecheck",
		"watch": "vite build --watch"
	},
	"sideEffects": [
		"./dist/style.css"
	],
	"style": "./dist/style.css",
	"type": "module",
	"types": "./dist/types/index.d.ts",
	"version": "9.8.0"
}
