generated from garronej/ts-ci
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·55 lines (55 loc) · 1.61 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
{
"name": "@keycloakify/keycloak-account-ui",
"version": "260007.0.3",
"description": "Repackaged Keycloak Account UI",
"repository": {
"type": "git",
"url": "git://github.com/keycloakify/keycloak-account-ui.git"
},
"scripts": {
"postinstall": "tsx scripts/postinstall.ts",
"build": "tsx scripts/build.ts",
"_format": "prettier '**/*.{ts,tsx,json,md}'",
"format": "npm run _format -- --write",
"format:check": "npm run _format -- --list-different",
"link-in-starter": "tsx scripts/link-in-app.ts keycloakify-starter"
},
"lint-staged": {
"*.{ts,tsx,json,md}": [
"prettier --write"
]
},
"husky": {
"hooks": {
"pre-commit": "lint-staged -v"
}
},
"author": "The Keycloak Team, re-packaged by u/garronej",
"license": "Apache-2.0",
"keywords": [
"keycloak",
"keycloakify",
"keycloak-account-ui"
],
"homepage": "https://github.com/keycloakify/keycloak-account-ui",
"devDependencies": {
"@types/make-fetch-happen": "^10.0.4",
"@types/node": "^20.2.1",
"husky": "^4.3.8",
"lint-staged": "^11.1.1",
"make-fetch-happen": "^14.0.3",
"prettier": "^3.3.2",
"tsx": "^4.15.5",
"typescript": "^5.4.5",
"zod": "^3.23.8",
"yauzl": "^3.2.0",
"evt": "^2.5.8",
"react": "^18.3.1",
"@types/react": "^18.3.12",
"@keycloak/keycloak-account-ui": "26.0.7",
"i18next": "^23.15.1"
},
"dependencies": {
"tsafe": "^1.8.5"
}
}