-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
66 lines (66 loc) · 1.73 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
{
"name": "fin",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^3.8.1",
"@material-ui/icons": "^3.0.1",
"@material/react-fab": "^0.8.0",
"axios": "^0.18.0",
"chart.js": "^2.7.3",
"compression": "^1.7.3",
"datetime-difference": "^1.0.1",
"express": "^4.16.4",
"firebase": "^5.7.2",
"i": "^0.3.6",
"moment": "^2.23.0",
"morgan": "^1.9.1",
"npm": "^6.5.0",
"react": "^16.7.0",
"react-addons-css-transition-group": "^15.6.2",
"react-avatar": "^3.5.0",
"react-bootstrap": "^0.32.4",
"react-chartjs": "^1.2.0",
"react-data-export": "^0.5.0",
"react-date-picker": "^7.1.1",
"react-datepicker": "^2.0.0",
"react-desktop": "^0.3.7",
"react-dom": "^16.7.0",
"react-firebase-file-uploader": "^2.4.2",
"react-google-button": "^0.5.3",
"react-lottie": "^1.2.3",
"react-minimal-pie-chart": "^3.3.0",
"react-notifications": "^1.4.3",
"react-on-screen": "^2.1.1",
"react-plx": "^1.3.11",
"react-pose": "^4.0.4",
"react-redux": "^6.0.0",
"react-responsive-modal": "^3.5.1",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.3",
"react-toastify": "^4.5.2",
"react-typed": "^1.1.0",
"reactstrap": "^7.0.2",
"redux": "^4.0.1",
"redux-persist": "^5.10.0",
"serverless-http": "^1.8.0",
"string-similarity": "^3.0.0",
"xlsx": "^0.14.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"
]
}