{
  "name": "@finsweet/plus-dashboard",
  "version": "2.0.4",
  "description": "Developer starter template for Finsweet projects.",
  "homepage": "https://github.com/finsweet/plus-dashboard#readme",
  "keywords": [],
  "author": {
    "name": "Finsweet",
    "url": "https://finsweet.com/plus"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/finsweet/plus-dashboard.git"
  },
  "bugs": {
    "url": "https://github.com/finsweet/plus-dashboard/issues"
  },
  "type": "module",
  "main": "src/index.ts",
  "module": "src/index.ts",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@changesets/changelog-git": "^0.2.0",
    "@changesets/cli": "^2.27.1",
    "@finsweet/eslint-config": "^2.0.7",
    "@finsweet/tsconfig": "^1.3.4",
    "@playwright/test": "^1.42.1",
    "@types/jquery": "^3.5.29",
    "@typescript-eslint/eslint-plugin": "^7.1.1",
    "@typescript-eslint/parser": "^7.1.1",
    "cross-env": "^7.0.3",
    "esbuild": "^0.25.0",
    "eslint": "^8.57.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.1.3",
    "eslint-plugin-simple-import-sort": "^12.0.0",
    "prettier": "^3.2.5",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "@finsweet/ts-utils": "^0.40.0",
    "@fullcalendar/core": "^6.1.11",
    "@fullcalendar/daygrid": "^6.1.11",
    "@fullcalendar/google-calendar": "^6.1.11",
    "@fullcalendar/list": "^6.1.11",
    "ics": "^3.7.2",
    "just-debounce": "^1.1.0",
    "moment-timezone": "^0.5.45",
    "nanostores": "^0.10.3"
  },
  "scripts": {
    "dev": "cross-env NODE_ENV=development node ./bin/build.js",
    "build": "cross-env NODE_ENV=production node ./bin/build.js",
    "lint": "eslint --ignore-path .gitignore ./src && prettier --check ./src",
    "lint:fix": "eslint --ignore-path .gitignore ./src --fix",
    "check": "tsc --noEmit",
    "format": "prettier --write ./src",
    "test": "pnpm playwright test",
    "test:headed": "pnpm playwright test --headed",
    "release": "changeset publish",
    "update": "pnpm update -i -L -r"
  }
}