-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.45 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": "houseoflegends-react-admin",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "nodemon app.js"
},
"dependencies": {
"aws-sdk": "^2.1125.0",
"body-parser": "^1.19.0",
"cors": "2.7.1",
"dotenv": "^8.2.0",
"errorhandler": "1.4.3",
"eth-sig-util": "^3.0.1",
"express": "^4.17.1",
"express-http-response": "^0.0.8",
"express-jwt": "^3.4.0",
"express-locale": "^1.0.5",
"express-session": "^1.17.1",
"express-validator": "^6.9.2",
"faker": "^5.1.0",
"handlebars": "^4.7.6",
"i18n": "^0.13.2",
"jsonwebtoken": "^7.4.3",
"method-override": "^2.3.10",
"methods": "1.1.2",
"moment": "^2.29.1",
"mongoose": "^5.9.18",
"mongoose-paginate-v2": "^1.4.2",
"mongoose-unique-validator": "^2.0.3",
"moralis": "^1.3.5",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"nodemailer": "^6.7.3",
"request": "^2.88.2",
"slug": "^5.3.0"
},
"devDependencies": {
"newman": "^5.2.1",
"nodemon": "^1.19.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abdullahaslam306/houseOfLegends-react-admin.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/abdullahaslam306/houseOfLegends-react-admin/issues"
},
"homepage": "https://github.com/abdullahaslam306/houseOfLegends-react-admin#readme"
}