@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
73 lines (72 loc) • 2.12 kB
JSON
{
"name": "@trimble-oss/trimble-id-react",
"private": false,
"version": "1.0.1",
"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 --ext ts,tsx --report-unused-disable-directives",
"lint:fix": "eslint --fix 'src/**/*.{jsx,ts,tsx}'",
"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": "^0.0.7",
"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",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.3",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"@vitejs/plugin-react": "^4.0.3",
"babel-jest": "^29.7.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.9.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"gts": "^5.0.0",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"lint-staged": "^13.2.3",
"prettier": "^3.0.0",
"ts-jest": "^29.1.1",
"typedoc": "^0.25.2",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vite-plugin-dts": "^1.4.1",
"vite-plugin-linter": "^1.2.0",
"vite-tsconfig-paths": "^3.5.0"
}
}