{
  "name": "adminator-admin-dashboard",
  "version": "4.1.6",
  "private": false,
  "description": "Adminator 2026 — vanilla-JS admin dashboard with a token-driven design system, dark mode, Chart.js, FullCalendar, and jsvectormap. No jQuery, no Bootstrap.",
  "main": "dist/index.html",
  "keywords": [
    "admin",
    "dashboard",
    "template",
    "vanilla-js",
    "dark-mode",
    "design-system",
    "css-variables",
    "responsive",
    "mobile-first",
    "scss",
    "webpack",
    "modern",
    "ui-kit",
    "admin-panel",
    "charts",
    "fullcalendar",
    "chartjs"
  ],
  "author": "Aigars Silkalns <hello@colorlib.com> (https://colorlib.com)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/puikinsh/Adminator-admin-dashboard.git"
  },
  "bugs": {
    "url": "https://github.com/puikinsh/Adminator-admin-dashboard/issues"
  },
  "homepage": "https://adminator.colorlib.com/",
  "files": [
    "dist/**/*",
    "src/**/*",
    "webpack.config.js",
    "CLAUDE.md",
    "CHANGELOG.md",
    "README.md"
  ],
  "engines": {
    "node": ">=14.0.0"
  },
  "scripts": {
    "start": "webpack server",
    "dev": "webpack-dashboard -t 'Project' -- webpack server",
    "clean": "shx rm -rf ./dist",
    "build": "npm run clean && cross-env webpack",
    "build:analyze": "npm run clean && cross-env ANALYZE=true NODE_ENV=production webpack",
    "release:minified": "npm run clean && NODE_ENV=production MINIFY=true cross-env webpack",
    "release:unminified": "npm run clean && NODE_ENV=production MINIFY=false cross-env webpack",
    "preview": "cross-env webpack server",
    "lint:js": "eslint ./src ./webpack ./*.js -f table --ext .js --ext .jsx",
    "lint:scss": "stylelint ./src/**/*.scss",
    "lint": "npm run lint:js && npm run lint:scss",
    "test": "vitest",
    "test:run": "vitest run",
    "test:coverage": "vitest run --coverage",
    "screenshots": "node scripts/screenshots.mjs",
    "prepublishOnly": "npm run lint && npm run build",
    "postpublish": "echo 'Package published successfully! View at: https://www.npmjs.com/package/adminator-admin-dashboard'"
  },
  "devDependencies": {
    "@babel/core": "^7.29.0",
    "@babel/eslint-parser": "^7.28.6",
    "@babel/plugin-transform-runtime": "^7.29.0",
    "@babel/preset-env": "^7.29.5",
    "@eslint/js": "^9.39.4",
    "@vitest/coverage-v8": "^4.1.7",
    "babel-loader": "^10.1.1",
    "case-sensitive-paths-webpack-plugin": "^2.4.0",
    "copy-webpack-plugin": "^14.0.0",
    "cross-env": "^10.1.0",
    "css-loader": "^7.1.4",
    "css-minimizer-webpack-plugin": "^8.0.0",
    "eslint": "^9.39.4",
    "eslint-formatter-table": "^7.32.1",
    "globals": "^17.6.0",
    "html-webpack-plugin": "^5.6.7",
    "jsdom": "^29.1.1",
    "mini-css-extract-plugin": "^2.10.2",
    "playwright": "^1.60.0",
    "postcss": "^8.5.15",
    "postcss-loader": "^8.2.1",
    "postcss-preset-env": "^11.3.0",
    "sass": "^1.99.0",
    "sass-loader": "^17.0.0",
    "shx": "^0.4.0",
    "style-loader": "^4.0.0",
    "stylelint": "^17.12.0",
    "stylelint-config-standard": "^40.0.0",
    "stylelint-config-standard-scss": "^17.0.0",
    "vitest": "^4.1.7",
    "webpack": "^5.107.0",
    "webpack-bundle-analyzer": "^5.3.0",
    "webpack-cli": "^7.0.2",
    "webpack-dashboard": "^3.3.8",
    "webpack-dev-server": "^5.2.4"
  },
  "dependencies": {
    "@babel/runtime": "^7.29.2",
    "@fullcalendar/core": "^6.1.20",
    "@fullcalendar/daygrid": "^6.1.20",
    "@fullcalendar/interaction": "^6.1.20",
    "@fullcalendar/list": "^6.1.20",
    "@fullcalendar/timegrid": "^6.1.20",
    "chart.js": "^4.5.1",
    "jsvectormap": "^1.7.0"
  },
  "overrides": {
    "uuid": "^11.1.1"
  }
}
