-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.18 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.18 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
{
"name": "viral-nation",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@sendgrid/mail": "^7.7.0",
"@types/sequelize": "^4.28.9",
"apollo-server": "^2.24.0",
"apollo-server-express": "^2.24.0",
"bcrypt": "^5.0.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"crypto-random-string": "^5.0.0",
"dotenv": "^9.0.2",
"express": "^4.17.1",
"express-graphql": "^0.12.0",
"graphql": "^15.5.0",
"graphql-iso-date": "^3.6.1",
"graphql-tools": "^7.0.5",
"http": "0.0.1-security",
"https": "^1.0.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.12.9",
"mysql2": "^2.2.5",
"pg": "^8.10.0",
"sequelize": "^6.6.2",
"sequelize-cli": "^6.2.0",
"sqlite3": "^5.0.2",
"uuid": "^8.3.2",
"validator": "^13.6.0"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/node": "^7.14.2",
"@babel/preset-env": "^7.14.2",
"@babel/register": "^7.13.16",
"axios": "^0.21.1",
"morgan": "^1.10.0",
"nodemon": "^2.0.7"
}
}