-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 2.42 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
{
"name": "nextgeneration-storage",
"version": "1.0.0",
"description": "A censorship-resistant file storage Decentralized Application (Dapp) using Ethereum Blockchain",
"homepage": "https://barhouum7.github.io/nextgeneration-storage",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"dependencies": {
"@3rdweb/hooks": "^1.9.2",
"@emotion/react": "^11.11.3",
"@metamask/onboarding": "^1.0.1",
"@table-library/react-table-library": "^4.1.7",
"@truffle/hdwallet-provider": "^2.1.15",
"@walletconnect/web3-provider": "^1.7.8",
"@web3auth/web3auth": "^1.0.0-alpha.0",
"babel-polyfill": "6.26.0",
"babel-preset-env": "1.7.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-stage-2": "6.24.1",
"babel-preset-stage-3": "6.24.1",
"babel-register": "6.26.0",
"bootstrap": "^5.3.2",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"chai-bignumber": "3.0.0",
"dotenv": "^16.4.4",
"ethers": "^6.11.1",
"identicon.js": "^2.3.3",
"ipfs-http-client": "^33.1.1",
"magic-sdk": "^22.1.1",
"moment": "^2.30.1",
"moralis": "^2.24.2",
"react": "^18.2.0",
"react-bootstrap": "^2.10.1",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.0.1",
"react-jdenticon": "^1.1.0",
"react-moralis": "^1.4.2",
"react-scripts": "^5.0.1",
"react-simple-hook-modal": "^1.1.0",
"react-spinners": "^0.13.8",
"truffle": "^5.11.5",
"web3": "^4.5.0",
"web3uikit": "^1.0.4"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"peerDependencies": {
"chai": ">= 2.1.2 < 5"
},
"devDependencies": {
"autoprefixer": "^10.4.17",
"gh-pages": "^6.1.1",
"postcss": "^8.4.35",
"react-app-rewired": "^2.2.1",
"tailwindcss": "^3.4.1"
},
"keywords": [
"Ethereum",
"Blockchain",
"decentralized",
"file",
"storage",
"Dapp",
"truffle",
"smart-contracts",
"Ganache"
],
"author": "contact@ibrahimbhmbs.tech",
"license": "MIT",
"bugs": {
"url": "https://github.com/barhouum7/nextgeneration-storage/issues"
}
}