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
·70 lines (70 loc) · 2.32 KB
/
package.json
File metadata and controls
executable file
·70 lines (70 loc) · 2.32 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
{
"name": "subcloakify",
"version": "1.3.0",
"description": "subcloakify - a keycloak theme for subtype, for all",
"repository": {
"type": "git",
"url": "git://github.com/subtype-space/subcloakify.git"
},
"type": "module",
"scripts": {
"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": {
"@radix-ui/react-checkbox": "^1.3.2",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-radio-group": "^1.3.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.5",
"@radix-ui/react-tooltip": "^1.2.7",
"@tailwindcss/vite": "^4.1.10",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"input-otp": "^1.4.2",
"keycloakify": "^11.8.32",
"lucide-react": "^0.512.0",
"postcss": "^8.5.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind-merge": "^3.3.0",
"tailwindcss": "^4.1.10"
},
"devDependencies": {
"@chromatic-com/storybook": "^3.2.3",
"@eslint/js": "^9.15.0",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/react": "^8.6.14",
"@storybook/react-vite": "^8.6.14",
"@types/node": "^22.15.29",
"@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",
"autoprefixer": "^10.4.21",
"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.6.14",
"ts-node": "^10.9.2",
"tw-animate-css": "^1.3.3",
"typescript": "^5.4.5",
"typescript-eslint": "^8.15.0",
"vite": "^5.4.19"
},
"engines": {
"node": "^18.0.0 || >=20.0.0"
}
}