{
  "name": "@gpa-gemstone/common-pages",
  "version": "0.0.141",
  "description": "Common UI pages for GPA products",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": ["lib/**/*"],
  "scripts":   {
    "test": "jest --config jestconfig.json",
    "build": "tsc",
    "format": "prettier --write \"src/**/*.tsx\"",
    "lint": "eslint . --ext .ts,.tsx",
    "prepare": "npm run build",
    "prepublishOnly": "npm test && npm run lint",
    "preversion": "npm run lint",
    "version": "npm run format && git add -A src",
    "postversion": "git push && git push --tags"
  },
  "repository":   {
    "type": "git",
    "url": "https://github.com/GridProtectionAlliance/gpa-gemstone.git"
  },
  "keywords":   [
    "React",
    "Interactive",
    "GSF",
    "Gemstone",
    "GridProtectionAlliance"
  ],
  "author": "GridProtectionAlliance",
  "license": "MIT",
  "bugs": {"url": "https://github.com/GridProtectionAlliance/gpa-gemstone/issues"},
  "homepage": "https://github.com/GridProtectionAlliance/gpa-gemstone#readme",
  "devDependencies":   {
    "@types/crypto-js": "^4.2.0",
    "@types/jest": "^27.0.0",
    "@types/jquery": "3.5.6",
    "@typescript-eslint/eslint-plugin": "^5.60.0",
    "@typescript-eslint/parser": "^5.60.0",
    "eslint": "^8.43.0",
    "jest": "^29.0.0",
    "prettier": "^2.3.2",
    "ts-jest": "^29.0.0",
    "typescript": "5.5.3"
  },
  "dependencies":   {
    "@gpa-gemstone/application-typings": "0.0.86",
    "@gpa-gemstone/gpa-symbols": "0.0.52",
    "@gpa-gemstone/helper-functions": "0.0.43",
    "@gpa-gemstone/react-forms": "1.1.92",
    "@gpa-gemstone/react-interactive": "1.0.153",
    "@gpa-gemstone/react-table": "1.2.75",
    "@reduxjs/toolkit": "1.8.3",
    "crypto-js": "^4.2.0",
    "moment": "^2.29.4",
    "moment-timezone": "0.5.43",
    "react": "^18.2.0",
    "react-redux": "8.0.2",
    "styled-components": "5.3.3"
  },
  "publishConfig": {"access": "public"}
}