{
	"name": "@autoguru/overdrive",
	"version": "4.57.2",
	"description": "Overdrive is a product component library, and design system for AutoGuru.",
	"types": "dist/index.d.ts",
	"main": "dist/index.js",
	"module": "dist/index.js",
	"exports": {
		".": {
			"types": "./dist/index.d.ts",
			"default": "./dist/index.js"
		},
		"./package.json": "./package.json",
		"./components/*": {
			"types": "./dist/components/*/index.d.ts",
			"default": "./dist/components/*/index.js"
		},
		"./components/*/default": {
			"types": "./dist/components/*/default.d.ts",
			"default": "./dist/components/*/default.js"
		},
		"./hooks": {
			"types": "./dist/hooks/index.d.ts",
			"default": "./dist/hooks/index.js"
		},
		"./hooks/*": {
			"types": "./dist/hooks/*/index.d.ts",
			"default": "./dist/hooks/*/index.js"
		},
		"./styles": {
			"types": "./dist/styles/index.d.ts",
			"default": "./dist/styles/index.js"
		},
		"./styles/*": {
			"types": "./dist/styles/*.d.ts",
			"default": "./dist/styles/*.js"
		},
		"./themes": {
			"types": "./dist/themes/index.d.ts",
			"default": "./dist/themes/index.js"
		},
		"./themes/base": {
			"types": "./dist/themes/base/index.d.ts",
			"default": "./dist/themes/base/index.js"
		},
		"./themes/flat_red": {
			"types": "./dist/themes/flat_red/index.d.ts",
			"default": "./dist/themes/flat_red/index.js"
		},
		"./themes/neutral": {
			"types": "./dist/themes/neutral/index.d.ts",
			"default": "./dist/themes/neutral/index.js"
		},
		"./themes/*": {
			"types": "./dist/themes/*.d.ts",
			"default": "./dist/themes/*.js"
		},
		"./utils": {
			"types": "./dist/utils/index.d.ts",
			"default": "./dist/utils/index.js"
		},
		"./utils/*": {
			"types": "./dist/utils/*.d.ts",
			"default": "./dist/utils/*.js"
		},
		"./dist/*": {
			"types": "./dist/*.d.ts",
			"default": "./dist/*"
		}
	},
	"keywords": [
		"component",
		"design-system",
		"react",
		"storybook",
		"styleguide",
		"ui",
		"autoguru"
	],
	"homepage": "https://overdrive.autoguru.io",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/autoguru-au/overdrive.git"
	},
	"license": "MIT",
	"sideEffects": [
		"./lib/styles/global/*",
		"./lib/themes/**/*",
		"./dist/styles/global/*",
		"./dist/themes/**/*",
		"./dist/**/*.css.js",
		"./lib/**/*.css.ts",
		"./lib/hooks/**/*",
		"./dist/hooks/**/*"
	],
	"files": [
		"dist"
	],
	"publishConfig": {
		"access": "public",
		"provenance": true
	},
	"scripts": {
		"analyse": "vite build --config vite-analyse.config.ts",
		"build": "babel lib --out-dir dist --extensions '.ts,.tsx,.css' --ignore 'lib/stories,lib/test,lib/**/*.spec.tsx,lib/**/*.stories.tsx'",
		"chromatic": "chromatic test --exit-zero-on-changes --build-script-name storybook:build",
		"copy:public": "node scripts/copyPublic.js",
		"check-deps": "npx npm-check-updates@latest --interactive --format group",
		"format": "prettier --list-different --write \"**/*.+(js|jsx|ts|tsx|json|yml|md|mdx|html)\"",
		"format:staged": "prettier --write",
		"prepublishOnly": "yarn dlx rimraf ./dist && yarn run build && yarn run typeEmit",
		"lint:tsc": "tsc --noEmit --skipLibCheck",
		"lint:eslint": "eslint \"lib/**/*.+(ts|tsx)\" --fix --quiet",
		"lint": "yarn run lint:eslint && yarn run lint:tsc",
		"release": "changeset publish",
		"start": "yarn storybook",
		"storybook:extract": "npx sb extract",
		"storybook": "storybook dev -p 6006",
		"storybook:build": "storybook build",
		"test": "vitest --project=unit-tests",
		"test:ci": "yarn vitest run --no-cache --coverage --project=unit-tests",
		"test:a11y": "vitest run --coverage --project=storybook",
		"typeEmit": "tsc -p tsconfig.dist.json --emitDeclarationOnly",
		"watch": "tsc --watch",
		"prepare": "husky"
	},
	"browserslist": "extends browserslist-config-autoguru",
	"devDependencies": {
		"@antebudimir/eslint-plugin-vanilla-extract": "^1.12.0",
		"@autoguru/babel-preset": "3.2.0",
		"@autoguru/eslint-plugin": "2.0.1",
		"@autoguru/icons": "1.8.22",
		"@autoguru/tsconfig": "1.3.1",
		"@autoguru/utilities": "^1.3.3",
		"@babel/cli": "7.28.3",
		"@babel/core": "7.28.5",
		"@babel/plugin-proposal-class-properties": "7.18.6",
		"@babel/plugin-proposal-export-default-from": "7.27.1",
		"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
		"@babel/plugin-proposal-object-rest-spread": "7.20.7",
		"@babel/plugin-proposal-optional-chaining": "7.21.0",
		"@babel/plugin-syntax-dynamic-import": "7.8.3",
		"@babel/plugin-transform-classes": "7.28.4",
		"@babel/plugin-transform-runtime": "7.28.5",
		"@babel/plugin-transform-spread": "7.27.1",
		"@babel/plugin-transform-strict-mode": "7.27.1",
		"@babel/preset-env": "7.28.5",
		"@babel/preset-react": "7.28.5",
		"@babel/preset-typescript": "7.28.5",
		"@babel/runtime-corejs3": "7.28.4",
		"@changesets/cli": "2.29.7",
		"@chromatic-com/storybook": "4.1.1",
		"@internationalized/date": "3.12.1",
		"@octokit/rest": "22.0.0",
		"@popperjs/core": "2.11.8",
		"@react-stately/toggle": "3.9.2",
		"@storybook/addon-a11y": "9.1.20",
		"@storybook/addon-docs": "9.1.20",
		"@storybook/addon-links": "9.1.20",
		"@storybook/addon-onboarding": "9.1.20",
		"@storybook/addon-vitest": "9.1.20",
		"@storybook/react-vite": "9.1.20",
		"@testing-library/dom": "^10.4.1",
		"@testing-library/jest-dom": "6.9.1",
		"@testing-library/react": "16.3.0",
		"@testing-library/react-hooks": "8.0.1",
		"@testing-library/user-event": "14.6.1",
		"@types/node": "24.9.1",
		"@types/react": "19.2.2",
		"@types/react-dom": "19.2.2",
		"@types/webpack-env": "1.18.8",
		"@typescript-eslint/utils": "8.46.2",
		"@vanilla-extract/babel-plugin": "1.2.0",
		"@vanilla-extract/css": "1.17.4",
		"@vanilla-extract/dynamic": "2.1.5",
		"@vanilla-extract/recipes": "0.5.7",
		"@vanilla-extract/sprinkles": "1.6.5",
		"@vanilla-extract/vite-plugin": "5.1.1",
		"@vanilla-extract/webpack-plugin": "2.3.22",
		"@vitest/browser": "3.2.4",
		"@vitest/coverage-v8": "3.2.4",
		"@vitest/eslint-plugin": "1.3.23",
		"babel-plugin-add-import-extension": "1.6.0",
		"babel-plugin-dev-expression": "0.2.3",
		"babel-plugin-macros": "3.1.0",
		"browserslist-config-autoguru": "2.5.3",
		"chromatic": "13.3.1",
		"clsx": "2.1.1",
		"colord": "2.9.3",
		"concurrently": "9.2.1",
		"core-js": "3.46.0",
		"csstype": "3.1.3",
		"deepmerge": "4.3.1",
		"es-toolkit": "1.40.0",
		"eslint": "9.38.0",
		"eslint-plugin-storybook": "9.1.20",
		"husky": "9.1.7",
		"intersection-observer": "0.12.2",
		"jsdom": "27.0.1",
		"lint-staged": "16.2.6",
		"magic-string": "0.30.21",
		"mini-css-extract-plugin": "2.9.4",
		"mockdate": "3.0.5",
		"playwright": "1.56.1",
		"plop": "4.0.4",
		"postcss": "8.5.6",
		"prettier": "3.6.2",
		"prop-types": "15.8.1",
		"rand-seed": "3.0.0",
		"react": "19.2.0",
		"react-aria": "3.44.0",
		"react-aria-components": "1.13.0",
		"react-dom": "19.2.0",
		"react-focus-lock": "2.13.6",
		"react-intersection-observer": "9.16.0",
		"react-keyed-flatten-children": "5.0.1",
		"react-markdown": "^9.0.0",
		"react-stately": "3.46.0",
		"react-swipeable": "7.0.2",
		"remark-gfm": "^4.0.0",
		"rollup-plugin-visualizer": "6.0.5",
		"storybook": "9.1.20",
		"storybook-addon-tag-badges": "2.0.3",
		"typescript": "5.9.3",
		"url-loader": "4.1.1",
		"vite": "7.1.12",
		"vitest": "3.2.4",
		"webpack": "5.102.1"
	},
	"peerDependencies": {
		"@autoguru/icons": ">=1.8.8",
		"@autoguru/utilities": "^1.3.3",
		"@popperjs/core": "^2.11.8",
		"@vanilla-extract/dynamic": "^2.1.2",
		"@vanilla-extract/recipes": "^0.5.5",
		"@vanilla-extract/sprinkles": "^1.6.3",
		"clsx": "^2.1.1",
		"colord": "^2.9.3",
		"csstype": "^3.1.3",
		"es-toolkit": "^1.34.1",
		"react": ">=18 || >=19.0.0-rc.0",
		"react-aria": "^3.43.1",
		"react-dom": ">=18 || >=19.0.0-rc.0",
		"react-focus-lock": "^2.13.6",
		"react-intersection-observer": ">=9.16.0",
		"react-keyed-flatten-children": "^2.2.1 || ^5.0.0",
		"react-markdown": "^9.0.0",
		"react-swipeable": ">=7.0.2",
		"remark-gfm": "^4.0.0",
		"webpack": "*"
	},
	"peerDependenciesMeta": {
		"react-markdown": {
			"optional": true
		},
		"remark-gfm": {
			"optional": true
		}
	},
	"volta": {
		"node": "22.22.2",
		"yarn": "4.15.0"
	},
	"packageManager": "yarn@4.15.0"
}
