{
  "name": "varbase-project",
  "description": "Varbase project is a composer starterkit for new projects.",
  "license": "GPL-2.0",
  "private": true,
  "engines": {
    "yarn": ">= 1.6",
    "node": ">= 18.0"
  },
  "scripts": {
    "storybook:dev": "npx kill-port --port 6006; npx storybook dev --disable-telemetry -p 6006 -h 'varbase.local'",
    "storybook:build": "npx storybook build --disable-telemetry --output-dir storybook",
    "phpcs": "phpcs --standard=./.phpcs.xml .",
    "phpcbf": "phpcbf --standard=./.phpcs.xml .",
    "lint:yaml": "node ./node_modules/eslint/bin/eslint.js --config=.eslintrc.json --ext .yml .",
    "lint:js": "node ./node_modules/eslint/bin/eslint.js --config=.eslintrc.json --ext .js .",
    "lint:css": "npx stylelint --config=.stylelintrc.json"
  },
  "resolutions": {
    "webpack": "^5"
  },
  "dependencies": {
    "@lullabot/storybook-drupal-addon": "~2",
    "@storybook/addon-a11y": "~7",
    "@storybook/addon-essentials": "~7",
    "@storybook/addon-links": "~7",
    "@storybook/blocks": "~7",
    "@storybook/builder-webpack5": "~7",
    "@storybook/cli": "~7",
    "@storybook/components": "~7",
    "@storybook/core-events": "~7",
    "@storybook/manager-api": "~7",
    "@storybook/preview-api": "~7",
    "@storybook/react": "~7",
    "@storybook/server": "~7",
    "@storybook/server-webpack5": "~7",
    "@storybook/theming": "~7",
    "@storybook/types": "~7",
    "eslint": "~8",
    "eslint-config-airbnb": "~19.0",
    "eslint-config-prettier": "^6.7.0",
    "eslint-plugin-import": "^2.13.0",
    "eslint-plugin-jquery": "^1.5.1",
    "eslint-plugin-jsx-a11y": "^6.0.3",
    "eslint-plugin-prettier": "^3.1.2",
    "eslint-plugin-react": "^7.10.0",
    "eslint-plugin-react-hooks": "^4.1.2",
    "eslint-plugin-yml": "^0.10.0",
    "fork-ts-checker-webpack-plugin": "~8 || ~9",
    "prettier": "^2.1.2",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "storybook": "~7",
    "storybook-addon-root-attribute": "~1",
    "storybook-addon-rtl-direction": "^0.0.19",
    "stylelint": "~16",
    "stylelint-checkstyle-formatter": "^0.1.2",
    "stylelint-order": "~6.0",
    "webpack": "~5",
    "webpack-cli": "~5"
  },
  "devDependencies": {
    "@types/react": "^18.2.0",
    "@types/react-dom": "^18.2.0"
  },
  "packageManager": "yarn@4.6.0"
}
