{
  "name": "@orangesk/cms-templates",
  "version": "1.0.0-beta.37",
  "private": false,
  "type": "module",
  "files": [
    "build"
  ],
  "main": "build/index.html",
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=20.x"
  },
  "scripts": {
    "start": "eleventy --serve --watch --incremental",
    "build": "eleventy",
    "lint": "eslint --ext .js,.jsx,.ts,.tsx,.mdx ./src",
    "lint:fix": "eslint --ext .js,.jsx,.ts,.tsx,.mdx ./src --fix"
  },
  "dependencies": {
    "@11ty/eleventy": "^3.1.6",
    "@orangesk/orange-design-system": "3.5.0",
    "clsx": "^2.1.1",
    "markdown-to-jsx": "9.10.2",
    "react": "^19.2.8",
    "react-dom": "^19.2.8",
    "sass": "^1.102.0"
  },
  "devDependencies": {
    "@eslint/eslintrc": "3.3.6",
    "@jamshop/eleventy-plugin-mdx": "^0.0.17",
    "@mdx-js/mdx": "^3.1.1",
    "@types/react": "^19.2.18",
    "@typescript-eslint/eslint-plugin": "^8.67.0",
    "@typescript-eslint/parser": "^8.67.0",
    "eslint": "latest",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-mdx": "^3.8.1",
    "eslint-plugin-unused-imports": "^4.4.1",
    "prettier": "^3.9.6",
    "tsx": "^4.23.12"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/orangesk/cms-templates.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/orangesk/cms-templates/issues"
  },
  "homepage": "https://github.com/orangesk/cms-templates#readme",
  "description": ""
}
