2022-09-06 17:22:23 +00:00
|
|
|
{
|
2024-06-06 03:26:06 +00:00
|
|
|
"name": "keycloakify-starter",
|
2024-08-15 21:37:37 +00:00
|
|
|
"version": "0.0.0",
|
2024-06-06 03:26:06 +00:00
|
|
|
"description": "Starter for Keycloakify 10",
|
|
|
|
"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-08-23 16:52:34 +00:00
|
|
|
"keycloakify": "10.0.0-rc.146",
|
2024-06-06 03:26:06 +00:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
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",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^6.14.0",
|
|
|
|
"@typescript-eslint/parser": "^6.14.0",
|
|
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
|
|
"eslint": "^8.55.0",
|
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
|
|
"eslint-plugin-react-refresh": "^0.4.5",
|
|
|
|
"eslint-plugin-storybook": "^0.8.0",
|
|
|
|
"prettier": "3.3.1",
|
|
|
|
"typescript": "^5.2.2",
|
|
|
|
"vite": "^5.0.8"
|
|
|
|
}
|
2024-06-09 13:00:18 +00:00
|
|
|
}
|