|
| 1 | +{ |
| 2 | + "name": "@amzn/autocomplete", |
| 3 | + "private": true, |
| 4 | + "version": "1.0.0", |
| 5 | + "repository": "https://github.com/aws/amazon-q-developer-cli", |
| 6 | + "type": "module", |
| 7 | + "scripts": { |
| 8 | + "set-host": "fig settings developer.autocomplete.host http://localhost:3124", |
| 9 | + "remove-host": "fig settings developer.autocomplete.host --delete", |
| 10 | + "dev": "vite", |
| 11 | + "build": "tsc && vite build", |
| 12 | + "preview": "vite preview", |
| 13 | + "serve": "vite preview --port 3124", |
| 14 | + "test": "vitest", |
| 15 | + "lint": "eslint src --report-unused-disable-directives && prettier --check src", |
| 16 | + "lint:fix": "eslint src --fix && prettier --write src", |
| 17 | + "clean": "rm -rf dist" |
| 18 | + }, |
| 19 | + "browserslist": [ |
| 20 | + "defaults", |
| 21 | + "Safari >= 11" |
| 22 | + ], |
| 23 | + "dependencies": { |
| 24 | + "@aws/amazon-q-developer-cli-api-bindings-wrappers": "workspace:^", |
| 25 | + "@aws/amazon-q-developer-cli-api-bindings": "workspace:~", |
| 26 | + "@aws/amazon-q-developer-cli-autocomplete-parser": "workspace:^", |
| 27 | + "@aws/amazon-q-developer-cli-proto": "workspace:^", |
| 28 | + "@aws/amazon-q-developer-cli-shell-parser": "workspace:^", |
| 29 | + "@bufbuild/protobuf": "2.2.3", |
| 30 | + "@fig/autocomplete-helpers": "^2.0.0", |
| 31 | + "@fig/autocomplete-shared": "^1.1.2", |
| 32 | + "@juggle/resize-observer": "^3.4.0", |
| 33 | + "deep-object-diff": "^1.1.9", |
| 34 | + "loglevel": "^1.9.2", |
| 35 | + "react-dom": "^18.3.1", |
| 36 | + "react-window": "^1.8.11", |
| 37 | + "react": "^18.3.1", |
| 38 | + "tailwind-merge": "^2.6.0", |
| 39 | + "use-resize-observer": "^9.1.0", |
| 40 | + "util": "^0.12.5", |
| 41 | + "zustand": "^4.5.6" |
| 42 | + }, |
| 43 | + "devDependencies": { |
| 44 | + "@amzn/eslint-config": "workspace:^", |
| 45 | + "@amzn/types": "workspace:^", |
| 46 | + "@aws/amazon-q-developer-cli-fuzzysort": "workspace:^", |
| 47 | + "@aws/amazon-q-developer-cli-shared": "workspace:^", |
| 48 | + "@types/js-yaml": "^4.0.9", |
| 49 | + "@types/node": "^22.10.6", |
| 50 | + "@types/react-dom": "^18.3.5", |
| 51 | + "@types/react-window": "^1.8.8", |
| 52 | + "@types/react": "^18.3.18", |
| 53 | + "@types/semver": "^7.5.8", |
| 54 | + "@vitejs/plugin-legacy": "^6.0.0", |
| 55 | + "@vitejs/plugin-react": "^4.3.4", |
| 56 | + "@withfig/autocomplete-types": "^1.31.0", |
| 57 | + "autoprefixer": "^10.4.20", |
| 58 | + "eslint": "^9.18.0", |
| 59 | + "postcss": "^8.5.1", |
| 60 | + "prettier": "^3.4.2", |
| 61 | + "tailwindcss": "^3.4.17", |
| 62 | + "terser": "^5.37.0", |
| 63 | + "typescript": "^5.7.3", |
| 64 | + "vite": "^6.0.7", |
| 65 | + "vitest": "^2.1.8" |
| 66 | + }, |
| 67 | + "bundledDependencies": [ |
| 68 | + "@aws/amazon-q-developer-cli-fuzzysort", |
| 69 | + "@aws/amazon-q-developer-cli-shared" |
| 70 | + ] |
| 71 | +} |
0 commit comments