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.

79 lines
2.4 KiB

{
10 years ago
"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",
7 years ago
"scripts": {
"bundlewatch": "bundlewatch --config .bundlewatch.config.json",
4 years ago
"css-lint": "stylelint \"scss/**/*.scss\" --cache --cache-location .cache/.stylelintcache",
"lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json",
"ts:type-check": "tsc --noEmit",
"js-lint": "eslint --ext=js,ts --cache --cache-location .cache/.eslintcache --report-unused-disable-directives .",
4 years ago
"lint": "npm-run-all --continue-on-error --parallel css-lint js-lint lockfile-lint"
7 years ago
},
"keywords": [
"css",
"sass",
"responsive",
"admin",
"template",
"theme",
"framework",
"control-panel",
"dashboard"
],
7 years ago
"homepage": "https://adminlte.io",
7 years ago
"style": "dist/css/adminlte.css",
4 years ago
"sass": "scss/adminlte.scss",
10 years ago
"repository": {
"type": "git",
"url": "git://github.com/ColorlibHQ/AdminLTE.git"
10 years ago
},
"bugs": {
"url": "https://github.com/ColorlibHQ/AdminLTE/issues"
},
7 years ago
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"@popperjs/core": "^2.9.2",
"bootstrap": "^5.0.1"
7 years ago
},
"devDependencies": {
4 years ago
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"autoprefixer": "^10.2.5",
"browser-sync": "^2.26.14",
"bundlewatch": "^0.3.2",
"clean-css-cli": "^5.3.0",
4 years ago
"concurrently": "^6.1.0",
"cross-env": "^7.0.3",
4 years ago
"del": "^6.0.0",
4 years ago
"esbuild": "^0.11.23",
4 years ago
"eslint": "^7.26.0",
"eslint-config-xo": "^0.36.0",
"eslint-config-xo-typescript": "^0.41.1",
4 years ago
"eslint-plugin-import": "^2.23.2",
4 years ago
"eslint-plugin-unicorn": "^32.0.1",
4 years ago
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-file-include": "^2.3.0",
"gulp-npm-dist": "^1.0.3",
"gulp-postcss": "^9.0.0",
4 years ago
"gulp-rename": "^2.0.0",
4 years ago
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-wait": "0.0.2",
"lockfile-lint": "^4.6.2",
"nodemon": "^2.0.7",
"npm-run-all": "^4.1.5",
4 years ago
"postcss": "^8.2.15",
"postcss-cli": "^8.3.1",
4 years ago
"rtlcss": "^3.1.2",
"sass": "^1.32.13",
"stylelint": "^13.13.1",
"stylelint-config-twbs-bootstrap": "^2.2.0",
"typescript": "^4.2.4"
}
10 years ago
}