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.

76 lines
2.2 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",
"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",
3 years ago
"production": "npx gulp production",
"dev": "npx gulp"
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",
"sass": "src/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"
},
"devDependencies": {
"@rollup/plugin-typescript": "^11.0.0",
"@ronilaukkarinen/gulp-stylelint": "^14.0.9",
"@typescript-eslint/eslint-plugin": "^5.51.0",
2 years ago
"@typescript-eslint/parser": "^5.49.0",
"autoprefixer": "^10.4.13",
"bootstrap": "^5.3.0-alpha1",
"browser-sync": "^2.27.11",
3 years ago
"bundlewatch": "^0.3.3",
"del": "^6.1.1",
"eslint": "^8.33.0",
2 years ago
"eslint-config-xo": "^0.43.1",
"eslint-config-xo-typescript": "^0.55.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-unicorn": "^45.0.2",
4 years ago
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
2 years ago
"gulp-eslint-new": "^1.7.1",
4 years ago
"gulp-file-include": "^2.3.0",
"gulp-format-html": "^1.5.0",
"gulp-html": "^5.0.0",
"gulp-if": "^3.0.0",
"gulp-postcss": "^9.0.1",
4 years ago
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-terser": "^2.1.0",
"lockfile-lint": "^4.10.0",
3 years ago
"postcss": "^8.4.6",
"rollup": "^3.14.0",
"rtlcss": "^4.0.0",
"sass": "^1.58.0",
"stylelint": "^14.9.1",
"stylelint-config-twbs-bootstrap": "^7.0.0",
"tslib": "^2.5.0",
"typescript": "^4.9.4"
}
10 years ago
}