{
  "name": "@procore/core-css",
  "version": "7.2.4",
  "description": "The building blocks of the Procore universe.",
  "main": "dist/core.css",
  "scripts": {
    "build": "yarn clean && NODE_ENV=production webpack",
    "dev": "NODE_ENV=development webpack --watch",
    "clean": "rimraf build",
    "lint-staged": "lint-staged",
    "lint:scss": "stylelint ./src/components/*.scss",
    "prepublishOnly": "yarn build",
    "pretty": "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": "Procore Developers License",
  "homepage": "https://github.com/procore/core-css#readme",
  "dependencies": {
    "flexboxgrid2": "7.2.1"
  },
  "devDependencies": {
    "@babel/core": "7.4.3",
    "css-loader": "2.1.1",
    "http-server": "0.11.1",
    "husky": "1.3.1",
    "lint-staged": "8.1.5",
    "mini-css-extract-plugin": "0.6.0",
    "optimize-css-assets-webpack-plugin": "5.0.1",
    "prettier": "1.17.0",
    "rimraf": "2.6.3",
    "sass-loader": "7.1.0",
    "style-loader": "0.23.1",
    "stylelint": "10.0.1",
    "webpack": "4.30.0",
    "webpack-cli": "3.3.0"
  }
}
