-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
55 lines (55 loc) · 1.4 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
{
"name": "lagnifront",
"version": "0.1.0",
"private": true,
"dependencies": {
"@google/maps": "^0.4.5",
"ajv": "*",
"axios": "*",
"bootstrap": "*",
"chart.js": "*",
"crypto-js": "^3.1.9-1",
"geolib": "*",
"google-distance": "^1.0.1",
"google-maps-react": "*",
"jquery": "*",
"js-cookie": "*",
"mdbreact": "^4.2.0",
"npm": "*",
"popper.js": "*",
"react": "^16.2.0",
"react-bootstrap": "^0.32.1",
"react-bootstrap-button-loader": "^1.0.11",
"react-bootstrap-select": "*",
"react-bootstrap-time-picker": "*",
"react-chartjs-2": "*",
"react-css-themr": "*",
"react-dom": "^16.2.0",
"react-google-maps": "*",
"react-icons": "^2.2.7",
"react-loader": "^2.4.3",
"react-places-autocomplete": "^6.1.3",
"react-router": "*",
"react-router-bootstrap": "*",
"react-router-dom": "*",
"react-s-alert": "^1.4.1",
"react-scripts": "*",
"react-stripe-checkout": "*",
"react-stripe-elements": "*",
"react-timestamp": "*",
"react-toolbox": "^1.3.4",
"react-transition-group": "*",
"reactstrap": "*"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"toolbox": "react-toolbox-themr"
},
"devDependencies": {
"bootstrap": "*",
"react-toolbox-themr": "*"
}
}