generated from garronej/keycloakify-demo-app
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·52 lines (52 loc) · 1.15 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
{
"name": "keycloak-dsfr",
"version": "1.2.0",
"description": "Keycloak theme for @gouv/dsfr",
"repository": {
"type": "git",
"url": "git://github.com/SocialGouv/keycloak-dsfr.git"
},
"scripts": {
"build": "react-scripts build",
"keycloak": "yarn build && build-keycloak-theme",
"start": "react-scripts start",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"author": "maxgfr",
"license": "MIT",
"keywords": [],
"dependencies": {
"@emotion/react": "^11.7.0",
"@gouvfr/dsfr": "^1.5.0",
"keycloakify": "^5.7.0",
"powerhooks": "^0.20.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"tss-react": "^3.6.0"
},
"devDependencies": {
"@types/node": "^16.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"react-scripts": "5.0.1",
"typescript": "^4.1.2"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}