mirror of https://github.com/ColorlibHQ/AdminLTE
73 lines
2.0 KiB
JSON
73 lines
2.0 KiB
JSON
{
|
|
"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"
|
|
},
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "^5.15.4",
|
|
"@popperjs/core": "^2.10.2",
|
|
"bootstrap": "^5.1.1",
|
|
"chart.js": "^3.5.1",
|
|
"overlayscrollbars": "^1.13.1"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-typescript": "^8.2.5",
|
|
"@typescript-eslint/eslint-plugin": "^4.32.0",
|
|
"@typescript-eslint/parser": "^4.32.0",
|
|
"autoprefixer": "^10.3.6",
|
|
"browser-sync": "^2.27.5",
|
|
"bundlewatch": "^0.3.2",
|
|
"del": "^6.0.0",
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-xo": "^0.39.0",
|
|
"eslint-config-xo-typescript": "^0.45.1",
|
|
"eslint-plugin-import": "^2.24.2",
|
|
"eslint-plugin-unicorn": "^36.0.0",
|
|
"gulp": "^4.0.2",
|
|
"gulp-clean-css": "^4.3.0",
|
|
"gulp-eslint7": "^0.3.2",
|
|
"gulp-file-include": "^2.3.0",
|
|
"gulp-if": "^3.0.0",
|
|
"gulp-npm-dist": "^1.0.3",
|
|
"gulp-postcss": "^9.0.1",
|
|
"gulp-rename": "^2.0.0",
|
|
"gulp-sass": "^5.0.0",
|
|
"gulp-stylelint": "^13.0.0",
|
|
"lockfile-lint": "^4.6.2",
|
|
"postcss": "^8.3.8",
|
|
"rollup": "^2.58.0",
|
|
"rtlcss": "^3.3.0",
|
|
"sass": "^1.42.1",
|
|
"stylelint": "^13.13.1",
|
|
"stylelint-config-twbs-bootstrap": "^2.2.4",
|
|
"typescript": "^4.4.3"
|
|
}
|
|
}
|