AdminLTE/package.json
REJack 91533abab1
updated node_modules with npm update
- bootstrap 4.1.2 to 4.3.1
- chart.js 2.7.2 to 2.8.0
- jquery 3.3.1 to 3.4.1
- popper.js 1.14.3 to 1.15.0
- browser-sync 2.24.5 to 2.26.5
- clean-css-cli 4.1.11 to 4.3.0
- eslint-plugin-compat 2.5.0 to 2.7.0
- node-sass 4.9.2 to 4.12.0
- nodemon 1.18.2 to 1.19.0
- npm-run-all 4.1.3 to 4.1.5
- uglify-js 3.4.4 to 3.5.13
2019-05-18 10:27:50 +02:00

83 lines
2.8 KiB
JSON

{
"name": "admin-lte",
"description": "Responsive open source admin dashboard and control panel.",
"version": "3.0.0-beta.1",
"license": "MIT",
"author": "Abdullah Almsaeed <abdullah@almsaeedstudio.com>",
"main": "dist/js/adminlte.min.js",
"scripts": {
"css": "npm-run-all --sequential css-compile css-minify",
"css-compile": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 build/scss/AdminLTE.scss dist/css/adminlte.css",
"css-minify": "cleancss --level 1 --output dist/css/adminlte.min.css dist/css/adminlte.css",
"compile": "npm-run-all --parallel js css",
"dev": "npm-run-all --parallel watch sync",
"js": "npm-run-all --sequential js-compile js-minify",
"js-compile": "rollup -c --sourcemap",
"js-minify": "uglifyjs --compress typeofs=false --mangle --comments \"/^!/\" --source-map \"content=dist/js/adminlte.js.map,includeSources,url=adminlte.min.js.map\" --output dist/js/adminlte.min.js dist/js/adminlte.js",
"production": "npm-run-all --parallel compile && node build/npm/Publish.js -v",
"plugins": "node build/npm/Publish.js -v",
"sync": "browser-sync start --server --files *.html pages/ dist/",
"watch": "npm-run-all --parallel watch-css watch-js",
"watch-css": "nodemon --watch build/scss -e scss -x \"npm run css\"",
"watch-js": "nodemon --watch build/js -e js -x \"npm run js\""
},
"keywords": [
"css",
"sass",
"responsive",
"admin",
"template",
"theme",
"framework",
"control-panel",
"dashboard"
],
"homepage": "https://adminlte.io",
"style": "dist/css/adminlte.css",
"sass": "build/scss/AdminLTE.scss",
"repository": {
"type": "git",
"url": "git://github.com/almasaeed2010/AdminLTE.git"
},
"bugs": {
"url": "https://github.com/almasaeed2010/AdminLTE/issues"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^1.0.0-beta.4",
"bootstrap": "^4.3.1",
"chart.js": "^2.8.0",
"datatables.net": "^1.10.19",
"datatables.net-bs4": "^1.10.19",
"font-awesome": "^4.7.0",
"jquery": "^3.4.1",
"jquery-ui": "^1.12.1",
"popper.js": "^1.15.0"
},
"peerDependencies": {
"font-awesome": "^4.7.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.26.5",
"clean-css-cli": "^4.3.0",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-plugin-compat": "^2.7.0",
"extract-text-webpack-plugin": "^3.0.2",
"fs-extra": "^5.0.0",
"ncp": "^2.0.0",
"node-sass": "^4.12.0",
"nodemon": "^1.19.0",
"npm-run-all": "^4.1.5",
"path": "^0.12.7",
"rollup": "^0.55.5",
"rollup-plugin-babel": "^3.0.7",
"style-loader": "^0.19.1",
"uglify-js": "^3.5.13"
}
}