代码拉取完成,页面将自动刷新
同步操作将从 欲饮琵琶码上催/AdminLTS 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"name": "adminlts",
"description": "open source responsive background management template based on bootstrap 5",
"version": "2.0.1",
"packageManager": "pnpm@9.10.0",
"engines": {
"node": "^18.18.0"
},
"scripts": {
"prepare": "husky || true",
"preinstall": "npx only-allow pnpm",
"prettier": "prettier --config src/config/prettier.config.mjs . --check --cache --cache-location .cache/.prettiercache",
"prettier:fix": "prettier --config src/config/prettier.config.mjs . --write",
"stylelint": "stylelint --config src/config/stylelint.config.mjs \"src/scss/**/*.scss\" --cache --cache-location .cache/.stylelintcache",
"stylelint:fix": "stylelint --config src/config/stylelint.config.mjs \"src/scss/**/*.scss\" --fix",
"css:compile": "sass --silence-deprecation=mixed-decls --load-path=\"node_modules\" --style expanded --source-map --embed-sources --no-error-css src/scss:.tmp/css",
"css:prefix": "postcss --config src/config/postcss.config.mjs --replace \".tmp/css/*.css\" \"!.tmp/css*.min.css\"",
"css:min": "cleancss -O1 --format breakWith=lf --with-rebase --source-map --source-map-inline-sources --output .tmp/css/ --batch --batch-suffix \".min\" \".tmp/css/*.css\" \"!.tmp/css/*.min.css\"",
"css:banner": "cross-env NODE_NO_WARNINGS=1 node build/banner.mjs .tmp/css/*.css",
"css:copy": "cpy \".tmp/css/*\" \".tmp/dist/css\"",
"css": "run-s css:*",
"eslint": "cross-env NODE_NO_WARNINGS=1 eslint --config src/config/eslint.config.mjs \"src/**/*.js\" --cache --cache-location .cache/.eslintcache --report-unused-disable-directives",
"eslint:fix": "cross-env NODE_NO_WARNINGS=1 eslint --config src/config/eslint.config.mjs \"src/**/*.js\" --fix",
"js:base": "cross-env NODE_NO_WARNINGS=1 rollup --config src/config/rollup.config.mjs",
"js:prod": "cross-env NODE_ENV=production run-s js:base",
"js": "run-p js:*",
"docs:dev": "vitepress dev src/docs --open",
"docs:build": "vitepress build src/docs",
"docs:preview": "vitepress preview src/docs",
"view:dev": "astro --config src/config/astro.config.mjs dev --open",
"view:build": "astro --config src/config/astro.config.mjs build",
"view:preview": "astro --config src/config/astro.config.mjs preview",
"view:beautify": "js-beautify --no-preserve-newlines -m -1 -s 2 --type html --replace dist/*.html",
"view": "run-s view:build view:beautify",
"clean:dist": "rimraf dist",
"clean:tmp": "rimraf .tmp",
"bundlewatch": "bundlewatch --config src/config/bundlewatch.config.js",
"commitlint": "commitlint --config src/config/commitlint.config.mjs -e -V",
"lint": "run-p prettier stylelint eslint",
"fix": "run-p *:fix",
"assets": "run-s fetch-areas && cpy \"src/assets/**\" \".tmp/dist/assets\"",
"script": "cpy \"src/script/*\" \".tmp/dist/js\"",
"fetch-areas": "node build/fetch-areas.mjs",
"watch:css": "nodemon --watch src/scss/ --ext scss --exec \"run-s stylelint css\"",
"watch:assets": "nodemon --watch src/assets/ --exec \"run-s assets\"",
"watch:js": "nodemon --watch src/js/ --watch src/mock/ --ext js --exec \"run-s eslint js:base\"",
"watch:script": "nodemon --watch src/script/ --ext js --exec \"run-s script\"",
"watch": "run-p watch:*",
"dev": "concurrently \"pnpm watch\" \"pnpm view:dev\" \"pnpm docs:dev\"",
"build": "run-s lint clean:dist && run-p css js assets script && run-s view && run-s bundlewatch docs:build",
"release-zip": "node build/zip.mjs"
},
"peerDependencies": {
"jquery": "3"
},
"repository": {
"type": "git",
"url": "https://github.com/ajiho/adminlts.git"
},
"keywords": [
"bootstrap",
"bootstrap5",
"css",
"sass",
"responsive",
"admin",
"mobile-first",
"template",
"front-end",
"framework",
"web",
"control-panel",
"dashboard",
"adminlte",
"adminlts"
],
"homepage": "https://github.com/ajiho/adminlts",
"author": "ajiho",
"license": "MIT",
"devDependencies": {
"@babel/preset-env": "^7.25.4",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@eslint/js": "^9.10.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"adm-zip": "^0.5.16",
"astro": "^4.15.6",
"autoprefixer": "^10.4.20",
"bootstrap": "^5.3.3",
"bundlewatch": "^0.4.0",
"clean-css-cli": "^5.6.3",
"concurrently": "^9.0.1",
"cpy": "^11.1.0",
"cpy-cli": "^5.0.0",
"cross-env": "^7.0.3",
"eslint": "^9.10.0",
"eslint-plugin-astro": "^1.2.4",
"execa": "^9.3.1",
"fs-extra": "^11.2.0",
"glob": "^11.0.0",
"globals": "^15.9.0",
"husky": "^9.1.6",
"jquery": "^3.7.1",
"js-beautify": "^1.15.1",
"just-debounce-it": "^3.2.0",
"just-throttle": "^4.2.0",
"medium-zoom": "^1.1.0",
"nodemon": "^3.1.4",
"picocolors": "^1.1.0",
"npm-run-all2": "^6.2.3",
"postcss": "^8.4.45",
"postcss-cli": "^11.0.0",
"postcss-sort-media-queries": "^5.2.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"rimraf": "^6.0.1",
"rollup": "^4.21.3",
"sass": "^1.78.0",
"stylelint": "^16.9.0",
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-twbs-bootstrap": "^15.0.0",
"vitepress": "^1.3.4",
"vitepress-plugin-tabs": "^0.5.0"
},
"files": [
"dist/",
"!dist/docs/**",
"src/",
"!src/config/**",
"!src/docs/**"
]
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。