-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
91 lines (91 loc) · 2.52 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "streamtide",
"version": "0.0.1",
"private": true,
"scripts": {
"clean": "git clean -fdx",
"lint": "clj-kondo --config .clj-kondo/config.edn --lint src/streamtide/server/ src/streamtide/shared/",
"deps": "yarn install --ignore-engines"
},
"dependencies": {
"@apollo/server": "4.3.0",
"@aws-sdk/client-lambda": "^3.598.0",
"@aws-sdk/credential-providers": "^3.598.0",
"@hono/node-server": "^1.12.0",
"@metamask/eth-sig-util": "5.0.2",
"@react-native-async-storage/async-storage": "^1.23.1",
"@sentry/node": "4.6.6",
"apollo-fetch": "0.7.0",
"aws-amplify": "^6.3.6",
"axios": "0.27.2",
"better-sqlite3": "7.6.2",
"bignumber.js": "9.1.1",
"buffer": "6.0.3",
"chalk": "2.4.2",
"create-react-class": "15.7.0",
"css-loader": "^7.1.2",
"dataloader": "2.1.0",
"expo-modules-core": "^1.12.15",
"expo-web-browser": "^13.0.3",
"express": "4.18.2",
"frog": "^0.15.7",
"graphql": "16.8.2",
"graphql-fields": "2.0.3",
"graphql-tools": "8.3.14",
"highlight.js": "11.5.1",
"hono": "^4.5.3",
"jquery": "3.6.1",
"jsonwebtoken": "9.0.0",
"jwt-decode": "3.1.2",
"pg": "^8.11.5",
"pg-native": "^3.1.0",
"react": "18.2.0",
"react-datepicker": "^7.3.0",
"react-dom": "18.2.0",
"react-infinite": "0.13.0",
"react-infinite-scroller": "1.2.6",
"react-masonry-component": "6.3.0",
"react-native-aes-gcm-crypto": "^0.2.2",
"react-native-quick-crypto": "^0.6.1",
"react-select": "5.7.4",
"shamir-secret-sharing": "^0.0.3",
"siwe": "^2.3.2",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7",
"style-loader": "^4.0.0",
"thirdweb": "5.24.0",
"timeago-react": "3.0.6",
"twitter-api-sdk": "1.2.1",
"web-push": "3.6.4",
"web3": "1.7.3",
"xhr2": "0.2.1",
"xregexp": "5.1.1"
},
"resolutions": {
"graphql": "16.8.2",
"**/graphql": "16.8.2"
},
"devDependencies": {
"@openzeppelin/contracts": "4.8.2",
"@openzeppelin/contracts-upgradeable": "4.8.2",
"@truffle/hdwallet-provider": "2.1.9",
"bootstrap": "4.2.1",
"breakpoint-sass": "2.7.1",
"dotenv": "16.0.3",
"jsedn": "0.4.1",
"karma": "6.3.0",
"karma-chrome-launcher": "2.2.0",
"karma-cli": "2.0.0",
"karma-cljs-test": "0.1.0",
"normalize.css": "8.0.1",
"sass": "1.63.6",
"shadow-cljs": "2.28.11",
"string-replace-loader": "^3.1.0",
"truffle": "5.8.1",
"webpack": "5.92.0",
"webpack-cli": "5.1.4"
},
"engines": {
"node": "^18.0.0"
}
}