-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
78 lines (78 loc) · 2.07 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
{
"name": "keycloak-react",
"version": "0.0.1",
"homepage": "http://czetsuya-tech.blogspot.com",
"private": true,
"dependencies": {
"@fullcalendar/core": "^4.4.2",
"axios": "^0.19.2",
"babel-polyfill": "6.26.0",
"chart.js": "2.9.3",
"classnames": "^2.2.6",
"formik": "^2.1.4",
"fullcalendar": "^3.10.2",
"i18next": "^19.4.5",
"keycloak-js": "^10.0.2",
"localforage": "^1.7.4",
"npm-check-updates": "^7.0.1",
"primeflex": "^1.1.1",
"primeicons": "^3.0.0",
"primereact": "^4.2.2",
"prop-types": "^15.7.2",
"quill": "^1.3.7",
"raven-js": "^3.27.2",
"react": "^16.13.1",
"react-app-location": "^1.2.0",
"react-dom": "^16.13.1",
"react-i18next": "^11.5.1",
"react-is": "^16.13.1",
"react-loader-spinner": "^3.1.14",
"react-redux": "^7.2.0",
"react-router-dom": "^5.2.0",
"react-router-redux": "^4.0.8",
"react-scripts": "3.4.1",
"react-scroll-to-element": "^0.2.0",
"react-transition-group": "^4.4.1",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-promise-middleware": "^6.1.2",
"redux-thunk": "^2.3.0",
"styled-components": "^5.1.1",
"yup": "^0.29.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"typescript": "^3.9.5"
},
"description": "A demo project created to demonstrate how a react project can be secured using a Keycloak server via authorization token.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/czetsuya/keycloak-react.git"
},
"keywords": [
"react",
"keycloak"
],
"author": "Edward P. Legaspi <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/czetsuya/keycloak-react/issues"
}
}