{
  "name": "@modernice/nuxt-essentials",
  "version": "0.13.0",
  "description": "Base module for Nuxt.js apps.",
  "main": "dist/index.js",
  "publishConfig": {
    "access": "public"
  },
  "repository": "https://github.com/bounoable/nuxt-essentials",
  "author": "Saman Hosseini <bounoable@gmail.com>",
  "license": "MIT",
  "private": false,
  "scripts": {
    "build": "rm -rf ./dist && tsc",
    "watch": "rm -rf ./dist && tsc --watch"
  },
  "dependencies": {
    "date-fns": "^2.12.0",
    "lodash": "^4.17.15",
    "numbro": "^2.2.0",
    "nuxt": "^2.12.2",
    "path": "^0.12.7",
    "v-click-outside": "^3.0.1",
    "v-scroll-lock": "^1.1.0",
    "vue": "^2.6.11",
    "vue-clickaway2": "^2.3.2"
  },
  "devDependencies": {
    "@types/node": "^12.0.2",
    "typescript": "^3.4.5"
  }
}
