-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
89 lines (89 loc) · 2.53 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
79
80
81
82
83
84
85
86
87
88
89
{
"name": "restaurantweb",
"version": "1.0.0",
"description": "",
"main": "server.js",
"engines": {
"node": "10.7.0"
},
"scripts": {
"dev": "node server.js",
"build": "next build",
"heroku-postbuild": "next build",
"start": "node server.js",
"prod_start": "SET NODE_DEV=production & node server.js",
"export": "next export"
},
"author": "Henry Heng",
"license": "ISC",
"dependencies": {
"@babel/plugin-proposal-decorators": "^7.4.4",
"@coreui/coreui": "^2.1.9",
"@fortawesome/fontawesome-svg-core": "^1.2.17",
"@fortawesome/free-solid-svg-icons": "^5.8.1",
"@fortawesome/react-fontawesome": "^0.1.4",
"@material-ui/core": "^3.9.3",
"@types/react": "^16.8.13",
"@types/react-dom": "^16.8.3",
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"axios": "^0.18.0",
"babel-loader": "^8.0.5",
"babel-runtime": "^6.26.0",
"bcrypt-nodejs": "0.0.3",
"bootstrap": "^4.3.1",
"concurrently": "^4.1.0",
"cookie-parser": "^1.4.4",
"core-js": "^3.0.1",
"cors": "^2.8.5",
"dotenv": "^7.0.0",
"email-templates": "^5.0.5",
"email-templates-v2": "^2.0.3",
"express": "^4.16.4",
"google-map-react": "^1.1.5",
"handlebars": "^4.1.2",
"js-cookie": "^2.2.0",
"jsonwebtoken": "^8.5.1",
"mobx": "^5.9.4",
"mobx-react": "^5.4.3",
"moment": "^2.24.0",
"mongoose": "^5.5.3",
"morgan": "^1.9.1",
"next": "^8.1.0",
"next-compose-plugins": "^2.1.1",
"next-images": "^1.1.1",
"next-seo": "^1.11.2",
"node-sass": "^4.14.1",
"nodemailer": "^6.1.1",
"nodemailer-smtp-transport": "^2.7.4",
"nodemon": "^1.18.10",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"pretty-checkbox": "^3.0.3",
"pug": "^2.0.3",
"react": "^16.8.6",
"react-content-loader": "^4.2.1",
"react-cookie": "^4.0.0",
"react-credit-cards": "^0.7.0",
"react-date-range": "^1.0.0-beta",
"react-dom": "^16.8.6",
"react-dotdotdot": "^1.2.3",
"react-load-script": "0.0.6",
"react-lottie": "^1.2.3",
"react-places-autocomplete": "^7.2.1",
"react-redux": "^7.0.2",
"react-select": "^3.0.4",
"react-star-rating-component": "^1.4.1",
"react-star-ratings": "^2.3.0",
"react-stripe-elements": "^3.0.0",
"react-toastify": "^5.2.1",
"reactstrap": "^8.0.0",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.8",
"sitemap": "^2.2.0",
"stripe": "^7.1.0",
"universal-cookie": "^3.1.0",
"webpack": "^4.28.3"
}
}