{
  "name": "@talend/bootstrap-theme",
  "description": "Bootstrap theme based on Talend styleguide",
  "main": "dist/bootstrap.js",
  "mainSrc": "src/index.js",
  "license": "Apache-2.0",
  "scripts": {
    "build:lib": "rimraf ./dist && webpack",
    "start": "webpack serve --mode=development",
    "test": "echo no test for @talend/bootstrap-theme",
    "test:cov": "echo no test for @talend/bootstrap-theme",
    "lint": "talend-scripts lint"
  },
  "keywords": [
    "talend",
    "theme",
    "bootstrap",
    "style"
  ],
  "author": "Talend Frontend <frontend@talend.com>",
  "homepage": "https://github.com/Talend/ui/tree/master/packages/theme#readme",
  "bugs": {
    "url": "https://github.com/Talend/ui/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Talend/ui.git"
  },
  "dependencies": {
    "@talend/bootstrap-sass": "^5.3.2",
    "@talend/design-tokens": "^3.4.5"
  },
  "devDependencies": {
    "@talend/eslint-config": "^13.3.0",
    "@talend/eslint-plugin": "^1.4.0",
    "@talend/scripts-config-stylelint": "^4.2.2",
    "@talend/scripts-core": "^16.6.0",
    "copy-webpack-plugin": "^11.0.0",
    "css-minimizer-webpack-plugin": "^5.0.1",
    "css-loader": "^7.1.2",
    "html-webpack-plugin": "^5.6.3",
    "mini-css-extract-plugin": "^2.9.2",
    "postcss": "^8.5.6",
    "postcss-loader": "^8.1.1",
    "postcss-preset-env": "^7.8.3",
    "rimraf": "^5.0.10",
    "sass": "^1.89.2",
    "sass-loader": "^14.2.1",
    "style-loader": "^3.3.4",
    "webpack": "^5.99.9",
    "webpack-cli": "^6.0.1"
  },
  "peerDependencies": {},
  "publishConfig": {
    "access": "public"
  },
  "version": "9.4.0"
}
