stimulus-library
Version:
A library of useful controllers for Stimulus
59 lines (58 loc) • 1.57 kB
JSON
{
"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.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",
"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.4.0",
"@stimulus-library/mixins": "^1.4.0",
"@stimulus-library/utilities": "^1.4.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"
}