diff --git a/bun.lockb b/bun.lockb index 3e0abd8..c0ffb41 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index baac867..cea072a 100644 --- a/package.json +++ b/package.json @@ -8,11 +8,7 @@ "res:build": "rescript build", "res:dev": "rescript watch", "res:clean": "rescript clean", - "tokens:build": "style-dictionary build", - "tokens:build:light": "style-dictionary build --config config.light.json", - "tokens:build:dark": "style-dictionary build --config config.dark.json", - "tokens:watch": "style-dictionary build --watch", - "prepare": "husky", +"prepare": "husky", "commit": "git-cz", "format:check": "biome check .", "format:write": "biome format . --write", @@ -50,7 +46,6 @@ "husky": "^9.1.7", "inquirer": "^13.4.1", "jsdom": "^29.0.2", - "style-dictionary": "^5.4.0", "typescript": "^6.0.2", "vitest": "^4.1.4" },