{
  "name": "jitz-sharepoint-utilities",
  "version": "2.0.24",
  "description": "Essential SharePoint utilities for SharePoint Add-in and SPFx development",
  "author": "Jithendra Mani",
  "license": "ISC",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc"
  },
  "dependencies": {
    "@fluentui/react": "^8.106.4",
    "@kurkle/color": "^0.3.4",
    "@microsoft/sp-core-library": "^1.19.0",
    "@microsoft/sp-lodash-subset": "^1.19.0",
    "@microsoft/sp-office-ui-fabric-core": "^1.19.0",
    "@microsoft/sp-webpart-base": "^1.19.0",
    "@types/file-saver": "^2.0.1",
    "axios": "^0.19.2",
    "file-saver": "^2.0.2",
    "user": "^0.0.0",
    "xlsx": "^0.16.1"
  },
  "devDependencies": {
    "@types/chai": ">=3.4.34 <3.6.0",
    "@types/mocha": ">=2.2.33 <2.6.0",
    "@types/node-sass": "^4.11.0",
    "ajv": "~5.2.2",
    "gulp": "^4.0.2",
    "gulp-typescript": "^5.0.1",
    "typescript": "^5.5.4"
  }
}
