forked from garronej/keycloakify-demo-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·53 lines (53 loc) · 1.42 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
{
"name": "keycloakify-demo-app",
"version": "0.4.2",
"description": "A demo project for keycloakify",
"repository": {
"type": "git",
"url": "git://github.com/garronej/keycloakify-demo-app.git"
},
"scripts": {
"build": "react-scripts build",
"keycloak": "yarn build && build-keycloak-theme",
"start": "react-scripts start",
"test": "react-scripts test",
"eject": "react-scripts eject",
"download-builtin-keycloak-theme": "download-builtin-keycloak-theme 15.0.2"
},
"author": "u/garronej",
"license": "MIT",
"keywords": [],
"dependencies": {
"@emotion/react": "^11.7.0",
"keycloakify": "^5.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"tss-react": "^3.5.2"
},
"devDependencies": {
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"node-sass": "^5.0.0",
"react-scripts": "5.0.0",
"typescript": "^4.1.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"
]
}
}