{
	"name": "@svelte-fui/core",
	"version": "1.0.0-alpha.20",
	"sideEffects": false,
	"description": "An implementation of Microsoft Fluent UI v9 for Svelte framework",
	"author": "ryu-man",
	"license": "MIT",
	"homepage": "https://github.com/ryu-man/svelte-fui/tree/main/packages/core#readme",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/ryu-man/svelte-fui.git"
	},
	"bugs": {
		"url": "https://github.com/ryu-man/svelte-fui.git/issues"
	},
	"keywords": [
		"html",
		"css",
		"ui",
		"framework",
		"svelte",
		"component",
		"fluent",
		"fluent-ui",
		"fui",
		"microsoft",
		"design",
		"modern"
	],
	"files": [
		"dist",
		"!dist/**/*.stories.*",
		"!dist/**/*.test.*",
		"!dist/**/*.spec.*"
	],
	"scripts": {
		"dev": "vite dev",
		"build": "vite build && npm run package",
		"preview": "vite preview",
		"package": "svelte-kit sync && svelte-package && pnpm tailwindcss:compile && publint",
		"tailwindcss:compile": "npx tailwindcss -i ./src/lib/styles/root.css -o ./dist/styles/root-compiled.css",
		"prepublishOnly": "npm run package",
		"test": "npm run test:integration && npm run test:unit",
		"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
		"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
		"lint": "prettier --check . && eslint .",
		"format": "prettier --write .",
		"test:integration": "playwright test",
		"test:unit": "vitest",
		"storybook:build": "svelte-kit sync && storybook build",
		"storybook:dev": "storybook dev -p 6006 --no-open"
	},
	"dependencies": {
		"@floating-ui/dom": "^1.4.3",
		"@svelte-fui/tailwindcss": "^0.1.7",
		"@svelte-fui/theme": "^0.1.0",
		"@svelte-fui/themes": "^0.1.0",
		"clsx": "^2.0.0",
		"focus-trap": "^7.4.0",
		"gsap": "^3.12.5",
		"lodash-es": "^4.17.21",
		"nanoid": "^4.0.2",
		"tabbable": "^6.1.1",
		"tailwind-merge": "^2.0.0"
	},
	"peerDependencies": {
		"svelte": "^4.0.0 || ^5.0.0"
	},
	"devDependencies": {
		"@chromatic-com/storybook": "1.6.0",
		"@floating-ui/dom": "^1.4.3",
		"@iconify-json/fluent": "^1.1.57",
		"@playwright/test": "^1.28.1",
		"@storybook/addon-essentials": "^8.1.2",
		"@storybook/addon-interactions": "^8.1.2",
		"@storybook/addon-links": "^8.1.2",
		"@storybook/addon-svelte-csf": "^4.1.3",
		"@storybook/blocks": "^8.1.2",
		"@storybook/svelte": "^8.1.2",
		"@storybook/sveltekit": "^8.1.2",
		"@storybook/test": "8.1.2",
		"@sveltejs/adapter-auto": "^3.0.0",
		"@sveltejs/kit": "^2.0.0",
		"@sveltejs/package": "^2.3.7",
		"@sveltejs/vite-plugin-svelte": "^3.0.0",
		"@types/eslint": "^8.56.7",
		"autoprefixer": "^10.4.14",
		"eslint": "^9.0.0",
		"eslint-config-prettier": "^9.1.0",
		"eslint-plugin-storybook": "^0.6.11",
		"eslint-plugin-svelte": "^2.36.0",
		"globals": "^15.0.0",
		"postcss": "^8.4.39",
		"postcss-extend": "^1.0.5",
		"postcss-extend-rule": "^4.0.0",
		"postcss-preset-env": "^8.3.2",
		"prettier": "^3.1.1",
		"prettier-plugin-svelte": "^3.1.2",
		"publint": "^0.1.9",
		"storybook": "^8.1.2",
		"svelte": "^4.0.0",
		"svelte-check": "^3.6.0",
		"tailwindcss": "^3.3.1",
		"tslib": "^2.4.1",
		"typescript": "^5.0.0",
		"typescript-eslint": "^8.0.0-alpha.20",
		"unplugin-icons": "^0.19.0",
		"vite": "^5.0.11",
		"vitest": "^1.2.0"
	},
	"svelte": "./dist/index.js",
	"types": "./dist/index.d.ts",
	"type": "module",
	"exports": {
		".": {
			"types": "./dist/index.d.ts",
			"svelte": "./dist/index.js",
			"default": "./dist/index.js"
		},
		"./styles/root": {
			"svelte": "./dist/styles/root.css",
			"default": "./dist/styles/root.css"
		},
		"./styles/compiled": {
			"svelte": "./dist/styles/root-compiled.css",
			"default": "./dist/styles/root-compiled.css"
		}
	},
	"eslintConfig": {
		"extends": [
			"plugin:storybook/recommended"
		]
	}
}
