forked from Akanimoh12/Stellar-iPredict
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
78 lines (78 loc) · 2.01 KB
/
Copy pathpackage-lock.json
File metadata and controls
78 lines (78 loc) · 2.01 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
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "mode-Stellar-iPredict",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"backend": {
"name": "ipredict-backend",
"version": "0.1.0",
"extraneous": true,
"dependencies": {
"@fastify/cors": "^11.3.0",
"@fastify/helmet": "^13.1.0",
"@fastify/swagger": "^9.8.1",
"fastify": "^5.8.5",
"ioredis": "^5.11.1",
"pg": "^8.13.1",
"zod": "^4.4.3"
},
"devDependencies": {
"@types/ioredis": "^4.28.10",
"@types/node": "^20.0.0",
"@types/pg": "^8.11.10",
"typescript": "^5.7.3",
"vitest": "^2.1.9"
}
},
"frontend": {
"name": "ipredict-frontend",
"version": "0.1.0",
"extraneous": true,
"dependencies": {
"@creit.tech/stellar-wallets-kit": "^1.2.0",
"@stellar/stellar-sdk": "^14.5.0",
"buffer": "^6.0.3",
"next": "^14.2.29",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.4.0"
},
"devDependencies": {
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@types/node": "^22.13.5",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"autoprefixer": "^10.4.20",
"jsdom": "^25.0.1",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"vitest": "^2.1.8"
}
},
"indexer": {
"name": "ipredict-indexer",
"version": "0.1.0",
"extraneous": true,
"dependencies": {
"@stellar/stellar-sdk": "^14.5.0",
"ioredis": "^5.4.1",
"pg": "^8.13.3"
},
"devDependencies": {
"@types/node": "^22.13.5",
"@types/pg": "^8.11.11",
"testcontainers": "^10.24.1",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"vitest": "^2.1.8"
},
"engines": {
"node": ">=20"
}
}
}
}