{
  "name": "site-nuxt-core",
  "version": "1.0.28",
  "license": "MIT",
  "scripts": {
    "dev": "tsc -w",
    "build": "rm -rf dist* && tsc && cp package.json dist",
    "npm-publish": "yarn build && yarn version --patch && cp package.json dist && cd dist && npm publish"
  },
  "dependencies": {
    "@nuxt/types": "^2.13.3",
    "@nuxt/typescript-runtime": "^1.0.0",
    "@nuxtjs/axios": "^5.12.0",
    "@types/lodash": "^4.14.157",
    "dayjs": "^1.8.29",
    "lodash": "^4.17.19",
    "nuxt": "^2.13.3",
    "tslib": "^2.0.0"
  },
  "devDependencies": {
    "typescript": "^3.9.7"
  }
}
