-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
143 lines (143 loc) · 4.44 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"name": "steelo",
"version": "0.0.1",
"description": "Demo for the Steelo Tokenomic Ecosystem and Steelo's server-side application for handling backend logic, APIs, and blockchain interactions for the Steelo dApp.",
"main": "Hardhat.config.js",
"functions:main": "functions/index.js",
"steelo:main": "node_modules/expo/AppEntry.js",
"scripts": {
"dev": "nodemon index.js",
"build": "next build",
"steelo:start": "expo start",
"steelo:android": "expo start --android",
"steelo:ios": "expo start --ios",
"server:start": "node index.js",
"lint": "eslint .",
"deploy": "hardhat run scripts/deploy.js",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"functions:serve": "firebase emulators:start --only functions",
"functions:shell": "firebase functions:shell",
"functions:start": "npm run shell",
"functions:deploy": "firebase deploy --only functions",
"functions:logs": "firebase functions:log"
},
"engines": {
"node": "18"
},
"repository": {
"type": "git",
"url": "git+https://github.com/airtacte/Steelo.git"
},
"keywords": [
"blockchain",
"web3",
"mobile",
"dApp",
"Steelo",
"social media",
"marketplace",
"creator economy"
],
"author": "Steelo Labs Ltd",
"license": [
{
"type": "Apache-2.0",
"url": "https://opensource.org/licenses/apache2.0.php"
}
],
"bugs": {
"url": "https://github.com/airtacte/Steelo/issues"
},
"homepage": "https://github.com/airtacte/Steelo#readme",
"dependencies": {
"@apollo/client": "^3.9.4",
"@chainlink/contracts": "^0.8.0",
"@ethersproject/abstract-provider": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@lens-protocol/react-native": "^0.1.0-alpha.7",
"@openzeppelin/contracts": "^5.0.1",
"@openzeppelin/contracts-upgradeable": "^5.0.2",
"@react-native-firebase/app": "^19.0.1",
"@react-native-firebase/auth": "^19.0.1",
"@react-native-firebase/firestore": "^19.0.1",
"@react-native-google-signin/google-signin": "^11.0.0",
"@react-navigation/native": "^6.1.9",
"@react-navigation/stack": "^6.3.20",
"@reduxjs/toolkit": "^2.2.2",
"@safe-global/api-kit": "^2.2.0",
"@safe-global/protocol-kit": "^3.1.0-alpha.0",
"@safe-global/safe-core-sdk": "^3.3.5",
"@safe-global/safe-core-sdk-types": "^4.0.0",
"@safe-global/safe-ethers-adapters": "^0.1.0-alpha.19",
"@walletconnect/react-native-dapp": "^1.1.0",
"@web3modal/wagmi": "3.5.7",
"axios": "^1.6.0",
"bcryptjs": "^2.4.3",
"dotenv": "^16.4.2",
"ethers": "^6.11.0",
"expo": "^50.0.8",
"expo-constants": "~15.4.5",
"expo-linking": "~6.2.2",
"expo-router": "~3.4.8",
"expo-status-bar": "~1.11.1",
"express": "^4.18.2",
"express-rate-limit": "^7.1.5",
"firebase-admin": "^12.0.0",
"firebase-functions": "^4.7.0",
"firebase-tools": "^13.3.1",
"graphql": "^16.8.1",
"helmet": "^7.1.0",
"jsonwebtoken": "^9.0.2",
"lottie-react-native": "6.7.0",
"metro": "^0.80.6",
"metro-cache": "^0.80.6",
"mongodb": "^6.4.0",
"morgan": "^1.10.0",
"next": "13.5.6",
"pg": "^8.11.3",
"pg-hstore": "^2.3.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.6",
"react-native-push-notification": "^8.1.1",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-webview": "13.8.2",
"react-redux": "^9.1.0",
"redux": "^5.0.1",
"tough-cookie": "^4.1.3",
"viem": "^1.13.1",
"wagmi": "^1.4.2",
"web3": "^4.5.0",
"yargs-parser": "^21.1.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@ensdomains/ens-contracts": "1.1.4",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-waffle": "^2.0.5",
"@react-native-async-storage/async-storage": "1.23.1",
"@testing-library/react-native": "^12.3.2",
"@types/node": "18.19.14",
"@types/react": "18.2.52",
"@types/react-dom": "18.2.18",
"chai": "^5.1.0",
"chai-http": "^4.4.0",
"eslint": "8.56.0",
"eslint-config-google": "^0.14.0",
"eslint-config-next": "13.5.6",
"ethereum-waffle": "^4.0.10",
"firebase-admin-mock": "^0.0.10",
"firebase-functions-test": "^3.1.0",
"ganache": "7.9.2",
"hardhat": "^2.19.5",
"hardhat-deploy": "^0.12.2",
"jest": "^27.4.5",
"nodemon": "^3.1.0",
"prettier": "^3.2.5",
"typescript": "^5.4.3"
},
"private": true
}