@symfony/ux-autocomplete
Version:
JavaScript Autocomplete functionality for Symfony
65 lines • 1.96 kB
JSON
{
"name": "@symfony/ux-autocomplete",
"description": "JavaScript Autocomplete functionality for Symfony",
"license": "MIT",
"version": "2.29.2",
"keywords": [
"symfony-ux"
],
"homepage": "https://ux.symfony.com/autocomplete",
"repository": "https://github.com/symfony/ux-autocomplete",
"type": "module",
"files": [
"dist"
],
"main": "dist/controller.js",
"types": "dist/controller.d.ts",
"symfony": {
"controllers": {
"autocomplete": {
"main": "dist/controller.js",
"webpackMode": "eager",
"fetch": "eager",
"enabled": true,
"autoimport": {
"tom-select/dist/css/tom-select.default.css": true,
"tom-select/dist/css/tom-select.bootstrap4.css": false,
"tom-select/dist/css/tom-select.bootstrap5.css": false
}
}
},
"importmap": {
"@hotwired/stimulus": "^3.0.0",
"tom-select": "^2.2.2",
"tom-select/dist/css/tom-select.default.css": "^2.2.2",
"tom-select/dist/css/tom-select.bootstrap4.css": "^2.2.2",
"tom-select/dist/css/tom-select.bootstrap5.css": "^2.2.2"
}
},
"peerDependencies": {
"@hotwired/stimulus": "^3.0.0",
"tom-select": "^2.2.2"
},
"devDependencies": {
"@hotwired/stimulus": "^3.0.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/user-event": "^14.6.1",
"jsdom": "^26.1.0",
"tom-select": "^2.2.2",
"tslib": "^2.8.1",
"tsx": "^4.20.3",
"typescript": "^5.8.3",
"vitest": "^3.2.4",
"vitest-fetch-mock": "^0.2.2"
},
"scripts": {
"build": "tsx ../../../bin/build_package.ts .",
"watch": "tsx ../../../bin/build_package.ts . --watch",
"test": "pnpm run test:unit && pnpm run test:browser",
"test:unit": "../../../bin/test_package.sh . --unit",
"test:browser": "../../../bin/test_package.sh . --browser",
"check": "biome check",
"ci": "biome ci"
}
}