-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.08 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
{
"name": "moos-absolut",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.18.0",
"classnames": "^2.2.6",
"date-fns": "^1.30.1",
"js-cookie": "^2.2.0",
"keycloak-js": "^6.0.1",
"lodash": "^4.17.11",
"node-sass": "^4.12.0",
"react": "^16.8.6",
"react-date-range": "^1.0.0-beta",
"react-dom": "^16.8.6",
"react-highlight-words": "^0.16.0",
"react-keycloak": "^6.0.4",
"react-redux": "^7.0.3",
"react-router-dom": "^5.0.0",
"react-scripts": "3.0.1",
"react-transition-group": "^4.1.0",
"redux": "^4.0.1",
"redux-form": "^8.2.3",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"analyze": "source-map-explorer 'build/static/js/*.js'"
},
"eslintConfig": {
"extends": "react-app"
},
"devDependencies": {
"prop-types": "^15.7.2",
"react-app-rewired": "^2.1.3",
"source-map-explorer": "^1.8.0"
}
}