{
  "name": "fibonacci-blog-template",
  "version": "3.1.1",
  "description": "A simplistic read-friendly blog template built with golden ratio",
  "scripts": {
    "start": "webpack-dev-server --config webpack.dev.config.js",
    "docs": "rm -rf docs && webpack --config webpack.docs.config.js",
    "build": "rm -rf dist && webpack"
  },
  "keywords": [
    "template",
    "blog",
    "golden-ratio",
    "ux",
    "fibonacci"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/VJAI/fibonacci.git"
  },
  "author": "Vijaya Anand <vijay.prideparrot@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/VJAI/fibonacci/issues"
  },
  "homepage": "https://github.com/VJAI/fibonacci#readme",
  "devDependencies": {
    "@babel/preset-env": "^7.16.11",
    "babel-loader": "^8.2.3",
    "copy-webpack-plugin": "^10.2.4",
    "css-loader": "^6.6.0",
    "file-loader": "^6.2.0",
    "mini-css-extract-plugin": "^2.5.3",
    "sass": "^1.44.0",
    "sass-loader": "^12.4.0",
    "style-loader": "^3.3.1",
    "webpack": "^5.68.0",
    "webpack-cli": "^4.9.2",
    "webpack-dev-server": "^4.7.4"
  },
  "dependencies": {
    "bootstrap-icons": "^1.7.2"
  }
}
