mirror of
https://github.com/symfony/stimulus-bundle.git
synced 2026-03-24 01:12:07 +01:00
44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
|
"name": "@symfony/stimulus-bundle",
|
|
"description": "Integration of @hotwired/stimulus into Symfony",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"version": "2.34.0",
|
|
"keywords": [
|
|
"symfony-ux"
|
|
],
|
|
"homepage": "https://ux.symfony.com/stimulus",
|
|
"repository": "https://github.com/symfony/ux",
|
|
"type": "module",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"main": "dist/loader.js",
|
|
"scripts": {
|
|
"build": "node ../../../bin/build_package.ts .",
|
|
"watch": "node ../../../bin/build_package.ts . --watch",
|
|
"test": "pnpm run test:unit && pnpm run test:browser",
|
|
"test:unit": "../../../bin/unit_test_package.sh ."
|
|
},
|
|
"symfony": {
|
|
"needsPackageAsADependency": false,
|
|
"importmap": {
|
|
"@hotwired/stimulus": "^3.0.0",
|
|
"@symfony/stimulus-bundle": "path:%PACKAGE%/dist/loader.js"
|
|
}
|
|
},
|
|
"peerDependencies": {
|
|
"@hotwired/stimulus": "^3.0.0",
|
|
"@symfony/stimulus-bridge": "^3.2.0 || ^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/dom": "^10.4.0",
|
|
"@testing-library/jest-dom": "^6.6.3",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"jsdom": "^26.1.0",
|
|
"tslib": "^2.8.1",
|
|
"typescript": "^5.8.3",
|
|
"vitest": "^4.1.0"
|
|
}
|
|
}
|