{ "name": "admin-lte", "description": "Responsive open source admin dashboard and control panel.", "version": "4.0.0-alpha1", "license": "MIT", "author": "Colorlib ", "main": "dist/js/adminlte.min.js", "scripts": { "bundlewatch": "bundlewatch --config .bundlewatch.config.json", "css": "npm-run-all css-compile css-prefix css-minify", "css-compile": "sass --load-path=node_modules build/scss:dist/css", "css-prefix": "postcss --config build/config/postcss.config.js --replace \"dist/css/*.css\" \"!dist/css/*.min.css\"", "css-minify-bash": "cleancss -O1 --format breakWith=lf --with-rebase --source-map --source-map-inline-sources --output ", "css-minify": "npm run css-minify-bash -- dist/css/ --batch --batch-suffix \".min\" \"dist/css/*.css\" \"!dist/css/*.min.css\"", "css-lint": "stylelint \"build/scss/**/*.scss\" --cache --cache-location .cache/.stylelintcache", "dev": "npm-run-all --parallel watch sync", "lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json", "js": "npm-run-all js-compile js-minify", "js-compile": "npm-run-all --parallel js-compile-esbuild js-type-check", "js-compile-esbuild": "node build/config/esbuild.config.js", "js-type-check": "tsc --noEmit", "js-minify": "node build/config/esbuild.config-min.js", "js-lint": "eslint --ext=js,ts --cache --cache-location .cache/.eslintcache --report-unused-disable-directives .", "lint": "npm-run-all --continue-on-error --parallel css-lint js-lint lockfile-lint", "compile": "npm-run-all --parallel css js", "sync": "browser-sync start --server --files *.html pages/ dist/", "watch": "concurrently \"npm:watch-*\"", "watch-css": "nodemon --watch build/scss -e scss -x \"npm-run-all css-lint css\"", "watch-js": "nodemon --watch build/ts -e ts -x \"npm-run-all js-lint js\"" }, "keywords": [ "css", "sass", "responsive", "admin", "template", "theme", "framework", "control-panel", "dashboard" ], "homepage": "https://adminlte.io", "style": "dist/css/adminlte.css", "sass": "build/scss/adminlte.scss", "repository": { "type": "git", "url": "git://github.com/ColorlibHQ/AdminLTE.git" }, "bugs": { "url": "https://github.com/ColorlibHQ/AdminLTE/issues" }, "dependencies": { "@fortawesome/fontawesome-free": "^5.15.3", "@popperjs/core": "^2.9.2", "bootstrap": "^5.0.0" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^4.22.1", "@typescript-eslint/parser": "^4.22.1", "autoprefixer": "^10.2.5", "browser-sync": "^2.26.14", "bundlewatch": "^0.3.2", "clean-css-cli": "^5.3.0", "concurrently": "^6.0.2", "esbuild": "^0.11.18", "eslint": "^7.25.0", "eslint-config-xo": "^0.36.0", "eslint-config-xo-typescript": "^0.40.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-unicorn": "^31.0.0", "lockfile-lint": "^4.6.2", "nodemon": "^2.0.7", "npm-run-all": "^4.1.5", "postcss": "^8.2.14", "postcss-cli": "^8.3.1", "sass": "^1.32.12", "stylelint": "^13.13.1", "stylelint-config-twbs-bootstrap": "^2.2.0", "typescript": "^4.2.4" } }