{
  "name": "@bsi-cx/design-build",
  "version": "1.14.3",
  "description": "A webpack config builder to create a design for BSI CX.",
  "private": false,
  "engines": {
    "node": ">=16.16.0 <24.0.0"
  },
  "browser": "dist/browser.js",
  "main": "dist/main.js",
  "types": "dist/types.d.ts",
  "scripts": {
    "build": "webpack --config webpack.config.js --mode production --progress",
    "watch": "webpack --config webpack.config.js --mode production --watch --progress",
    "pretest": "node \"./test/install.js\"",
    "posttest": "node \"./test/uninstall.js\"",
    "test": "cd test && webpack --config webpack.config.js --mode development --progress",
    "preserve": "node \"./test/install.js\"",
    "serve": "cd test && webpack serve --config webpack.config.js --mode development --progress",
    "postserve": "node \"./test/uninstall.js\"",
    "buildAndTest": "webpack --config webpack.config.js --mode production && node \"./test/install.js\" && cd test && webpack --config webpack.config.js --mode development --progress"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bsi-software/bsi-cx-design-build.git"
  },
  "homepage": "https://github.com/bsi-software/bsi-cx-design-build/wiki",
  "bugs": {
    "url": "https://github.com/bsi-software/bsi-cx-design-build/issues"
  },
  "author": {
    "name": "Design Team BSI",
    "email": "design@bsi-software.com",
    "url": "https://bsi-software.github.io/bsi-cx-docs/"
  },
  "license": "MIT",
  "dependencies": {
    "@babel/core": "^7.28.4",
    "@babel/plugin-transform-runtime": "^7.28.3",
    "@babel/preset-env": "^7.28.3",
    "@babel/preset-react": "^7.27.1",
    "@babel/register": "^7.28.3",
    "@babel/runtime": "^7.28.4",
    "@ofabel/twing": "^5.1.4",
    "babel-loader": "^9.1.3",
    "copy-webpack-plugin": "^12.0.2",
    "css-loader": "^6.8.1",
    "cssnano": "^6.1.2",
    "fast-glob": "^3.3.1",
    "handlebars": "^4.7.8",
    "is-port-reachable": "^4.0.0",
    "less": "<4.6.0",
    "less-loader": "^12.2.0",
    "mini-css-extract-plugin": "^2.7.6",
    "postcss": "^8.4.31",
    "postcss-loader": "^8.1.1",
    "postcss-preset-env": "^9.5.2",
    "ref-loader": "^1.0.3",
    "sass": "^1.69.2",
    "sass-loader": "^14.1.1",
    "scripts": "^0.1.0",
    "slugify": "^1.6.6",
    "source-map-support": "^0.5.21",
    "terser-webpack-plugin": "^5.3.9",
    "wait-on": "^7.0.1",
    "webpack": "^5.88.2",
    "webpack-cli": "^5.1.4",
    "webpack-dev-server": "^5.0.4",
    "zip-webpack-plugin": "^4.0.1"
  },
  "devDependencies": {
    "typescript": "^5.2.2",
    "webpack-node-externals": "^3.0.0",
    "webpack-shell-plugin-next": "^2.3.1"
  }
}
