-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
78 lines (78 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
72
73
74
75
76
77
78
{
"name": "linkedin-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^3.5.1",
"axios": "^0.18.0",
"datepicker-bootstrap": "^1.8.0",
"form-serialize": "^0.7.2",
"hashmap": "^2.3.0",
"jquery": "^3.3.1",
"mdbreact": "^4.8.3",
"moment": "^2.22.2",
"nodemon": "^1.18.6",
"plotly.js-cartesian-dist": "^1.42.5",
"plotly.js-dist": "^1.42.5",
"query-string": "^6.2.0",
"react": "^16.5.2",
"react-bootstrap": "^0.32.4",
"react-bootstrap-table-next": "^1.4.1",
"react-bootstrap-table2-editor": "^1.2.2",
"react-bootstrap-table2-paginator": "^1.0.4",
"react-chat-window": "^1.0.8",
"react-cookie": "^3.0.4",
"react-cookies": "^0.1.0",
"react-datepicker": "^2.0.0",
"react-dom": "^16.5.2",
"react-dropdown": "^1.6.2",
"react-dropzone": "^6.0.0",
"react-facebook-login": "^4.1.0",
"react-google-button": "^0.5.3",
"react-heatmap-grid": "^0.5.2",
"react-images-upload": "^1.2.3",
"react-pdf": "^4.0.0",
"react-pdf-js": "^4.0.1",
"react-pencil": "^1.1.1",
"react-plotlyjs": "^0.4.4",
"react-rangeslider": "^2.2.0",
"react-redux": "^5.1.1",
"react-redux-form": "^1.16.10",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.5",
"react-stepper-horizontal": "^1.0.11",
"react-svg": "^7.1.0",
"react-time-tracker": "^1.0.0",
"react-tracker": "0.0.8",
"redux": "^4.0.1",
"redux-devtools": "^3.4.1",
"redux-form": "^7.4.2",
"redux-promise": "^0.6.0",
"redux-thunk": "^2.3.0",
"serialize-form": "^1.1.4",
"sweetalert": "^2.1.2",
"sweetalert2": "^7.29.1",
"tachyons": "^4.11.1",
"timetracking": "^1.2.2",
"uniqid": "^5.0.3",
"vue-analytics": "^5.16.0"
},
"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": {
"redux-devtools-extension": "^2.13.5"
}
}