-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·71 lines (71 loc) · 2.12 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
{
"name": "ubuntukr-keycloakify-theme",
"homepage": "https://github.com/ubuntu-kr/ubuntukr-keycloakify-theme",
"version": "0.0.12",
"description": "Keycloak theme for Ubuntu Korea",
"repository": {
"type": "git",
"url": "git://github.com/ubuntu-kr/ubuntukr-keycloakify-theme.git"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build-keycloak-theme": "sass --load-path=node_modules src:dist --style=compressed && yarn build && keycloakify",
"download-builtin-keycloak-theme": "download-builtin-keycloak-theme 15.0.2",
"build-css": "sass -w --load-path=node_modules src:dist --style=compressed"
},
"keycloakify": {
"groupId": "org.ubuntu-kr.keycloak",
"artifactId": "ubuntukr-theme",
"extraThemeProperties": [
"locales=en,ko"
],
"extraLoginPages": [
],
"keycloakVersionDefaultAssets": "21.0.1",
"bundler": "mvn"
},
"author": "Ubuntu Korea Community",
"license": "MIT",
"keywords": [],
"dependencies": {
"@canonical/react-components": "^0.42.0",
"evt": "^2.4.15",
"keycloakify": "^7.14.2",
"powerhooks": "^0.26.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vanilla-framework": "^4.0.0"
},
"devDependencies": {
"@types/node": "^15.3.1",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.4",
"react-scripts": "5.0.1",
"typescript": "~4.7.0",
"sass": "^1.58.3"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"rules": {
"react-hooks/exhaustive-deps": "off",
"@typescript-eslint/no-redeclare": "off",
"no-labels": "off"
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}