generated from garronej/keycloakify-demo-app
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
executable file
·82 lines (82 loc) · 2 KB
/
package.json
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
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "moj-ece-identity-theme",
"version": "1.1.0",
"prerelease": "true",
"description": "ECE Keycloak Theme",
"repository": {
"type": "git",
"url": "git://github.com/3tav/MojECE.IdentityTheme.git"
},
"scripts": {
"build": "react-scripts build",
"keycloak": "yarn build && build-keycloak-theme",
"start": "BROWSER=none react-scripts start",
"test": "react-scripts test",
"eject": "react-scripts eject",
"type-check": "tsc"
},
"author": "3tav",
"license": "MIT",
"keywords": [],
"homepage": "https://github.com/3tav/MojECE.IdentityTheme",
"dependencies": {
"@chakra-ui/react": "^1.6.8",
"@chakra-ui/react-utils": "^1.2.1",
"@chakra-ui/styled-system": "^1.15.0",
"@chakra-ui/system": "1.8.3",
"@chakra-ui/theme-tools": "1.3.1",
"@chakra-ui/utils": "^1.9.1",
"@emotion/core": "^11",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11",
"framer-motion": "^4",
"keycloakify": "~2.0",
"node-sass": "",
"react": "^17",
"react-dom": "^17",
"react-password-strength-bar": "latest",
"react-scripts": "4",
"tss-react": "^0.0.12",
"web-vitals": "^2.1.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5",
"@testing-library/react": "^11",
"@testing-library/user-event": "^12",
"@types/jest": "latest",
"@types/node": "18",
"@types/react": "17",
"@types/react-dom": "^17",
"typescript": "^4",
"webpack": "4.44.2"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"typings": "./src/index.d.ts",
"keycloakify": {
"extraPages": [
"login-update-password.ftl",
"login-page-expired.ftl",
"login-idp-link-email.ftl"
],
"extraThemeProperties": [
"locales=en,si"
]
}
}