{
  "name": "@digitallyhappy/backstrap",
  "version": "0.5.1",
  "description": "Free Bootstrap 4 Admin Panel HTML Template",
  "keywords": [
    "admin",
    "admin panel",
    "admin template",
    "bootstrap",
    "css",
    "dashboard",
    "framework",
    "front-end",
    "responsive",
    "sass",
    "ui kit",
    "webapp"
  ],
  "homepage": "https://backstrap.net",
  "bugs": {
    "url": "https://github.com/digitallyhappy/backstrap/issues",
    "email": "hello@tabacitu.ro"
  },
  "license": "MIT",
  "author": {
    "name": "Cristian Tabacitu",
    "url": "http://tabacitu.ro",
    "github": "https://github.com/tabacitu",
    "twitter": "https://twitter.com/tabacitu"
  },
  "contributors": [
    {
      "name": "Łukasz Holeczek",
      "url": "http://holeczek.pl",
      "github": "https://github.com/mrholek",
      "twitter": "https://twitter.com/lukaszholeczek"
    },
    {
      "name": "Andrzej Kopański",
      "url": "https://github.com/xidedix"
    }
  ],
  "main": "src/index.html",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/digitallyhappy/backstrap.git"
  },
  "scripts": {
    "build": "npm-run-all build-clean build-copy build-vendors",
    "build-clean": "rimraf dist",
    "build-copy": "copyfiles -a -e \"src/scss/**/*\" -u 1 \"src/**/*\" dist/",
    "build-vendors": "node build/vendors.js",
    "css": "npm-run-all --parallel css-compile --sequential css-prefix css-minify",
    "css-compile": "npm-run-all css-compile-style css-compile-blue css-compile-legacy",
    "css-compile-style": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 src/scss/style.scss src/css/style.css",
    "css-compile-blue": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 src/scss/blue.scss src/css/blue.css",
    "css-compile-legacy": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 src/scss/legacy.scss src/css/legacy.css",
    "css-compile-vendors": "node build/vendors-sass.js",
    "css-lint": "stylelint --config build/.stylelintrc --syntax scss \"src/scss/**/*.scss\"",
    "css-minify": "npm-run-all css-minify-style css-minify-blue css-minify-legacy",
    "css-minify-style": "cleancss --level 1 --source-map --source-map-inline-sources --output src/css/style.min.css src/css/style.css",
    "css-minify-blue": "cleancss --level 1 --source-map --source-map-inline-sources --output src/css/blue.min.css src/css/blue.css",
    "css-minify-legacy": "cleancss --level 1 --source-map --source-map-inline-sources --output src/css/legacy.min.css src/css/legacy.css",
    "css-prefix": "postcss --config build/postcss.config.js --replace \"src/css/*.css\" \"!src/css/*.min.css\"",
    "js": "npm-run-all --parallel js-compile* js-lint*",
    "js-compile": "cross-env PLUGINS=true babel src/js/src/ --out-dir src/js/ --source-maps",
    "js-lint": "eslint src/js/src",
    "localhost": "browser-sync start --server \"./src\" --serveStatic \"./\" --files \"!./src/js/src/**/*, ./src/**/*, !./src/scss/**/*\"",
    "localhost-dist": "browser-sync start --server \"./dist\"",
    "pug": "node build/pug.js",
    "release-version": "node build/change-version.js",
    "serve": "npm-run-all --parallel localhost watch-css watch-js",
    "watch-css": "nodemon --ignore dist/ -e scss -x \"npm run css\"",
    "watch-js": "nodemon --watch src/js/src/ -x \"npm run js\"",
    "watch-pug": "nodemon -e pug -x \"npm run pug\""
  },
  "dependencies": {
    "@coreui/coreui": "^2.1.16",
    "@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.3.1",
    "@coreui/icons": "0.3.0",
    "bootstrap": "^4.5.0",
    "chart.js": "^2.9.3",
    "core-js": "^3.6.5",
    "flag-icon-css": "^3.4.6",
    "font-awesome": "~4.7.0",
    "jquery": "^3.6.0",
    "line-awesome": "github:icons8/line-awesome",
    "pace-progress": "1.0.2",
    "perfect-scrollbar": "^1.5.0",
    "pnotify": "^4.0.1",
    "popper.js": "^1.16.1",
    "regenerator-runtime": "^0.13.5",
    "simple-line-icons": "^2.4.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.8.3",
    "@babel/core": "^7.9.6",
    "@babel/plugin-proposal-object-rest-spread": "^7.9.6",
    "@babel/plugin-proposal-throw-expressions": "^7.9.6",
    "@babel/preset-env": "^7.9.6",
    "autoprefixer": "^9.7.6",
    "babel-eslint": "^10.1.0",
    "babel-plugin-transform-es2015-modules-strip": "^0.1.1",
    "browser-sync": "^2.26.7",
    "chalk": "^2.4.2",
    "clean-css-cli": "^4.3.0",
    "copyfiles": "^2.2.0",
    "cross-env": "^5.2.1",
    "eslint": "^5.16.0",
    "eslint-plugin-compat": "^2.7.0",
    "foreach-cli": "^1.8.1",
    "js-beautify": "^1.11.0",
    "node-sass": "^5.0.0",
    "nodemon": "^1.19.4",
    "npm-run-all": "^4.1.5",
    "postcss-cli": "^6.1.3",
    "pug": "^2.0.4",
    "rimraf": "^2.7.1",
    "shelljs": "^0.8.4",
    "stylelint": "^9.10.1",
    "stylelint-config-recommended-scss": "^3.3.0",
    "stylelint-config-standard": "^18.3.0",
    "stylelint-order": "^2.2.1",
    "stylelint-scss": "^3.17.2"
  },
  "engines": {
    "node": ">=8"
  },
  "browserslist": [
    "last 1 major version",
    ">= 1%",
    "Chrome >= 45",
    "Firefox >= 38",
    "Edge >= 12",
    "Explorer >= 10",
    "iOS >= 9",
    "Safari >= 9",
    "Android >= 4.4",
    "Opera >= 30"
  ]
}
