-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.38 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.38 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
{
"name": "keycloakify-starter",
"version": "250004.0.18",
"description": "Starter for Keycloakify themes using React, Shadcn, TailwindCSS and Keycloakify",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/Oussemasahbeni/keycloakify-shadcn-starter.git"
},
"bugs": {
"url": "https://github.com/Oussemasahbeni/keycloakify-shadcn-starter/issues"
},
"homepage": "https://github.com/Oussemasahbeni/keycloakify-shadcn-starter#readme",
"scripts": {
"postinstall": "keycloakify sync-extensions",
"prepare": "node scripts/prepare-publish.js",
"dev": "vite",
"build": "tsc && vite build",
"build-storybook": "storybook build",
"build-keycloak-theme": "npm run build && keycloakify build",
"storybook": "storybook dev -p 6006",
"format": "prettier . --write",
"emails:check": "email check ./src/email/templates",
"emails:preview": "email preview ./src/email/templates"
},
"license": "MIT",
"keywords": [],
"packageManager": "pnpm",
"dependencies": {
"@keycloakify/login-ui": "~250004.6.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"i18next": "^24.2.3",
"input-otp": "^1.4.2",
"keycloakify": "^11.14.2",
"lucide-react": "^0.473.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-i18next": "^15.7.4",
"react-icons": "^5.5.0",
"@tailwindcss/vite": "^4.2.1",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^4.2.1",
"tw-animate-css": "^1.4.0",
"rfc4648": "^1.5.4",
"tsafe": "^1.8.5",
"radix-ui": "latest"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@storybook/react-vite": "^10.2.19",
"@types/node": "^22.19.3",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.49.0",
"@typescript-eslint/parser": "^8.49.0",
"@vitejs/plugin-react": "^6.0.1",
"eslint": "^9.39.2",
"eslint-config-prettier": "^9.1.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.24",
"eslint-plugin-storybook": "^0.11.6",
"globals": "^17.4.0",
"jsx-email": "^2.8.4",
"keycloakify-emails": "3.3.1",
"prettier": "3.8.1",
"storybook": "^10.2.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.56.1",
"vite": "^8.0.0"
},
"engines": {
"node": "^18.0.0 || >=20.0.0"
}
}