{
  "name": "@maray-ai/maray-ai-code",
  "version": "3.12.9",
  "description": "Code for maray.ai project.",
  "homepage": "https://github.com/maray29/maray-ai-code#readme",
  "license": "ISC",
  "keywords": [],
  "author": {
    "name": "maray",
    "url": "https://www.maray.ai/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/maray29/maray-ai-code.git"
  },
  "bugs": {
    "url": "https://github.com/maray29/maray-ai-code/issues"
  },
  "type": "module",
  "main": "src/home/index.js",
  "module": "src/home/index.js",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@changesets/changelog-git": "^0.1.14",
    "@changesets/cli": "^2.27.1",
    "@finsweet/eslint-config": "^2.0.6",
    "@finsweet/tsconfig": "^1.3.3",
    "@playwright/test": "^1.39.0",
    "@typescript-eslint/eslint-plugin": "^6.10.0",
    "@typescript-eslint/parser": "^6.10.0",
    "cross-env": "^7.0.3",
    "esbuild": "^0.19.5",
    "eslint": "^8.53.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-prettier": "^5.0.1",
    "eslint-plugin-simple-import-sort": "^10.0.0",
    "prettier": "^3.1.0",
    "typescript": "^5.2.2"
  },
  "dependencies": {
    "@finsweet/ts-utils": "^0.33.2",
    "@studio-freight/lenis": "^1.0.16",
    "esbuild-plugin-glsl": "^1.2.1",
    "gsap": "^3.11.3",
    "highlight.js": "^11.7.0",
    "htmx.org": "^1.9.10",
    "lodash": "^4.17.21",
    "postscribe": "^2.0.8",
    "showdown": "^2.1.0",
    "split-type": "^0.3.3",
    "stats.js": "^0.17.0",
    "swiper": "^11.0.5",
    "three": "^0.153.0",
    "tweakpane": "^3.1.10"
  },
  "engines": {
    "pnpm": ">=10"
  },
  "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"
  }
}