-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
executable file
·48 lines (48 loc) · 1.25 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
{
"name": "polorbear",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.16.2",
"bluebird": "^3.5.0",
"body-parser": "^1.17.2",
"bootstrap": "^3.3.7",
"cors": "^2.8.4",
"dotenv": "^4.0.0",
"express": "^4.15.4",
"fast-csv": "^2.4.0",
"jquery": "^3.2.1",
"leaflet": "^1.2.0",
"leaflet.markercluster": "^1.1.0",
"mongoose": "^4.11.9",
"nodemailer": "^4.1.0",
"object-assign": "^4.1.1",
"password-hash": "^1.2.2",
"react": "^15.6.1",
"react-add-to-calendar": "^0.1.4",
"react-big-calendar": "^0.15.0",
"react-bootstrap": "^0.31.3",
"react-dom": "^15.6.1",
"react-leaflet": "^1.6.6",
"react-leaflet-markercluster": "^1.1.6",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^4.0.8",
"react-scripts": "1.0.13",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"timekit-booking": "^1.19.0",
"whatwg-fetch": "^2.0.3"
}
}