-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.4 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.4 KB
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
{
"name": "your-restaurant",
"version": "0.0.0",
"private": true,
"engines": {
"npm": "5.6.0"
},
"dependencies": {
"@babel/preset-env": "^7.0.0-beta.4",
"apicache": "^1.2.0",
"async": "^2.1.4",
"babel-core": "^6.26.0",
"babel-plugin-transform-es2015-modules-umd": "^6.24.1",
"braintree": "^2.3.0",
"dotenv": "4.0.0",
"express-jwt-blacklist": "^1.1.0",
"geolib": "^2.0.24",
"jsonwebtoken": "^7.4.3",
"keystone": "^4.0.0-beta.5",
"keystone-email": "1.0.5",
"lodash": "^4.17.13",
"moment": "^2.21.0",
"mongoose": "^5.7.5",
"node-geocoder": "^3.21.1",
"node-pushnotifications": "^1.0.18",
"node-sass": "4.5.0",
"node-sass-middleware": "^0.11.0",
"nodemailer": "^4.4.1",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-google-oauth20": "^1.0.0",
"passport-local": "^1.0.0",
"pug": "2.0.0-beta11",
"redis": "^2.8.0",
"res-error": "^0.3.1",
"restful-keystone": "^0.3.0",
"serialize-error": "^2.1.0",
"socket.io": "^2.0.4",
"stripe": "^5.2.0"
},
"devDependencies": {
"@babel/preset-env": "^7.0.0-beta.4",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"eslint": "3.15.0",
"eslint-config-keystone": "3.0.0",
"eslint-plugin-react": "^5.1.1",
"nodemon": "^1.12.1"
},
"scripts": {
"lint": "eslint .",
"start": "node keystone.js"
}
}