* wip: updating settings layout * most issues resolved * settings layout revamped * fix:multiple unrequired toast on formatter settings resolved * feat: updated ai-models tabs to extract common components and logic * chore: formatting fix * chore: code cleanup * fix: forward navigation handling * fix: model selections ux * fix: vocabulary update flow * chore: update lang list * chore: cleanup migrations * fix: invalid drag class on back buttont * chore: swap to tanstack router * fix: history navigation * chore: clean up + models unification * chore: cleanup migrations * refactor: settings deep merges --------- Co-authored-by: amadeus-x1 <45001978+amadeus-x1@users.noreply.github.com>
27 lines
633 B
JSON
27 lines
633 B
JSON
{
|
|
"name": "@amical/ui",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"exports": {
|
|
"./*": "./src/*.tsx"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint . --max-warnings 0",
|
|
"generate:component": "turbo gen react-component",
|
|
"check-types": "tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"@amical/eslint-config": "workspace:*",
|
|
"@amical/typescript-config": "workspace:*",
|
|
"@turbo/gen": "^2.5.0",
|
|
"@types/node": "^24.3.0",
|
|
"@types/react": "19.1.12",
|
|
"@types/react-dom": "19.1.9",
|
|
"eslint": "^9.26.0",
|
|
"typescript": "5.8.2"
|
|
},
|
|
"dependencies": {
|
|
"react": "^19.1.1",
|
|
"react-dom": "^19.1.1"
|
|
}
|
|
}
|