- packages/shared/src/geo: страны ISO 3166-1 alpha-2 + топ-города по странам - vps.tsx: countryOptions/cityOptions из справочника + существующих VPS, города фильтруются по выбранной стране - auto-complete-input: убран onBlur-хак с setTimeout, фильтрация по основному полю, initialFocus=false чтобы popover не закрывался - vite.config.ts + tsconfig.json: алиас @cfdm/shared/geo Co-authored-by: Cursor <cursoragent@cursor.com>
19 lines
389 B
JSON
19 lines
389 B
JSON
{
|
|
"name": "@cfdm/shared",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./contracts/*": "./src/contracts/*.ts",
|
|
"./types/*": "./src/types/*.ts",
|
|
"./geo": "./src/geo/index.ts",
|
|
"./geo/*": "./src/geo/*.ts"
|
|
},
|
|
"dependencies": {
|
|
"zod": "^3.25.0"
|
|
}
|
|
}
|