-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.24 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
{
"name": "hisab-kitab",
"version": "1.0.0",
"description": "simple application for hisab kitab",
"main": "server.js",
"scripts": {
"dev": "nodemon --inspect=0.0.0.0:9229 ./bin/www",
"start": "node ./bin/www"
},
"repository": "https://github.com/mustanish/hisab-kitab.git",
"author": "Mustanish Altamash <[email protected]>",
"license": "MIT",
"dependencies": {
"@hapi/joi": "^17.1.1",
"@hapi/joi-date": "^2.0.1",
"apollo-server-express": "^2.14.2",
"app-root-path": "^3.0.0",
"arangojs": "^6.14.0",
"bcrypt": "^5.0.0",
"deep-freeze": "^0.0.1",
"graphql": "^14.2.1",
"helmet": "^3.22.0",
"http-status-codes": "^1.4.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.20",
"moment": "^2.24.0",
"morgan": "^1.10.0",
"nodemailer": "^6.4.6",
"nodemailer-express-handlebars": "^4.0.0",
"uuid": "^7.0.3",
"winston": "^3.2.1",
"winston-daily-rotate-file": "^4.4.2"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-prettier": "^3.1.3",
"nodemon": "^2.0.3",
"prettier": "^2.0.5",
"pretty-quick": "^2.0.1"
}
}