{
  "name": "@bridgeline-digital/kabinet",
  "version": "2.1.12",
  "description": "Application Switcher for Bridgeline products",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "dev": "npm run gulp && webpack && npm run serve",
    "build": "npm run gulp && webpack",
    "webpack": "webpack",
    "build:dev": "npm run gulp && webpack --mode=development",
    "build:prod": "npm run gulp && webpack --mode=production",
    "gulp": "gulp build",
    "serve": "webpack serve --open",
    "watch": "webpack --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Woorank/kabinet.git"
  },
  "keywords": [
    "Bridgeline"
  ],
  "author": "Manuel at WooRank",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Woorank/kabinet/issues"
  },
  "homepage": "https://github.com/Woorank/kabinet#readme",
  "devDependencies": {
    "@types/lodash": "^4.14.195",
    "@types/lodash-es": "^4.17.7",
    "@types/react": "^18.2.15",
    "@typescript-eslint/eslint-plugin": "^5.59.8",
    "css-loader": "^6.8.1",
    "del": "^6.1.1",
    "eslint": "^8.41.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-plugin-unused-imports": "^2.0.0",
    "file-loader": "^6.2.0",
    "gulp": "^4.0.2",
    "gulp-cheerio": "^1.0.0",
    "gulp-rename": "^2.0.0",
    "gulp-svgmin": "^4.1.0",
    "gulp-svgstore": "^9.0.0",
    "html-loader": "^4.2.0",
    "html-webpack-plugin": "^5.5.1",
    "lodash": "^4.17.21",
    "lodash-es": "^4.17.21",
    "prettier": "^2.8.8",
    "raw-loader": "^4.0.2",
    "sass": "^1.62.1",
    "sass-loader": "^13.3.0",
    "style-loader": "^3.3.3",
    "ts-loader": "^9.4.4",
    "tsconfig-paths-webpack-plugin": "^4.0.1",
    "typescript": "^5.1.6",
    "webpack": "^5.84.1",
    "webpack-cli": "^5.1.1",
    "webpack-dev-server": "^4.15.0"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts"
}
