You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

74 lines
2.2 KiB

{
"name": "admin-lte",
"description": "Responsive open source admin dashboard and control panel.",
"version": "4.0.0-alpha1",
"license": "MIT",
"author": "Colorlib <https://colorlib.com>",
"main": "dist/js/adminlte.min.js",
"scripts": {
"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": "node -v",
"docs-lint": "node -v",
"lint": "npx gulp lint && npm run lockfile-lint",
"compile": "npx gulp compile",
"production": "npx gulp production",
"dev": "npx gulp"
},
"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"
},
"devDependencies": {
"@rollup/plugin-typescript": "^8.3.3",
"@ronilaukkarinen/gulp-stylelint": "^14.0.6",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.30.6",
"autoprefixer": "^10.4.7",
"bootstrap": "^5.1.3",
"browser-sync": "^2.27.10",
"bundlewatch": "^0.3.3",
"del": "^6.1.1",
"eslint": "^8.19.0",
"eslint-config-xo": "^0.41.0",
"eslint-config-xo-typescript": "^0.51.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-unicorn": "^43.0.1",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-eslint-new": "^1.5.1",
"gulp-file-include": "^2.3.0",
"gulp-html": "^4.0.0",
"gulp-if": "^3.0.0",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-terser": "^2.1.0",
"lockfile-lint": "^4.7.6",
"postcss": "^8.4.6",
"rollup": "^2.76.0",
"rtlcss": "^3.5.0",
"sass": "^1.53.0",
"stylelint": "^14.9.1",
"stylelint-config-twbs-bootstrap": "^4.0.0",
"tslib": "^2.4.0",
"typescript": "^4.7.4"
}
}