UNPKG

stimulus-library

Version:

A library of useful controllers for Stimulus

59 lines (58 loc) 1.57 kB
{ "name": "stimulus-library", "description": "A library of useful controllers for Stimulus", "keywords": [ "stimulusjs", "stimulus-js", "stimulus library", "stimulus controller", "ruby on rails", "ruby-on-rails" ], "version": "1.7.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", "pretest": "cd ../../examples && npm install && npm run dev &", "test": "cd ../../packages/stimulus-library && cypress run -q -C cypress.config.ts", "posttest": "kill $(lsof -t -i:3000)", "test:treeshake": "agadoo dist" }, "dependencies": { "@hotwired/stimulus": "^3.2.1", "@stimulus-library/controllers": "^1.7.0", "@stimulus-library/mixins": "^1.7.0", "@stimulus-library/utilities": "^1.7.0" }, "devDependencies": { "@types/node": "^25.5.2", "agadoo": "^3.0.0", "cypress": "^15.13.0", "fast-glob": "^3.2.12", "lerna": "^9.0.4", "rimraf": "^6.0.1", "standard-version": "^9.5.0", "typescript": "^6.0.2", "vite": "^7.3.2" }, "gitHead": "b84f87789c5d0c5682bb90711c192a2750c843dc" }