2015-02-01 21:25:09 +00:00
|
|
|
{
|
2015-04-15 23:07:24 +00:00
|
|
|
"name": "admin-lte",
|
2015-11-11 19:29:54 +00:00
|
|
|
"description": "Responsive open source admin dashboard and control panel.",
|
2021-03-26 01:16:42 +00:00
|
|
|
"version": "4.0.0-alpha1",
|
2015-11-11 19:29:54 +00:00
|
|
|
"license": "MIT",
|
2020-05-31 12:28:48 +00:00
|
|
|
"author": "Colorlib <https://colorlib.com>",
|
2018-05-05 21:48:58 +00:00
|
|
|
"main": "dist/js/adminlte.min.js",
|
2018-02-03 23:45:19 +00:00
|
|
|
"scripts": {
|
2020-06-01 18:27:25 +00:00
|
|
|
"bundlewatch": "bundlewatch --config .bundlewatch.config.json",
|
2021-11-04 10:19:49 +00:00
|
|
|
"lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json",
|
2021-11-07 10:43:48 +00:00
|
|
|
"docs-compile": "node -v",
|
|
|
|
"docs-lint": "node -v",
|
2021-11-07 16:56:23 +00:00
|
|
|
"lint": "npx gulp lint && npm run lockfile-lint",
|
2021-11-04 10:19:49 +00:00
|
|
|
"compile": "npx gulp compile",
|
2021-11-07 18:12:17 +00:00
|
|
|
"production": "npx gulp production",
|
|
|
|
"dev": "npx gulp"
|
2018-02-03 23:45:19 +00:00
|
|
|
},
|
2015-11-11 19:29:54 +00:00
|
|
|
"keywords": [
|
|
|
|
"css",
|
|
|
|
"sass",
|
|
|
|
"responsive",
|
|
|
|
"admin",
|
|
|
|
"template",
|
|
|
|
"theme",
|
|
|
|
"framework",
|
|
|
|
"control-panel",
|
|
|
|
"dashboard"
|
|
|
|
],
|
2018-02-03 23:45:19 +00:00
|
|
|
"homepage": "https://adminlte.io",
|
2018-03-17 17:07:55 +00:00
|
|
|
"style": "dist/css/adminlte.css",
|
2021-05-17 03:17:57 +00:00
|
|
|
"sass": "src/scss/adminlte.scss",
|
2015-04-15 23:07:24 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2019-06-06 12:32:53 +00:00
|
|
|
"url": "git://github.com/ColorlibHQ/AdminLTE.git"
|
2015-04-15 23:07:24 +00:00
|
|
|
},
|
2015-11-11 19:29:54 +00:00
|
|
|
"bugs": {
|
2019-06-06 12:32:53 +00:00
|
|
|
"url": "https://github.com/ColorlibHQ/AdminLTE/issues"
|
2015-11-11 19:29:54 +00:00
|
|
|
},
|
2015-03-02 23:41:47 +00:00
|
|
|
"devDependencies": {
|
2021-10-17 15:38:43 +00:00
|
|
|
"@rollup/plugin-typescript": "^8.3.0",
|
2022-02-13 15:12:24 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.11.0",
|
2022-05-06 18:45:19 +00:00
|
|
|
"@typescript-eslint/parser": "^5.22.0",
|
2022-01-09 11:18:13 +00:00
|
|
|
"autoprefixer": "^10.4.2",
|
2021-11-07 16:56:23 +00:00
|
|
|
"bootstrap": "^5.1.3",
|
2021-11-04 10:19:49 +00:00
|
|
|
"browser-sync": "^2.27.7",
|
2022-02-13 15:12:24 +00:00
|
|
|
"bundlewatch": "^0.3.3",
|
2021-05-16 21:10:19 +00:00
|
|
|
"del": "^6.0.0",
|
2022-02-13 15:12:24 +00:00
|
|
|
"eslint": "^8.9.0",
|
|
|
|
"eslint-config-xo": "^0.40.0",
|
|
|
|
"eslint-config-xo-typescript": "^0.50.0",
|
2022-01-09 11:18:13 +00:00
|
|
|
"eslint-plugin-import": "^2.25.4",
|
2022-02-13 15:12:24 +00:00
|
|
|
"eslint-plugin-unicorn": "^40.1.0",
|
2021-05-16 21:10:19 +00:00
|
|
|
"gulp": "^4.0.2",
|
|
|
|
"gulp-clean-css": "^4.3.0",
|
2022-02-13 15:12:24 +00:00
|
|
|
"gulp-eslint-new": "^1.4.0",
|
2021-05-16 21:10:19 +00:00
|
|
|
"gulp-file-include": "^2.3.0",
|
2022-02-13 15:12:24 +00:00
|
|
|
"gulp-html": "^4.0.0",
|
2021-05-28 04:15:47 +00:00
|
|
|
"gulp-if": "^3.0.0",
|
2021-09-04 23:13:11 +00:00
|
|
|
"gulp-postcss": "^9.0.1",
|
2021-05-17 03:12:33 +00:00
|
|
|
"gulp-rename": "^2.0.0",
|
2022-01-09 11:18:13 +00:00
|
|
|
"gulp-sass": "^5.1.0",
|
2021-05-17 20:19:12 +00:00
|
|
|
"gulp-stylelint": "^13.0.0",
|
2021-11-04 10:19:49 +00:00
|
|
|
"gulp-terser": "^2.1.0",
|
2021-03-01 07:38:07 +00:00
|
|
|
"lockfile-lint": "^4.6.2",
|
2022-02-13 15:12:24 +00:00
|
|
|
"postcss": "^8.4.6",
|
2022-05-06 18:44:55 +00:00
|
|
|
"rollup": "^2.72.0",
|
2021-11-04 10:19:49 +00:00
|
|
|
"rtlcss": "^3.5.0",
|
2022-02-13 15:12:24 +00:00
|
|
|
"sass": "^1.49.7",
|
2022-05-06 18:44:46 +00:00
|
|
|
"stylelint": "^14.8.2",
|
2022-01-09 11:18:13 +00:00
|
|
|
"stylelint-config-twbs-bootstrap": "^3.0.1",
|
2021-11-29 15:40:02 +00:00
|
|
|
"tslib": "^2.3.1",
|
2022-02-13 15:12:24 +00:00
|
|
|
"typescript": "^4.5.5"
|
2015-02-01 21:25:09 +00:00
|
|
|
}
|
2015-07-12 13:46:20 +00:00
|
|
|
}
|