-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
129 lines (129 loc) · 4.06 KB
/
package.json
File metadata and controls
129 lines (129 loc) · 4.06 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "ping-javascript-sdk",
"version": "0.0.0",
"private": true,
"description": "Ping JavaScript SDK",
"homepage": "https://github.com/ForgeRock/ping-javascript-sdk#readme",
"bugs": {
"url": "https://github.com/ForgeRock/ping-javascript-sdk/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/ForgeRock/ping-javascript-sdk.git"
},
"author": "ForgeRock",
"scripts": {
"build": "nx affected --target=build",
"changeset": "changeset",
"ci:release": "pnpm publish -r --no-git-checks && changeset tag",
"ci:version": "changeset version && pnpm install --no-frozen-lockfile && pnpm nx format:write --uncommitted",
"circular-dep-check": "madge --circular .",
"clean": "shx rm -rf ./{coverage,dist,docs,node_modules,tmp}/ ./{packages,e2e}/*/{dist,node_modules}/ && git clean -fX -e \"!.env*,nx-cloud.env\"",
"commit": "git cz",
"commitlint": "commitlint --edit",
"create-package": "nx g @nx/js:library",
"format": "pnpm nx format:write",
"generate-docs": "typedoc",
"lint": "nx affected --target=lint",
"local-release": "pnpm ts-node tools/release/release.ts",
"nx": "nx",
"postinstall": "ts-patch install",
"preinstall": "npx only-allow pnpm",
"prepare": "node .husky/install.mjs",
"serve": "nx serve",
"test": "CI=true nx affected:test",
"test:e2e": "CI=true nx affected:e2e",
"verdaccio": "nx local-registry",
"watch": "nx watch-deps"
},
"lint-staged": {
"*": [
"pnpm nx sync",
"pnpm nx affected -t typecheck lint build",
"pnpm nx format:write",
"git add"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"ts-patch": "3.3.0"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.9",
"@codecov/vite-plugin": "1.9.0",
"@commitlint/cli": "^19.1.0",
"@commitlint/config-conventional": "^19.1.0",
"@commitlint/prompt": "^19.1.0",
"@effect/cli": "catalog:effect",
"@eslint/eslintrc": "^3.0.0",
"@eslint/js": "~9.25.0",
"@nx/devkit": "21.2.3",
"@nx/eslint": "21.2.3",
"@nx/eslint-plugin": "21.2.3",
"@nx/jest": "21.2.3",
"@nx/js": "21.2.3",
"@nx/playwright": "21.2.3",
"@nx/plugin": "21.2.3",
"@nx/vite": "21.2.3",
"@nx/web": "21.2.3",
"@nx/workspace": "21.2.3",
"@playwright/test": "^1.47.2",
"@swc-node/register": "1.10.10",
"@swc/cli": "0.6.0",
"@swc/core": "1.11.21",
"@swc/helpers": "0.5.17",
"@types/eslint": "9.6.1",
"@types/estree": "^1.0.1",
"@types/express": "5.0.1",
"@types/node": "22.14.1",
"@typescript-eslint/typescript-estree": "8.23.0",
"@typescript-eslint/utils": "^8.13.0",
"@vitest/coverage-v8": "^3.0.5",
"@vitest/ui": "3.0.4",
"conventional-changelog-conventionalcommits": "^8.0.0",
"cz-conventional-changelog": "^3.3.0",
"cz-git": "^1.6.1",
"eslint": "^9.8.0",
"eslint-config-prettier": "10.1.5",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-package-json": "0.30.0",
"eslint-plugin-playwright": "^2.0.0",
"eslint-plugin-prettier": "^5.2.3",
"fast-check": "^4.0.0",
"husky": "^9.0.0",
"jiti": "2.4.2",
"jsdom": "26.1.0",
"jsonc-eslint-parser": "^2.1.0",
"lint-staged": "^15.0.0",
"madge": "8.0.0",
"nx": "21.2.3",
"playwright": "^1.47.2",
"prettier": "^3.2.5",
"shx": "^0.4.0",
"swc-loader": "0.2.6",
"ts-node": "10.9.2",
"tslib": "^2.5.0",
"typedoc": "^0.27.4",
"typedoc-github-theme": "0.2.1",
"typedoc-plugin-rename-defaults": "^0.7.2",
"typescript": "5.8.3",
"typescript-eslint": "^8.19.0",
"verdaccio": "6.1.2",
"vite": "6.3.4",
"vitest": "catalog:vitest",
"vitest-canvas-mock": "^0.3.3"
},
"packageManager": "pnpm@9.15.9+sha512.68046141893c66fad01c079231128e9afb89ef87e2691d69e4d40eee228988295fd4682181bae55b58418c3a253bde65a505ec7c5f9403ece5cc3cd37dcf2531",
"engines": {
"node": "^20 || ^22",
"pnpm": "9.15.9"
},
"nx": {
"includedScripts": []
}
}