-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·56 lines (56 loc) · 1.76 KB
/
package.json
File metadata and controls
executable file
·56 lines (56 loc) · 1.76 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
{
"name": "id.helpwave.de",
"version": "0.1.14",
"repository": {
"type": "git",
"url": "git://github.com/helpwave/id.helpwave.de.git"
},
"type": "module",
"scripts": {
"postinstall": "keycloakify sync-extensions",
"dev": "vite",
"storybook": "storybook dev -p 6006",
"build-intl": "npx --package=@helpwave/internationalization build-intl --force -i ./locales -o ./src/i18n/translations.ts -n helpwaveIdTranslation",
"check-translations": "node scripts/check-translation-keys.mjs",
"build": "npm run build-intl && tsc && vite build",
"build-keycloak-theme": "npm run build && keycloakify build",
"build-storybook": "storybook build",
"lint": "eslint .",
"typecheck": "tsc --noEmit"
},
"license": "MPL-2",
"keywords": [],
"dependencies": {
"@helpwave/hightide": "^0.8.1",
"@keycloakify/email-native": "~260007.0.0",
"keycloakify": "^11.14.2",
"lucide-react": "^0.563.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@helpwave/eslint-config": "^0.0.11",
"@storybook/react-vite": "^10.2.8",
"@tailwindcss/vite": "^4.1.18",
"@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-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"eslint-plugin-storybook": "^10.2.8",
"globals": "^15.12.0",
"storybook": "^10.2.8",
"tailwindcss": "^4.1.18",
"typescript": "^5.2.2",
"typescript-eslint": "^8.15.0",
"vite": "^7.3.1"
},
"engines": {
"node": "^18.0.0 || >=20.0.0"
}
}