forked from AxaFrance/oidc-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "@axafr/react-oidc-monorepo",
"private": true,
"version": "0.0.0",
"description": "Root package for the project",
"license": "MIT",
"workspaces": [
"packages/oidc-service-worker",
"packages/vanilla",
"packages/react",
"packages/vanilla-demo"
],
"keywords": [
"react",
"oidc"
],
"repository": {
"url": "https://github.com/AxaGuilDEv/react-oidc.git",
"type": "git"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"format": "prettier --write --cache .",
"lint": "eslint --cache .",
"outdated": "pnpm outdated -r",
"test": "pnpm run test --workspaces --if-present",
"build": "pnpm -r --filter=./packages/* run build"
},
"devDependencies": {
"eslint": "^8.45.0",
"eslint-define-config": "^1.21.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-regexp": "^1.15.0",
"eslint-plugin-testing-library": "^5.11.0",
"tslib": "^2.6.0",
"tsx": "^3.12.7",
"typescript": "^5.1.6",
"vitest": "^0.33.0"
},
"engines": {
"node": "16.* || >= 18.0.0"
},
"packageManager": "pnpm@8.6.7"
}