-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.69 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.69 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "dau-backend",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "node server/server.js",
"dev": "nodemon server/server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@dynamic-labs/passport-dynamic": "^0.0.9",
"@elastic/elasticsearch": "^8.1.0",
"@google-cloud/storage": "^7.3.0",
"@graphql-tools/schema": "^9.0.1",
"@pinecone-database/pinecone": "^0.0.9",
"@sendgrid/mail": "^7.7.0",
"airtable": "^0.11.4",
"apollo-server": "^3.10.2",
"arweave": "^1.11.6",
"axios": "^0.27.2",
"bcrypt": "^5.0.1",
"colors": "^1.4.0",
"cors": "^2.8.5",
"discord-buttons": "^4.0.0-deprecated",
"discord-menus": "^1.0.8",
"discord.js": "^12.5.3",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-rate-limit": "^6.7.0",
"fs": "^0.0.1-security",
"geoip-lite": "^1.4.9",
"google-auth-library": "^8.8.0",
"graphql": "^16.8.1",
"graphql-request": "^5.2.0",
"graphql-resolvers": "^0.4.2",
"graphql-subscriptions": "^2.0.0",
"graphql-upload": "^16.0.2",
"graphql-ws": "^5.10.1",
"jsonwebtoken": "^8.5.1",
"langchain": "^0.0.92",
"lodash": "^4.17.21",
"mathjs": "^11.5.0",
"mongoose": "^5.7.9",
"morgan": "^1.9.1",
"multer": "^1.4.5-lts.1",
"neo4j-driver": "^4.4.6",
"ngrok": "^5.0.0-beta.2",
"node-cron": "^3.0.2",
"node-fetch": "^2.6.9",
"numeric": "^1.2.6",
"openai": "^4.19.1",
"passport": "^0.7.0",
"qs": "^6.11.0",
"short-uuid": "^4.1.0",
"stripe": "^13.4.0",
"twilio": "^3.74.0",
"validator": "^13.6.0",
"ws": "^8.8.1"
},
"devDependencies": {
"nodemon": "^2.0.20"
}
}