{
  "name": "@procore/core-css",
  "version": "4.6.0",
  "description": "The building blocks of the Procore universe.",
  "main": "build/core.css",
  "scripts": {
    "build": "NODE_ENV=production yarn clean && webpack",
    "dev": "NODE_ENV=development webpack --watch",
    "clean": "rimraf build",
    "lint-staged": "lint-staged",
    "lint:scss": "stylelint ./src/components/*.scss",
    "prepublishOnly": "yarn build",
    "pretty": "yarn pretty:scss & yarn pretty:js",
    "pretty:js": "prettier --write --no-semi --single-quote",
    "pretty:scss": "prettier --write"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/procore/core.git"
  },
  "bugs": {
    "url": "https://github.com/procore/core-css/issues"
  },
  "keywords": [
    "stylesheets",
    "css framework",
    "css",
    "scss",
    "library",
    "procore"
  ],
  "author": "Procore Technologies",
  "license": "ISC",
  "homepage": "https://github.com/procore/core-css#readme",
  "dependencies": {
    "foundation-sites": "6.4.3"
  },
  "devDependencies": {
    "extract-text-webpack-plugin": "3.0.2",
    "http-server": "0.11.1",
    "husky": "0.14.3",
    "lint-staged": "7.0.0",
    "prettier": "1.11.1",
    "rimraf": "2.6.2",
    "stylelint": "9.1.3",
    "webpack": "3.11.0",
    "webpack-blocks": "1.0.0-rc.2"
  }
}
