{
  "name": "m-w-t-r",
  "version": "2.0.135",
  "description": "Developer starter template for webflow.",
  "license": "ISC",
  "keywords": [],
  "type": "module",
  "main": "src/index.ts",
  "module": "src/index.ts",
  "files": [
    "dist"
  ],
  "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",
    "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"
  },
  "devDependencies": {
    "@changesets/changelog-git": "^0.1.14",
    "@changesets/cli": "^2.26.1",
    "@finsweet/eslint-config": "^1.2.0",
    "@finsweet/tsconfig": "^1.3.1",
    "@playwright/test": "^1.32.3",
    "@trivago/prettier-plugin-sort-imports": "^3.4.0",
    "@types/jquery": "^3.5.16",
    "@typescript-eslint/eslint-plugin": "^5.58.0",
    "@typescript-eslint/parser": "^5.58.0",
    "cross-env": "^7.0.3",
    "esbuild": "^0.17.16",
    "eslint": "^8.38.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-config-standard-with-typescript": "^24.0.0",
    "eslint-config-xo": "^0.43.1",
    "eslint-config-xo-typescript": "^0.55.1",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-n": "^15.7.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-promise": "^6.1.1",
    "prettier": "^2.8.7",
    "typescript": "^4.9.5"
  },
  "dependencies": {
    "@finsweet/ts-utils": "^0.33.2",
    "@lottiefiles/lottie-player": "^1.7.1",
    "axios": "^1.3.5",
    "chart.js": "3.9.1",
    "cheerio": "1.0.0-rc.12",
    "counterup2": "2.0.2",
    "dragdealer": "0.10.0",
    "fetch": "^1.1.0",
    "fs": "0.0.1-security",
    "glob": "^8.1.0",
    "lottie-web": "^5.11.0",
    "node-fetch": "^3.3.1",
    "path": "^0.12.7",
    "xml2js": "^0.4.23",
    "xmljs": "^0.3.2"
  }
}
