-
Notifications
You must be signed in to change notification settings - Fork 389
/
package.json
38 lines (38 loc) · 1.04 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
{
"name": "learn-web3-dapp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"build:program-rust": "cargo build-bpf --manifest-path=contracts/solana/program/Cargo.toml --bpf-out-dir=dist/solana/program"
},
"dependencies": {
"@ant-design/icons": "^4.6.2",
"@maticnetwork/maticjs": "^2.0.43",
"@solana/web3.js": "^1.15.0",
"@types/node": "^15.12.4",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.8",
"@types/react-router-dom": "^5.1.7",
"@types/styled-components": "^5.1.10",
"antd": "^4.16.1",
"avalanche": "^3.7.0",
"axios": "^0.21.1",
"next": "11.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-feather": "^2.0.9",
"styled-components": "^5.3.0",
"web3": "^1.3.6"
},
"devDependencies": {
"@types/react": "17.0.11",
"babel-plugin-styled-components": "^1.13.1",
"eslint": "7.29.0",
"eslint-config-next": "11.0.1",
"typescript": "4.3.4"
}
}