{
  "name": "@ithaka/bonsai",
  "version": "1.19.6",
  "description": "ITHAKA core styling",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ithaka/bonsai.git"
  },
  "author": "ITHAKA",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ithaka/bonsai/issues"
  },
  "homepage": "https://github.com/ithaka/bonsai#readme",
  "devDependencies": {
    "babel-core": "6.24.1",
    "babel-loader": "6.4.1",
    "babel-preset-env": "1.4.0",
    "babelify": "7.3.0",
    "css-loader": "0.28.0",
    "eslint": "3.19.0",
    "eslint-loader": "1.7.1",
    "eslint-plugin-react": "6.10.3",
    "extract-text-webpack-plugin": "2.1.0",
    "file-loader": "0.11.1",
    "foundation-docs": "github:zurb/foundation-docs",
    "fs-extra": "4.0.2",
    "handlebars": "4.0.10",
    "handlebars-helpers": "0.9.6",
    "jest": "22.4.2",
    "json-loader": "0.5.7",
    "lint": "1.1.2",
    "modernizr": "3.5.0",
    "modernizr-loader": "1.0.1",
    "node-sass": "4.12.0",
    "raw-loader": "0.5.1",
    "require-dir-all": "0.4.12",
    "sass-loader": "6.0.3",
    "style-loader": "0.16.1",
    "stylelint": "7.10.1",
    "stylelint-config-standard": "16.0.0",
    "stylelint-webpack-plugin": "0.7.0",
    "ultracollider": "1.1.0",
    "url-loader": "0.5.8",
    "webpack": "2.4.1",
    "webpack-dev-server": "2.4.2",
    "webpack-shell-plugin": "0.5.0"
  },
  "eslintConfig": ".eslintrc.js",
  "scripts": {
    "clean:build": "rm -rf dist/",
    "clean:cache": "npm cache clean",
    "clean:dist": "npm run clean:build && npm run clean:cache && rm -rf node_modules/",
    "webpack": "./node_modules/.bin/webpack --progress",
    "prebuild": "npm run clean:build",
    "build": "npm run webpack",
    "prebuild:dist": "npm run clean:dist && npm install && npm dedupe",
    "build:dist": "NODE_ENV=production npm run webpack -- -p",
    "watch": "npm run webpack -- --watch",
    "start": "./node_modules/.bin/webpack-dev-server --hot --content-base documentation/",
    "test": "./node_modules/.bin/jest",
    "eslint": "./node_modules/.bin/eslint js",
    "stylelint": "./node_modules/.bin/stylelint '**/*.scss' --syntax scss",
    "lint": "npm run stylelint && npm run eslint"
  },
  "dependencies": {
    "font-awesome": "4.7.0",
    "foundation-sites": "https://github.com/ithaka/foundation-sites.git#3da7a887235cee3888364fff0de7972ee9258485",
    "fuse.js": "^3.2.0",
    "jquery": "3.2.1",
    "quill": "1.3.5",
    "uuid": "3.2.1"
  },
  "jest": {
    "testURL": "http://localhost",
    "setupFiles": [
      "./jest-env.js"
    ],
    "transformIgnorePatterns": [
      "node_modules/(?!foundation-sites)"
    ]
  }
}
