{
  "name": "stimulus-content-loader",
  "version": "4.2.0",
  "engines": {
    "node": "*"
  },
  "description": "A Stimulus controller to asynchronously load HTML from an url.",
  "keywords": [
    "stimulus",
    "stimulusjs",
    "stimulus controller",
    "asynchronously load HTML",
    "ajax",
    "content-loader"
  ],
  "repository": "git@github.com:stimulus-components/stimulus-content-loader.git",
  "bugs": {
    "url": "https://github.com/stimulus-components/stimulus-content-loader/issues"
  },
  "author": "Guillaume Briday <guillaumebriday@gmail.com>",
  "license": "MIT",
  "homepage": "https://github.com/stimulus-components/stimulus-content-loader",
  "private": false,
  "main": "dist/stimulus-content-loader.umd.js",
  "module": "dist/stimulus-content-loader.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.22.10",
    "@babel/plugin-syntax-class-properties": "7.12.13",
    "@babel/preset-env": "^7.22.10",
    "@babel/preset-typescript": "^7.22.5",
    "@hotwired/stimulus": "^3.2.2",
    "autoprefixer": "^10.4.14",
    "np": "^8.0.4",
    "postcss": "^8.4.27",
    "prettier-standard": "16.4.1",
    "tailwindcss": "^3.3.3",
    "typescript": "^5.1.6",
    "vite": "^4.4.9"
  },
  "peerDependencies": {
    "@hotwired/stimulus": "^3.2.1"
  }
}
