-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.36 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
{
"scripts": {
"start": "next build && cross-env NODE_ENV=production node -r dotenv/config server/index.js",
"dev": "next build && cross-env NODE_ENV=development node -r dotenv/config --inspect server/index.js",
"deploy": "git push heroku master"
},
"license": "UNLICENSED",
"private": true,
"dependencies": {
"@babel/core": "^7.0.1",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.2",
"body-parser": "^1.5.2",
"compression": "^1.7.1",
"cookie-parser": "^1.4.3",
"cross-env": "^7.0.2",
"csurf": "^1.9.0",
"elasticsearch": "^13.3.1",
"es6-promise": "^4.1.1",
"express": "^4.14.0",
"get-or-else": "^2.0.1",
"google-maps": "^3.2.1",
"helmet": "^3.8.2",
"isomorphic-fetch": "^2.2.1",
"lodash.uniqby": "^4.7.0",
"next": "^9.3.2",
"nprogress": "^0.2.0",
"react": "^16.8.6",
"react-autosuggest": "^9.0.1",
"react-dom": "^16.8.6",
"react-responsive-select": "^5.0.3",
"sendgrid": "^5.2.3",
"title-case": "^2.1.1",
"universal-cookie": "^2.0.8"
},
"devDependencies": {
"dotenv": "^8.2.0",
"eslint": "^4.18.2",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.1.0"
}
}