-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
72 lines (72 loc) · 1.9 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
63
64
65
66
67
68
69
70
71
72
{
"name": "od-bot",
"version": "1.6.1",
"description": "",
"main": "api/cron",
"scripts": {
"test": "npx nodemon -w lib/ --exec node test/index.test.js",
"dev": "next dev",
"build": "next build && prisma generate",
"start": "next start",
"snapshot": "node queries/snapshot.js"
},
"engines": {
"node": "18"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UseKeyp/od-bots.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/UseKeyp/od-bots/issues"
},
"homepage": "https://github.com/UseKeyp/od-bots#readme",
"dependencies": {
"@apollo/client": "^3.8.1",
"@apollo/server": "^4.9.3",
"@as-integrations/next": "^2.0.2",
"@ethersproject/contracts": "^5.7.0",
"@ethersproject/units": "^5.7.0",
"@fuul/sdk": "^4.7.1",
"@neondatabase/serverless": "^0.9.3",
"@nextui-org/react": "^2.1.7",
"@opendollar/sdk": "^1.7.6",
"@prisma/adapter-neon": "^5.15.0",
"@prisma/client": "^5.9.0",
"alchemy-sdk": "^2.9.2",
"chart.js": "^4.3.3",
"discord.js": "^14.15.2",
"framer-motion": "^10.16.2",
"graphql": "^16.8.1",
"graphql-tag": "^2.12.6",
"next": "^14.1.1",
"numeral": "^2.0.6",
"prisma": "^5.9.0",
"react": "^18.2.0",
"react-apollo": "^3.1.5",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.15.0",
"svg-gauge": "^1.0.7",
"utf-8-validate": "^6.0.3",
"ws": "^8.18.0"
},
"devDependencies": {
"@babel/core": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"@types/node": "^20.4.10",
"@types/react": "18.2.20",
"@types/ws": "^8.5.10",
"autoprefixer": "^10.4.15",
"cross-fetch": "^4.0.0",
"dotenv": "^16.3.1",
"jest": "^29.6.2",
"node-fetch": "^3.3.2",
"tailwindcss": "^3.3.3",
"tailwindcss-3d": "^1.0.0",
"ts-node": "^10.9.1",
"typescript": "5.1.6"
}
}