-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
147 lines (147 loc) · 4.79 KB
/
package.json
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"name": "forgerock-javascript-sdk",
"description": "ForgeRock JavaScript SDK",
"engines": {
"node": "^20 || ^18",
"npm": ">= 7.0.0"
},
"private": true,
"scripts": {
"build": "nx affected --target=build",
"clean": "shx rm -rf ./{coverage,dist,docs,node_modules,tmp}/ ./{packages,e2e}/*/{dist,node_modules}/ && git clean -fX -e \"!.env*,nx-cloud.env\"",
"ci:release": "pnpm publish -r --no-git-checks && changeset tag",
"ci:version": "changeset version && pnpm install --no-frozen-lockfile",
"changeset": "pnpm changeset",
"commit": "git cz",
"docs": "nx affected --target=typedoc",
"e2e": "CI=true nx affected:e2e",
"format:staged": "pretty-quick --staged",
"lint": "nx affected --target=lint",
"nx": "nx",
"preinstall": "npx only-allow pnpm",
"prepare": "husky install",
"publish:local": "node ./tools/release/local.mjs",
"publish:dev": "node ./tools/release/dev.mjs",
"start:token-vault": "nx run-many --target=serve --projects=token-vault-app,token-vault-proxy,mock-api",
"test": "CI=true nx affected:test",
"verdaccio": "nx local-registry",
"commitlint": "commitlint --edit"
},
"repository": {
"type": "git",
"url": "https://github.com/ForgeRock/forgerock-javascript-sdk.git"
},
"author": "ForgeRock",
"bugs": {
"url": "https://github.com/ForgeRock/forgerock-javascript-sdk/issues"
},
"homepage": "https://github.com/ForgeRock/forgerock-javascript-sdk#readme",
"devDependencies": {
"@commitlint/cli": "^19.1.0",
"@commitlint/config-conventional": "^19.1.0",
"@commitlint/prompt": "^19.1.0",
"@effect/language-service": "^0.1.0",
"@effect/platform": "^0.58.27",
"@effect/platform-node": "^0.53.26",
"@effect/schema": "^0.68.23",
"@effect/vitest": "^0.6.7",
"@nx/devkit": "20.0.1",
"@nx/esbuild": "20.0.1",
"@nx/eslint": "20.0.1",
"@nx/eslint-plugin": "20.0.1",
"@nx/express": "20.0.1",
"@nx/js": "20.0.1",
"@nx/node": "20.0.1",
"@nx/playwright": "20.0.1",
"@nx/vite": "20.0.1",
"@nx/web": "20.0.1",
"@nx/workspace": "20.0.1",
"@playwright/test": "^1.47.2",
"@swc-node/register": "1.9.2",
"@swc/core": "1.5.7",
"@swc/helpers": "0.5.12",
"@types/estree": "^1.0.1",
"@types/express": "4.17.17",
"@types/node": "18.19.26",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"@typescript-eslint/typescript-estree": "5.59.5",
"@vitejs/plugin-basic-ssl": "1.1.0",
"@vitest/coverage-v8": "^1.4.0",
"@vitest/ui": "^1.4.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cz-conventional-changelog": "^3.3.0",
"cz-git": "^1.6.1",
"effect": "^3.5.3",
"effect-http": "^0.73.0",
"effect-http-node": "^0.16.1",
"esbuild": "^0.19.2",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-playwright": "^1.5.1",
"eslint-plugin-prettier": "^5.1.3",
"express": "^4.21.0",
"fast-check": "^3.19.0",
"husky": "^8.0.3",
"jsdom": "22.1.0",
"jsonc-eslint-parser": "^2.1.0",
"lint-staged": "^13.2.2",
"mkcert": "^3.2.0",
"npm-cli-login": "^1.0.0",
"nx": "20.0.1",
"playwright": "^1.47.2",
"prettier": "^3.2.5",
"pretty-quick": "^4.0.0",
"sass": "^1.71.1",
"shx": "^0.3.4",
"superagent": "^8.1.2",
"swc-loader": "0.1.15",
"ts-node": "10.9.1",
"tslib": "^2.5.0",
"typedoc": "^0.26.5",
"typedoc-plugin-rename-defaults": "^0.7.1",
"typedoc-theme-hierarchy": "^5.0.3",
"typescript": "5.5.3",
"uuid": "^9.0.1",
"verdaccio": "^5.29.2",
"vite": "^5.4.8",
"vite-plugin-dts": "^4.2.2",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-externalize-deps": "^0.8.0",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.4.0",
"vitest-canvas-mock": "^0.3.3"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"nx": {
"includedScripts": []
},
"packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e",
"dependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.9",
"browserstack-node-sdk": "1.34.17",
"nx-cloud": "19.1.0"
},
"pnpm": {
"overrides": {
"ssri@>=5.2.2 <6.0.2": ">=6.0.2",
"express@<4.19.2": ">=4.19.2",
"tough-cookie@<4.1.3": ">=4.1.3",
"micromatch@<4.0.8": ">=4.0.8",
"body-parser@<1.20.3": ">=1.20.3",
"send@<0.19.0": ">=0.19.0",
"serve-static@<1.16.0": ">=1.16.0",
"express@<4.20.0": ">=4.20.0",
"path-to-regexp@<0.1.10": ">=0.1.10",
"rollup@<2.79.2": ">=2.79.2"
}
}
}