keycloakify-custom/package.json

50 lines
1.5 KiB
JSON
Raw Permalink Normal View History

2022-09-06 17:22:23 +00:00
{
2024-06-06 03:26:06 +00:00
"name": "keycloakify-starter",
2024-11-06 09:22:01 +00:00
"version": "0.0.0",
2024-09-22 23:01:24 +00:00
"description": "Starter for Keycloakify 11",
2024-06-06 03:26:06 +00:00
"repository": {
"type": "git",
"url": "git://github.com/codegouvfr/keycloakify-starter.git"
},
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
2024-06-09 13:09:47 +00:00
"build-keycloak-theme": "npm run build && keycloakify build",
2024-06-06 03:26:06 +00:00
"storybook": "storybook dev -p 6006",
2024-06-21 00:38:32 +00:00
"format": "prettier . --write"
2024-06-06 03:26:06 +00:00
},
"license": "MIT",
"keywords": [],
"dependencies": {
2024-12-08 23:09:05 +00:00
"keycloakify": "^11.4.4",
2024-06-06 03:26:06 +00:00
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
2024-11-21 13:50:40 +00:00
"@eslint/js": "^9.15.0",
2024-06-21 20:05:41 +00:00
"storybook": "^8.1.10",
"@storybook/react": "^8.1.10",
"@storybook/react-vite": "^8.1.10",
2024-06-06 03:26:06 +00:00
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
2024-11-21 13:50:40 +00:00
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
2024-06-06 03:26:06 +00:00
"@vitejs/plugin-react": "^4.2.1",
2024-11-21 13:50:40 +00:00
"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",
2024-06-06 03:26:06 +00:00
"prettier": "3.3.1",
"typescript": "^5.2.2",
2024-11-21 13:50:40 +00:00
"typescript-eslint": "^8.15.0",
2024-06-06 03:26:06 +00:00
"vite": "^5.0.8"
2024-09-11 09:05:48 +00:00
},
"engines": {
"node": "^18.0.0 || >=20.0.0"
}
2024-06-09 13:00:18 +00:00
}