AdminLTE/package.json

74 lines
2.3 KiB
JSON
Raw Normal View History

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-05-17 20:19:12 +00:00
"css-lint": "stylelint \"src/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",
2021-05-09 19:29:06 +00:00
"ts:type-check": "tsc --noEmit",
2021-03-26 01:16:42 +00:00
"js-lint": "eslint --ext=js,ts --cache --cache-location .cache/.eslintcache --report-unused-disable-directives .",
2021-05-17 20:19:12 +00:00
"lint": "npm-run-all --continue-on-error --parallel css-lint js-lint ts:type-check lockfile-lint"
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",
"url": "git://github.com/ColorlibHQ/AdminLTE.git"
2015-04-15 23:07:24 +00:00
},
2015-11-11 19:29:54 +00:00
"bugs": {
"url": "https://github.com/ColorlibHQ/AdminLTE/issues"
2015-11-11 19:29:54 +00:00
},
2018-02-03 23:45:19 +00:00
"dependencies": {
2021-03-20 20:38:29 +00:00
"@fortawesome/fontawesome-free": "^5.15.3",
2021-03-26 01:16:42 +00:00
"@popperjs/core": "^2.9.2",
2021-05-13 20:30:52 +00:00
"bootstrap": "^5.0.1"
2018-02-03 23:45:19 +00:00
},
2015-03-02 23:41:47 +00:00
"devDependencies": {
2021-05-17 20:19:12 +00:00
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"autoprefixer": "^10.2.5",
"browser-sync": "^2.26.14",
2021-01-27 07:11:35 +00:00
"bundlewatch": "^0.3.2",
2021-05-16 21:10:19 +00:00
"del": "^6.0.0",
2021-05-23 04:10:36 +00:00
"esbuild": "^0.12.1",
"eslint": "^7.27.0",
2021-03-26 01:16:42 +00:00
"eslint-config-xo": "^0.36.0",
2021-05-09 19:29:06 +00:00
"eslint-config-xo-typescript": "^0.41.1",
2021-05-23 04:10:36 +00:00
"eslint-plugin-import": "^2.23.3",
2021-05-10 23:23:06 +00:00
"eslint-plugin-unicorn": "^32.0.1",
2021-05-16 21:10:19 +00:00
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
2021-05-18 02:13:11 +00:00
"gulp-eslint7": "^0.3.1",
2021-05-16 21:10:19 +00:00
"gulp-file-include": "^2.3.0",
"gulp-npm-dist": "^1.0.3",
"gulp-postcss": "^9.0.0",
2021-05-17 03:12:33 +00:00
"gulp-rename": "^2.0.0",
2021-05-16 21:10:19 +00:00
"gulp-sass": "^4.1.0",
2021-05-17 20:19:12 +00:00
"gulp-stylelint": "^13.0.0",
"lockfile-lint": "^4.6.2",
"npm-run-all": "^4.1.5",
2021-05-23 04:10:36 +00:00
"postcss": "^8.3.0",
2021-05-08 17:08:45 +00:00
"rtlcss": "^3.1.2",
2021-05-13 20:30:52 +00:00
"sass": "^1.32.13",
2021-03-26 01:16:42 +00:00
"stylelint": "^13.13.1",
"stylelint-config-twbs-bootstrap": "^2.2.0",
"typescript": "^4.2.4"
2015-02-01 21:25:09 +00:00
}
2015-07-12 13:46:20 +00:00
}