{
  "name": "pages-ts",
  "version": "5.7.0",
  "description": "TypeSctipt library for revox.io pages",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "tsc",
    "build:lib": "tsc",
    "build:bundle": "vite build",
    "dev": "vite build --mode development && xcopy /E /I /Y dist-dev\\* public\\pages\\js && rmdir /S /Q dist-dev",
    "prod": "vite build",
    "serve": "vite",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "prepublishOnly": "npm run build:lib && npm run build:bundle"
  },
  "keywords": [
    "pages",
    "library"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:DrNixx/pages-ts.git"
  },
  "author": "Nick Panteleeff",
  "license": "MIT",
  "dependencies": {
    "isotope-layout": "^3.0.6",
    "lodash": "^4.17.21",
    "masonry-layout": "^4.2.2",
    "velocity-animate": "^2.0.6"
  },
  "devDependencies": {
    "@testing-library/dom": "^10.4.1",
    "@testing-library/jest-dom": "^6.9.1",
    "@types/bootstrap": "^5.1.9",
    "@types/isotope-layout": "^3.0.8",
    "@types/lodash": "^4.14.168",
    "@types/masonry-layout": "^4.2.2",
    "@types/node": "^22.7.4",
    "jsdom": "^29.0.1",
    "typescript": "^5.6.2",
    "vite": "^8.0.3",
    "vitest": "^4.1.2"
  }
}
