Files
yearly-plan/node_modules/stimulus-popover/package.json

48 lines
1.4 KiB
JSON
Raw Normal View History

2025-07-02 09:33:52 -07:00
{
"name": "stimulus-popover",
"version": "6.2.0",
"description": "A Stimulus controller to deal with HTML popover.",
"keywords": [
"stimulus",
"stimulusjs",
"stimulus controller",
"popover"
],
"repository": "git@github.com:stimulus-components/stimulus-popover.git",
"bugs": {
"url": "https://github.com/stimulus-components/stimulus-popover/issues"
},
"author": "Guillaume Briday <guillaumebriday@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/stimulus-components/stimulus-popover",
"private": false,
"main": "dist/stimulus-popover.umd.js",
"module": "dist/stimulus-popover.mjs",
"scripts": {
"format": "prettier-standard '**/*.{ts,css,html}' --format",
"lint": "prettier-standard '**/*.{ts,css,html}' --lint",
"dev": "vite",
"prod": "vite build --mode netlify",
"build": "tsc --noEmit && vite build",
"version": "yarn build",
"np": "np --no-2fa --no-test"
},
"devDependencies": {
"@babel/core": "7.20.7",
"@babel/plugin-syntax-class-properties": "7.12.13",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@hotwired/stimulus": "^3.2.1",
"autoprefixer": "^10.4.13",
"np": "^7.6.2",
"postcss": "^8.4.20",
"prettier-standard": "16.4.1",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4",
"vite": "^4.0.3"
},
"peerDependencies": {
"@hotwired/stimulus": "^3.1.0"
}
}