-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.6 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
56
57
58
59
60
61
62
{
"name": "happy-hunt",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gokul-00/Happy-Hunt.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/gokul-00/Happy-Hunt/issues"
},
"homepage": "https://github.com/gokul-00/Happy-Hunt#readme",
"devDependencies": {
"eslint": "^7.16.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-node": "^4.1.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "2.2.1"
},
"dependencies": {
"axios": "^0.21.1",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"countdown": "^2.6.0",
"crypto-random-string": "^3.3.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"express-validator": "^6.9.2",
"form-data": "^3.0.0",
"geo-nearby": "^2.0.1",
"geolib": "^3.3.1",
"http": "0.0.1-security",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.11.10",
"multer": "^1.4.2",
"node-cron": "^2.0.3",
"nodemailer": "^6.4.17",
"react-swipeable-views": "^0.13.9",
"request": "^2.88.2",
"socket.io": "^3.0.5",
"uid": "^2.0.0"
},
"engines": {
"node": ">=8.0.0"
}
}