{
  "name": "tcodeless-starter-sites",
  "version": "1.0.0",
  "description": "Codeless Starter Sites",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Codeinwp/templates-patterns-collection.git"
  },
  "keywords": [
    "wordpress-plugin"
  ],
  "textdomain": "codeless-starter-sites",
  "category": "plugins",
  "author": "Codeless <@codeless.co>",
  "license": "GPL-3.0+",
  "bugs": {
    "url": "https://github.com/Codeinwp/templates-patterns-collection/issues"
  },
  "scripts": {
    "phpcs": "phpcs --standard=phpcs.xml",
    "build:makepot": "rm -rf dist/ && docker run --rm --user root --volume \"$(pwd):/var/www/html/templates-patterns-collection\" wordpress:cli wp i18n make-pot ./templates-patterns-collection/ ./templates-patterns-collection/languages/templates-patterns-collection.pot --allow-root",
    "build:js": "wp-scripts build assets/src/app.js --output-path=assets/build",
    "rtlcss": "rtlcss assets/build/style-app.css assets/build/style-app-rtl.css",
    "build": "npm-run-all -s build:* rtlcss",
    "watch:js": "wp-scripts start assets/src/app.js --output-path=assets/build",
    "dev": "npm-run-all watch:*",
    "release": "npx semantic-release",
    "dist": "bash ./bin/dist.sh",
    "readme": "grunt wp_readme_to_markdown:main",
    "cypress:open": "cypress open",
    "cypress:run": "cypress run --record --key df2abc71-7260-409f-b6fb-088ce88117e3"
  },
  "devDependencies": {
    "@semantic-release/changelog": "^5.0.1",
    "@semantic-release/exec": "^5.0.0",
    "@semantic-release/git": "^9.0.0",
    "@wordpress/eslint-plugin": "^7.2.1",
    "@wordpress/scripts": "^12.2.1",
    "conventional-changelog-simple-preset": "^1.0.14",
    "cypress": "^5.3.0",
    "grunt": "^1.2.1",
    "grunt-version": "^2.0.0",
    "grunt-wp-readme-to-markdown": "^2.0.1",
    "npm-run-all": "^4.1.5",
    "replace-in-file": "^6.1.0",
    "rtlcss": "^2.6.0",
    "semantic-release": "^17.0.8",
    "whatwg-fetch": "^3.4.1"
  },
  "dependencies": {
    "classnames": "^2.2.6",
    "fuse.js": "^6.4.1",
    "react-visibility-sensor": "^5.1.1"
  }
}
