{
  "name": "@gpa-gemstone/react-forms",
  "version": "1.1.123",
  "description": "React Form modules for gpa webapps",
  "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",
    "Table",
    "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":   {
    "@testing-library/jest-dom": "^5.17.0",
    "@testing-library/react": "^14.3.1",
    "@types/jest": "^27.0.0",
    "@types/lodash": "^4.14.171",
    "@types/react-color": "^3.0.12",
    "@types/react-portal": "4.0.4",
    "@types/react": "18.2.0",
    "@types/styled-components": "^5.1.11",
    "@typescript-eslint/eslint-plugin": "^5.60.0",
    "@typescript-eslint/parser": "^5.60.0",
    "eslint": "^8.43.0",
    "jest": "^29.0.0",
    "jest-environment-jsdom": "^30.3.0",
    "prettier": "^2.3.2",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "ts-jest": "^29.0.0",
    "typescript": "5.5.3"
  },
  "dependencies":   {
    "@gpa-gemstone/application-typings": "0.0.98",
    "@gpa-gemstone/gpa-symbols": "0.0.62",
    "@gpa-gemstone/helper-functions": "0.0.60",
    "lodash": "^4.17.21",
    "moment": "2.29.4",
    "react-color": "^2.19.3",
    "react-portal": "4.2.2",
    "styled-components": "5.3.3"
  },
  "peerDependencies": {"react": "18.2.0"},
  "publishConfig": {"access": "public"}
}