{
  "name": "admin-lte",
  "description": "Responsive open source admin dashboard and control panel.",
  "version": "4.1.0",
  "type": "module",
  "license": "MIT",
  "author": "Colorlib <https://colorlib.com>",
  "main": "dist/js/adminlte.min.js",
  "module": "dist/js/adminlte.esm.js",
  "types": "dist/js/types/adminlte.d.ts",
  "exports": {
    ".": {
      "types": "./dist/js/types/adminlte.d.ts",
      "sass": "./src/scss/adminlte.scss",
      "style": "./dist/css/adminlte.css",
      "import": "./dist/js/adminlte.esm.js",
      "require": "./dist/js/adminlte.min.js"
    },
    "./dist/*": "./dist/*",
    "./src/scss/*": "./src/scss/*",
    "./package.json": "./package.json"
  },
  "files": [
    "dist/css/",
    "dist/js/",
    "dist/assets/",
    "src/scss/",
    "src/ts/",
    "CHANGELOG.md",
    "ACCESSIBILITY-COMPLIANCE.md"
  ],
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "start": "npm run dev",
    "dev": "npm-run-all --parallel watch docs-serve",
    "build": "npm-run-all clean compile",
    "css": "npm-run-all css-compile css-prefix css-rtl css-minify",
    "css-compile": "sass --style expanded --load-path=\"node_modules\" --source-map --embed-sources --no-error-css --quiet-deps --silence-deprecation=import src/scss/:dist/css/",
    "css-rtl": "cross-env NODE_ENV=RTL postcss --config src/config/postcss.config.mjs --dir \"dist/css\" --ext \".rtl.css\" \"dist/css/*.css\" \"!dist/css/*.min.css\" \"!dist/css/*.rtl.css\"",
    "css-lint": "stylelint \"src/scss/**/*.scss\" --cache --cache-location .cache/.stylelintcache --rd",
    "css-minify": "npm-run-all --aggregate-output --parallel css-minify-*",
    "css-minify-main": "cleancss -O1 --format breakWith=lf --with-rebase --source-map --source-map-inline-sources --output dist/css/ --batch --batch-suffix \".min\" \"dist/css/*.css\" \"!dist/css/*.min.css\" \"!dist/css/*rtl*.css\"",
    "css-minify-rtl": "cleancss -O1 --format breakWith=lf --with-rebase --source-map --source-map-inline-sources --output dist/css/ --batch --batch-suffix \".min\" \"dist/css/*rtl.css\" \"!dist/css/*.min.css\"",
    "css-prefix": "postcss --config src/config/postcss.config.mjs --replace \"dist/css/*.css\" \"!dist/css/*.rtl*.css\" \"!dist/css/*.min.css\"",
    "js": "npm-run-all js-compile js-types js-minify",
    "js-compile": "rollup --config src/config/rollup.config.js --sourcemap",
    "js-types": "tsc -p tsconfig.types.json",
    "js-lint": "eslint --format=stylish .",
    "js-minify": "npm-run-all --aggregate-output --parallel js-minify-*",
    "js-minify-main": "terser --compress passes=2 --mangle --comments \"/^!/\" --source-map \"content=dist/js/adminlte.js.map,includeSources,url=adminlte.min.js.map\" --output dist/js/adminlte.min.js dist/js/adminlte.js",
    "js-minify-esm": "terser --compress passes=2 --module --mangle --comments \"/^!/\" --source-map \"content=dist/js/adminlte.esm.js.map,includeSources,url=adminlte.esm.min.js.map\" --output dist/js/adminlte.esm.min.js dist/js/adminlte.esm.js",
    "bundlewatch": "bundlewatch --config .bundlewatch.config.json",
    "lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json",
    "docs-compile": "npm run copy-assets && astro --config src/config/astro.config.mjs build",
    "docs-lint": "astro --config src/config/astro.config.mjs check",
    "docs-format": "prettier --write \"dist/**/*.html\"",
    "docs-serve": "npm run copy-assets && astro --config src/config/astro.config.mjs dev --open --port 3000",
    "copy-assets": "rimraf src/html/public && shx mkdir -p src/html/public && shx cp -r dist/css dist/js dist/assets src/html/public/",
    "flatten-build": "shx cp -r dist/html/* dist/ && shx rm -rf dist/html && shx rm -rf dist/.astro && shx mkdir -p dist/docs && shx mv dist/docs.html dist/docs/index.html",
    "assets": "node src/config/assets.config.mjs",
    "version": "node src/config/sync-version.mjs",
    "test": "vitest run",
    "test-watch": "vitest",
    "test-a11y": "node tests/a11y.mjs",
    "lint": "npm-run-all --aggregate-output --continue-on-error --parallel js-lint css-lint docs-lint lockfile-lint",
    "clean": "rimraf dist",
    "compile": "npm-run-all css js assets copy-assets docs-compile docs-format flatten-build",
    "production": "npm-run-all clean lint test compile bundlewatch",
    "watch": "concurrently \"npm:watch-*\"",
    "watch-css-main": "nodemon --watch src/scss/ --ext scss --exec \"npm-run-all css-lint css-compile css-prefix copy-assets\"",
    "watch-css-dist": "nodemon --watch dist/css/ --ext css --ignore \"dist/css/*.rtl.*\" --exec \"npm run css-rtl\"",
    "watch-js-main": "nodemon --watch src/ts/ --ext ts --exec \"npm-run-all js-lint js-compile copy-assets\"",
    "watch-assets": "nodemon --watch src/assets/ --exec \"npm run assets\""
  },
  "keywords": [
    "css",
    "sass",
    "responsive",
    "admin",
    "template",
    "theme",
    "framework",
    "control-panel",
    "dashboard"
  ],
  "homepage": "https://adminlte.io",
  "style": "dist/css/adminlte.css",
  "sass": "src/scss/adminlte.scss",
  "repository": {
    "type": "git",
    "url": "git://github.com/ColorlibHQ/AdminLTE.git"
  },
  "bugs": {
    "url": "https://github.com/ColorlibHQ/AdminLTE/issues"
  },
  "peerDependencies": {
    "bootstrap": "^5.3.8"
  },
  "overrides": {
    "axios": "0.32.0",
    "stylelint-config-twbs-bootstrap": {
      "stylelint": "$stylelint"
    },
    "yaml": "^2.9.0"
  },
  "devDependencies": {
    "@astrojs/check": "^0.9.9",
    "@astrojs/mdx": "^7.0.0",
    "@eslint/js": "^10.0.1",
    "@rollup/plugin-typescript": "^12.3.0",
    "@typescript-eslint/eslint-plugin": "^8.62.1",
    "@typescript-eslint/parser": "^8.62.1",
    "astro": "^7.0.4",
    "autoprefixer": "^10.5.2",
    "axe-core": "^4.12.1",
    "bootstrap": "^5.3.8",
    "bundlewatch": "^0.4.2",
    "clean-css-cli": "^5.6.3",
    "concurrently": "^10.0.3",
    "cross-env": "^10.1.0",
    "eslint": "^10.6.0",
    "eslint-plugin-astro": "^2.1.1",
    "eslint-plugin-unicorn": "^69.0.0",
    "fs-extra": "^11.3.6",
    "globals": "^17.7.0",
    "happy-dom": "^20.10.6",
    "lockfile-lint": "^5.0.0",
    "nodemon": "^3.1.14",
    "npm-run-all": "^4.1.5",
    "postcss": "^8.5.16",
    "postcss-cli": "^11.0.1",
    "prettier": "^3.9.4",
    "prettier-plugin-astro": "^0.14.1",
    "rimraf": "^6.1.3",
    "rollup": "^4.62.2",
    "rtlcss": "^4.3.0",
    "sass": "^1.101.0",
    "shx": "^0.4.0",
    "stylelint": "^17.14.0",
    "stylelint-config-twbs-bootstrap": "^16.1.0",
    "terser": "^5.48.0",
    "tslib": "^2.8.1",
    "typescript": "^6.0.3",
    "typescript-eslint": "^8.62.1",
    "vitest": "^4.1.9"
  }
}
