-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·58 lines (58 loc) · 1.77 KB
/
package.json
File metadata and controls
executable file
·58 lines (58 loc) · 1.77 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
{
"name": "tailcloakify",
"version": "1.2.0",
"description": "Tailcloakify, the Keycloak Theme based on Keycloakify, and layered with TailwindCSS",
"repository": {
"type": "git",
"url": "git@github.com:ALMiG-Kompressoren-GmbH/tailcloakify.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": {
"autoprefixer": "^10.4.19",
"keycloakify": "^11.8.30",
"lottie-react": "^2.4.1",
"postcss": "^8.4.39",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.4",
"vanilla-cookieconsent": "3.1.0"
},
"devDependencies": {
"@chromatic-com/storybook": "^4.0.0",
"@eslint/js": "^9.15.0",
"@storybook/react-vite": "^9.0.1",
"@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": "^9.0.1",
"globals": "^15.12.0",
"prettier": "3.3.1",
"storybook": "^9.0.1",
"typescript": "^5.2.2",
"typescript-eslint": "^8.15.0",
"vite": "^6.3.5"
},
"engines": {
"node": "^18.0.0 || >=20.0.0"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"overrides": {
"storybook": "$storybook"
}
}