forked from TrueSparrowSystems/nft-or-not-be
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.16 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
{
"name": "non-backend",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NFTorNOT/NON-backend.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/NFTorNOT/NON-backend/issues"
},
"homepage": "https://github.com/NFTorNOT/NON-backend#readme",
"dependencies": {
"@pushprotocol/restapi": "^0.2.2",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link-context": "^1.0.20",
"apollo-link-http": "^1.5.17",
"aws-sdk": "2.1247.0",
"axios": "0.27.2",
"cors": "^2.8.5",
"ethers": "^5.7.2",
"express": "4.18.1",
"graphql": "^15.8.0",
"graphql-tag": "^2.12.6",
"ipfs-api": "^26.1.2",
"ipfs-http-client": "^59.0.0",
"mime": "^3.0.0",
"moment-timezone": "^0.5.39",
"morgan": "1.10.0",
"nft.storage": "^7.0.0",
"node-fetch": "^2.6.7",
"npm": "^9.1.2",
"uuidv4": "^6.2.13",
"web3.storage": "^4.4.0"
},
"devDependencies": {
"eslint": "7.20.0",
"hardhat": "^2.12.3"
}
}