-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.55 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
{
"name": "sg_backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon index",
"start": "node index",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shoegallery/sg_backend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/shoegallery/sg_backend/issues"
},
"homepage": "https://github.com/shoegallery/sg_backend#readme",
"dependencies": {
"axios": "^1.4.0",
"bcrypt": "^5.1.0",
"colors": "^1.4.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.3.1",
"expo-server-sdk": "^3.7.0",
"express": "^4.18.2",
"express-async-handler": "^1.2.0",
"express-mongo-sanitize": "^2.2.0",
"express-rate-limit": "^6.7.1",
"helmet": "^7.0.0",
"hpp": "^0.2.3",
"ip": "^1.1.8",
"jsonwebtoken": "^9.0.1",
"mongoose": "^7.3.2",
"mongoose-encryption": "^2.1.2",
"morgan": "^1.10.0",
"node-cron": "^3.0.2",
"nodemailer": "^6.9.3",
"number-generator": "^4.0.6",
"os": "^0.1.2",
"path": "^0.12.7",
"protect": "^0.5.0",
"rand-token": "^1.0.1",
"randombytes": "^2.1.0",
"react-native-share": "^9.2.2",
"rotating-file-stream": "^3.1.0",
"ssb-blob-files": "^1.2.1",
"sum-any-array": "^1.0.1",
"uuid": "^9.0.0",
"validator": "^13.9.0",
"voucher-code-generator": "^1.3.0",
"xss-clean": "^0.1.1"
},
"devDependencies": {
"nodemon": "^3.0.2"
}
}