ui-v2 cleanup (#2701)

This commit is contained in:
Zane
2025-05-28 14:33:02 -07:00
committed by GitHub
parent 132e0b7fca
commit b5884a448b
42 changed files with 1201 additions and 700 deletions
+2 -1
View File
@@ -29,11 +29,12 @@
"prettier:fix": "prettier --write \"src/**/*.{ts,tsx,js,jsx,css}\" \"electron/**/*.{ts,tsx,js,jsx,css}\"",
"format": "npm run prettier:fix && npm run lint:style:fix",
"check-all": "npm run typecheck && npm run lint && npm run prettier",
"prepare": "cd ../.. && husky install"
"prepare": "cd .. && npx husky"
},
"dependencies": {
"@radix-ui/react-tooltip": "^1.2.7",
"@tanstack/react-router": "^1.120.5",
"@tanstack/react-router-devtools": "^1.120.11",
"@tanstack/router": "^0.0.1-beta.53",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",