{
  "name": "towelify",
  "version": "2.2.1",
  "description": "A JavaScript library focused on easy modular components to quickly build sites.",
  "main": "dist/index.js",
  "scripts": {
    "lint": "eslint '**/*.{js,jsx}'",
    "lint:win": "eslint **/*.{js,jsx}",
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "webpack-dev-server --mode development --config config/webpack.dev.config.js --open --hot --history-api-fallback",
    "build": "webpack --mode production --config config/webpack.prod.config.js",
    "storybook-develop": "start-storybook -p 9001 -c .storybook",
    "storybook-build": "build-storybook -c .storybook -o docs",
    "release:pre": "npm run lint && npm run build && npm version prerelease && npm publish --tag=pre",
    "release:patch": "npm run lint && npm run build && npm version patch && npm publish",
    "release:minor": "npm run lint && npm run build && npm version minor && npm publish",
    "release:major": "npm run lint && npm run build && npm version major && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TowelJS/Towelify.git"
  },
  "author": "TowelJS",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/TowelJS/Towelify/issues"
  },
  "homepage": "https://toweljs.github.io/Towelify/docs/",
  "peerDependencies": {
    "react": "^16.7.0"
  },
  "devDependencies": {
    "@babel/core": "^7.2.2",
    "@babel/plugin-proposal-class-properties": "^7.2.3",
    "@babel/plugin-proposal-export-namespace-from": "^7.2.0",
    "@babel/plugin-syntax-dynamic-import": "^7.2.0",
    "@babel/polyfill": "^7.2.5",
    "@babel/preset-env": "^7.2.3",
    "@babel/preset-react": "^7.0.0",
    "@storybook/addon-notes": "^4.1.4",
    "@storybook/addons": "^4.1.4",
    "@storybook/react": "^4.1.4",
    "babel-eslint": "^8.2.6",
    "babel-loader": "^8.0.4",
    "clean-webpack-plugin": "^1.0.0",
    "copy-webpack-plugin": "^4.6.0",
    "css-loader": "^2.1.0",
    "eslint": "^5.11.1",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jsx-a11y": "^6.1.2",
    "eslint-plugin-react": "^7.12.1",
    "file-loader": "^3.0.1",
    "html-webpack-plugin": "^3.2.0",
    "mini-css-extract-plugin": "^0.5.0",
    "optimize-css-assets-webpack-plugin": "^5.0.1",
    "react": "^16.7.0",
    "react-dom": "^16.7.0",
    "style-loader": "^0.23.1",
    "uglifyjs-webpack-plugin": "^2.1.1",
    "url-loader": "^1.1.2",
    "webpack": "^4.28.3",
    "webpack-cli": "^3.1.2",
    "webpack-dev-server": "^3.1.14",
    "webpack-merge": "^4.1.5"
  }
}
