-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.46 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
{
"homepage": "https://squadup-85676.firebaseapp.com/",
"name": "SquadUp",
"version": "0.1.0",
"private": true,
"dependencies": {
"@google/maps": "^0.4.6",
"@material-ui/core": "^1.4.0",
"@material-ui/icons": "^1.1.0",
"bootstrap": "^4.3.1",
"build": "^0.1.4",
"chart.js": "^2.7.2",
"firebase": "^5.1.0",
"jsonp": "^0.2.1",
"jsonp-request": "0.0.5",
"loose-envify": "^1.3.1",
"make": "^0.8.1",
"material-auto-rotating-carousel": "^2.0.0",
"node-foursquare-2": "^0.1.5",
"object-assign": "^4.1.1",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-bootstrap": "^0.32.1",
"react-chartjs-2": "^2.7.3",
"react-confetti": "^2.3.0",
"react-confetti-canvas": "^1.0.1",
"react-dom": "^16.4.1",
"react-draggable": "^3.0.5",
"react-image": "^1.3.1",
"react-loading-animation": "^1.4.0",
"react-perfect-scrollbar": "^1.1.1",
"react-router": "^3.0.5",
"react-router-dom": "^4.4.0-alpha.0",
"react-scripts": "1.1.4",
"react-spinners": "^0.3.2",
"react-swipe": "^5.1.1",
"react-swipeable": "^4.3.0",
"react-swipeable-views": "^0.12.15",
"react-tinderable": "^0.1.8",
"react-tooltip": "^3.6.1",
"reactstrap": "^6.1.0",
"request-json": "^0.6.3",
"swipe-js-iso": "^2.0.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}