forked from keycloakify/keycloakify-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·81 lines (81 loc) · 2.8 KB
/
package.json
File metadata and controls
executable file
·81 lines (81 loc) · 2.8 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
{
"name": "keycloakify-starter",
"version": "0.0.0",
"description": "Starter for Keycloakify 11",
"repository": {
"type": "git",
"url": "git://github.com/codegouvfr/keycloakify-starter.git"
},
"type": "module",
"scripts": {
"postinstall": "keycloakify sync-extensions",
"dev": "vite",
"build": "tsc && vite build",
"build-keycloak-theme": "npm run build && keycloakify build",
"storybook": "storybook dev -p 6006",
"format": "prettier . --write"
},
"license": "MIT",
"keywords": [],
"dependencies": {
"@dagrejs/dagre": "^1.1.5",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@keycloak/keycloak-admin-client": "26.5.0",
"@keycloakify/email-native": "~260007.0.0",
"@keycloakify/keycloak-account-ui": "~260500.0.0",
"@keycloakify/keycloak-admin-ui": "~260305.0.0",
"@keycloakify/keycloak-ui-shared": "~260500.0.0",
"@mui/icons-material": "^7.3.6",
"@mui/material": "^7.3.6",
"@patternfly/patternfly": "^5.4.2",
"@patternfly/react-core": "^5.4.14",
"@patternfly/react-icons": "^5.4.2",
"@patternfly/react-styles": "^5.4.1",
"@patternfly/react-table": "^5.4.16",
"@uiw/react-textarea-code-editor": "^3.1.1",
"file-saver": "^2.0.5",
"flat": "^6.0.1",
"i18next": "^25.7.3",
"i18next-fetch-backend": "^6.0.0",
"jszip": "^3.10.1",
"keycloak-js": "^26.2.2",
"keycloakify": "^11.13.2",
"lodash-es": "^4.17.22",
"p-debounce": "^4.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.70.0",
"react-i18next": "^16.5.1",
"react-router-dom": "^6.30.2",
"reactflow": "^11.11.4",
"use-react-router-breadcrumbs": "^4.0.1"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@storybook/react": "^8.1.10",
"@storybook/react-vite": "^8.1.10",
"@types/file-saver": "^2.0.7",
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"eslint-plugin-storybook": "^0.11.1",
"globals": "^15.12.0",
"prettier": "3.3.1",
"storybook": "^8.1.10",
"typescript": "^5.2.2",
"typescript-eslint": "^8.15.0",
"vite": "^5.0.8"
},
"engines": {
"node": "^18.0.0 || >=20.0.0"
}
}