{
  "name": "{{ name }}",
  "version": "{{ version }}",
  "license": "SEE LICENSE IN LICENSE.md",
  "private": true,
  "description": "{{ name }} Site generated by Mosaic generator",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "style": "dist/index.css",
  "scripts": {
    "clean": "rm -fr public/.tmp .next",
    "build": "next build",
    "dev":"next dev",
    "deploy": "yarn mosaic deploy --out snapshots --name latest --config mosaic.config.mjs",
    "start": "next start",
    "gen:snapshot": "yarn mosaic build --out snapshots --name latest --config mosaic.config.mjs",
    "serve:snapshot:file": "yarn cross-env MOSAIC_MODE=\"snapshot-file\" concurrently --kill-others \"yarn dev\"",
    "serve:snapshot:s3": "yarn cross-env MOSAIC_MODE=\"snapshot-s3\" concurrently --kill-others \"yarn dev\"",
    "serve": "concurrently --kill-others \"yarn dev\" \"yarn mosaic serve -c ./mosaic.config.mjs\" -p 8080"
  },
  "dependencies": {
{{{ printDependencies dependencies }}}
    "@philpl/buble": "^0.19.7",
    "@types/react": "^18.0.26",
    "next": "^13.4.1",
    "next-auth": "^4.24.5"
  },
  "devDependencies": {
    "@next/eslint-plugin-next": "12.3.1",
    "@types/node" : "^16.0.0",
    "concurrently": "^7.1.0",
    "cross-env": "^7.0.3",
    "dotenv-load": "^2.0.1",
    "eslint-config-next": "^12.3.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  }
}
