@trimble-oss/trimble-id-react
Version:
> **Important Notice:** > > As of version 1.0.0, `PersistentOptions` have been removed. By default, the SDK now supports in-memory token storage. > > When you upgrade to version 1.x, storage options will no longer be available, resulting in a breaking
74 lines (73 loc) • 2.06 kB
JSON
{
"name": "@trimble-oss/trimble-id-react",
"private": false,
"version": "1.0.3",
"homepage": "https://github.com/trimble-oss/trimble-id-sdk-docs-for-react",
"author": "Trimble developers <developers@trimble.com>",
"license": "MIT",
"keywords": [
"Trimble",
"TrimbleID"
],
"type": "module",
"scripts": {
"build": "tsc && vite build",
"test": "jest --coverage",
"docs": "typedoc --out ./docs/documentation ./src/ --tsconfig ./tsconfig.json",
"lint": "eslint src/",
"lint:fix": "eslint --fix src/",
"format": "prettier --write src//**/*.{ts,tsx,css} --config ./.prettierrc",
"prepare": "husky install"
},
"husky": {
"hooks": {
"pre-commit": "lint"
}
},
"files": [
"dist"
],
"main": "./dist/trimble-id-react.umd.js",
"module": "./dist/trimble-id-react.es.js",
"types": "./dist/index.d.ts",
"dependencies": {
"@trimble-oss/trimble-id": "^1.0.1",
"es-cookie": "^1.4.0",
"husky": "^8.0.3",
"jwt-decode": "^3.1.2"
},
"peerDependencies": {
"react": "16.8.0 || >=17.x",
"react-dom": "16.8.0 || >=17.x"
},
"devDependencies": {
"@babel/preset-env": "^7.22.20",
"@eslint/js": "^9.37.0",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.3",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^5.1.2",
"babel-jest": "^29.7.0",
"eslint": "^9.37.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.26",
"globals": "^16.2.0",
"gts": "^7.0.0",
"typescript-eslint": "^8.46.0",
"jest": "^30.0.0",
"jest-environment-jsdom": "^30.0.0",
"lint-staged": "^16.2.7",
"prettier": "^3.0.0",
"ts-jest": "^29.1.1",
"typedoc": "^0.25.2",
"typescript": "^5.0.2",
"vite": "^7.3.0",
"vite-plugin-dts": "^4.5.4",
"vite-plugin-linter": "^1.2.0",
"vite-tsconfig-paths": "^3.5.0"
}
}