-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
55 lines (55 loc) · 1.49 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": "airport_pro",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@material-ui/core": "^4.11.0",
"@zeit/next-css": "^1.0.1",
"apexcharts": "^3.22.2",
"bcrypt": "^5.0.0",
"bootstrap": "^4.5.3",
"bs-stepper": "^1.7.0",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.5",
"date-fns": "^2.16.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"geolib": "^3.3.1",
"isomorphic-unfetch": "^3.1.0",
"js-cookie": "^2.2.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.10.9",
"next": "^9.5.5",
"next-compose-plugins": "^2.2.1",
"next-cookies": "^2.0.3",
"next-images": "^1.6.2",
"next-optimized-images": "^2.6.1",
"nodemon": "^2.0.6",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"react": "^16.13.1",
"react-apexcharts": "^1.3.7",
"react-bootstrap": "^1.3.0",
"react-datepicker": "^3.3.0",
"react-dom": "^16.13.1",
"react-flexbox-grid": "^2.1.2",
"react-icons": "^3.11.0",
"react-places-autocomplete": "^7.3.0",
"react-stripe-checkout": "^2.6.3",
"shortid": "^2.2.16",
"stripe": "^8.115.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"demon": "nodemon server/app.js --watch server",
"build": "next build",
"heroku-postbuild": "next build",
"start": "node server/app.js -p $PORT"
},
"keywords": [],
"author": "",
"license": "ISC"
}