forked from Timikcool/learn-web3-dapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
132 lines (132 loc) · 4.54 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
{
"name": "learn-web3-dapp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev:figment": "APP_ENV=development next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"solana:build:program": "cargo build-bpf --manifest-path=contracts/solana/program/Cargo.toml --bpf-out-dir=dist/solana/program",
"near:build:contract": "node contracts/near/compile.js",
"near:build:contract:debug": "node contracts/near/compile.js --debug",
"near:test": "cd contracts/near && cargo test -- --nocapture && cd -",
"near:test:verbose": "yarn near:build:contract:debug && cd contracts/near && cargo test -v -- --nocapture && cd -",
"truffle-polygon": "yarn global add truffle && cd ./contracts/polygon/SimpleStorage && yarn && truffle obtain --solc 0.8.0",
"prepare": "husky install",
"test": "[ -f dist/solana/program/helloworld-keypair.json ] && jest || echo 'Run: yarn solana:build:program'"
},
"dependencies": {
"@3id/connect": "^0.2.5",
"@ant-design/icons": "^4.6.2",
"@apollo/client": "^3.4.16",
"@celo/contractkit": "^1.2.4",
"@ceramicnetwork/3id-did-resolver": "^1.4.3",
"@ceramicnetwork/http-client": "^1.3.0",
"@ceramicstudio/idx": "^0.12.2",
"@iov/crypto": "^2.5.0",
"@jup-ag/core": "1.0.0-beta.4",
"@jup-ag/react-hook": "1.0.0-beta.4",
"@maticnetwork/maticjs": "2.0.46",
"@metamask/detect-provider": "^1.2.0",
"@orca-so/sdk": "^1.2.22",
"@polkadot/api": "^6.4.2",
"@project-serum/sol-wallet-adapter": "^0.2.6",
"@pythnetwork/client": "^2.5.1",
"@raydium-io/raydium-sdk": "^1.0.1-beta.14",
"@segment/snippet": "^4.14.2",
"@solana/buffer-layout": "4.0.0",
"@solana/wallet-adapter-react": "^0.15.1",
"@solana/wallet-adapter-react-ui": "^0.9.2",
"@solana/wallet-adapter-wallets": "^0.14.1",
"@solana/web3.js": "^1.31.0",
"@taquito/signer": "^10.0.0",
"@taquito/taquito": "^10.0.0",
"@types/js-yaml": "^4.0.3",
"@types/node": "^15.12.4",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.8",
"@types/react-no-ssr": "^1.1.3",
"@types/react-router-dom": "^5.1.7",
"@types/simple-react-lightbox": "^3.6.1",
"@types/styled-components": "^5.1.10",
"antd": "^4.16.1",
"avalanche": "3.7.0",
"axios": "^0.21.1",
"bip39": "^3.0.4",
"bn.js": "^5.2.0",
"bs58": "^4.0.1",
"dids": "^2.4.0",
"ethereumjs-util": "^7.1.0",
"graphql": "^15.6.1",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"lodash.unescape": "^4.0.1",
"mz": "^2.7.0",
"near-api-js": "^0.41.0",
"next": "^12.0.4-canary.4",
"next-transpile-modules": "^9.0.0",
"nextjs-progressbar": "^0.0.13",
"react": "^17.0.2",
"react-confetti": "^6.0.1",
"react-dom": "^17.0.2",
"react-feather": "^2.0.9",
"react-is": ">= 16.8.0",
"react-json-view": "^1.21.3",
"react-markdown": "^7.0.1",
"react-no-ssr": "^1.1.0",
"react-player": "^2.9.0",
"react-syntax-highlighter": "^15.4.4",
"recharts": "^2.1.8",
"remark-gfm": "^2.0.0",
"rxjs": "^7.5.2",
"secretjs": "^0.17.3",
"simple-react-lightbox": "^3.6.9-0",
"styled-components": "^5.3.0",
"swr": "^1.1.2",
"web3": "^1.5.0",
"minimist": "^1.2.6"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-typescript": "^7.15.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.0",
"@types/depd": "^1.1.32",
"@types/jest": "^27.0.1",
"@types/js-yaml": "^4.0.3",
"@types/lodash.unescape": "^4.0.6",
"@types/mz": "^2.7.4",
"@types/node": "^15.12.4",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.8",
"@types/react-router-dom": "^5.1.7",
"@types/react-syntax-highlighter": "^13.5.2",
"@types/styled-components": "^5.1.10",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.0.0",
"babel-jest": "^27.2.0",
"babel-plugin-styled-components": "^1.13.1",
"dotenv": "^10.0.0",
"eslint": "7.29.0",
"eslint-config-next": "11.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin": "^1.0.1",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.25.1",
"husky": "^7.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.2.0",
"prettier": "2.3.2",
"pretty-quick": "^3.1.1",
"react-test-renderer": "^17.0.2",
"shelljs": "^0.8.4",
"typescript": "^4.4.4"
},
"resolutions": {
"@solana/buffer-layout": "4.0.0"
}
}