Skip to content
Snippets Groups Projects
Forked from project / varbase
345 commits behind the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
This project manages its dependencies using npm. Learn more
package.json 1.26 KiB
{
  "name": "varbase",
  "private": true,
  "version": "9.0.0",
  "description": "Varbase: The Ultimate Drupal 8 CMS Starter Kit (Bootstrap Ready)",
  "main": "index.js",
  "scripts": {
    "eslint": "node ./node_modules/eslint/bin/eslint.js --config=.eslintrc.json .",
    "stylelint": "npx stylelint --config=.stylelintrc.json .",
    "phpcs": "phpcs --standard=./.phpcs.xml .",
    "phpcbf": "phpcbf --standard=./.phpcs.xml .",
    "install-libraries": "npm install && bower install"
  },
  "keywords": [
    "Drupal",
    "Varbase",
    "Drupal profile",
    "Bootstrap"
  ],
  "author": "Vardot",
  "license": "GPL-2.0",
  "dependencies": {  },
  "devDependencies": {
    "eslint": "^6.7.2",
    "eslint-config-airbnb": "^18.0.1",
    "eslint-config-prettier": "^6.7.0",
    "eslint-plugin-import": "^2.13.0",
    "eslint-plugin-jsx-a11y": "^6.0.3",
    "eslint-plugin-prettier": "^3.1.2",
    "eslint-plugin-react": "^7.10.0",
    "eslint-plugin-react-hooks": "^1.7.0",
    "prettier": "^1.14.0",
    "stylelint": "^13.0.0",
    "stylelint-checkstyle-formatter": "^0.1.1",
    "stylelint-config-standard": "^19.0.0",
    "stylelint-no-browser-hacks": "^1.2.1",
    "stylelint-order": "^4.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:Vardot/varbase.git"
  }
}