UNPKG

@stimulus-library/controllers

Version:

A library of useful controllers for Stimulus

55 lines (54 loc) 1.33 kB
{ "name": "@stimulus-library/controllers", "description": "A library of useful controllers for Stimulus", "keywords": [ "stimulusjs", "stimulus-js", "stimulus library", "stimulus controller", "ruby on rails", "ruby-on-rails" ], "version": "1.4.0", "license": "MIT", "author": { "name": "Sub-Xaero", "url": "https://github.com/Sub-Xaero/" }, "homepage": "https://sub-xaero.github.io/stimulus-library/", "repository": { "type": "git", "url": "https://github.com/Sub-Xaero/stimulus-library" }, "files": [ "dist" ], "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "dev": "tsc --watch", "clean": "rimraf dist", "prepack": "npm run build", "release": "standard-version", "test:treeshake": "agadoo dist" }, "dependencies": { "@stimulus-library/mixins": "^1.4.0", "@stimulus-library/utilities": "^1.4.0", "date-fns": "^4.1.0" }, "devDependencies": { "@types/node": "^24.0.7", "agadoo": "^3.0.0", "cypress": "^14.2.1", "fast-glob": "^3.2.12", "lerna": "^8.0.0", "rimraf": "^6.0.1", "standard-version": "^9.5.0", "typescript": "^5.8.2", "vite": "^7.0.2" }, "gitHead": "81299cf017b9c43a6e1e3bf85dec0d649f2efce4" }