{
	"name": "@c15t/dev-tools",
	"version": "2.0.0",
	"description": "A collection of developer tools and utilities for the c15t ecosystem, currently under active development.",
	"homepage": "https://c15t.com",
	"repository": {
		"type": "git",
		"url": "https://github.com/c15t/c15t.git",
		"directory": "packages/dev-tools"
	},
	"license": "Apache-2.0",
	"type": "module",
	"exports": {
		".": {
			"types": "./dist-types/index.d.ts",
			"import": "./dist/index.js",
			"require": "./dist/index.cjs"
		},
		"./react": {
			"types": "./dist-types/react.d.ts",
			"import": "./dist/react.js",
			"require": "./dist/react.cjs"
		},
		"./tanstack": {
			"types": "./dist-types/tanstack.d.ts",
			"import": "./dist/tanstack.js",
			"require": "./dist/tanstack.cjs"
		}
	},
	"main": "dist/index.cjs",
	"module": "dist/index.js",
	"types": "./dist-types/index.d.ts",
	"files": [
		"dist",
		"dist-types"
	],
	"scripts": {
		"prebuild": "bunx genversion --esm --semi src/version.ts",
		"build": "bun prebuild && rslib build && bun ../../scripts/normalize-dist-types.mjs",
		"check-types": "bun prebuild && tsc --noEmit",
		"dev": "bun prebuild && rslib build --watch",
		"fmt": "bun biome format --write . && bun biome check --formatter-enabled=false --linter-enabled=false --write",
		"lint": "bun biome lint ./src"
	},
	"browserslist": [
		">0.2%",
		"not dead",
		"not op_mini all"
	],
	"dependencies": {
		"@radix-ui/react-accordion": "1.2.12",
		"@radix-ui/react-scroll-area": "^1.2.10",
		"@radix-ui/react-slot": "1.2.4",
		"@radix-ui/react-switch": "1.2.6",
		"@radix-ui/react-tooltip": "^1.2.8",
		"c15t": "2.0.0",
		"class-variance-authority": "^0.7.1",
		"lucide-react": "^1.7.0",
		"motion": "^12.38.0",
		"react-draggable": "^4.5.0",
		"tailwind-merge": "3.5.0",
		"tsc-alias": "^1.8.16",
		"usehooks-ts": "^3.1.1",
		"zustand": "^5.0.12"
	},
	"devDependencies": {
		"@c15t/typescript-config": "0.0.1",
		"@types/react": "19.2.14",
		"@types/react-dom": "19.2.3",
		"postcss": "^8.5.8"
	},
	"peerDependencies": {
		"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
		"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
	},
	"publishConfig": {
		"access": "public"
	}
}
