-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.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
{
"name": "stark-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --port 6700",
"build": "next build",
"start": "next start --port 6000",
"lint": "next lint"
},
"resolutions": {
"ethereumjs-abi": "0.6.8"
},
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@argent/get-starknet": "^5.3.16",
"@ethersproject/contracts": "^5.7.0",
"@lens-protocol/react": "^0.3.0",
"@lens-protocol/wagmi": "^0.3.0",
"@next/font": "13.2.4",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@walletconnect/web3-provider": "^1.8.0",
"@web3-onboard/core": "^2.16.0",
"@web3-onboard/injected-wallets": "^2.8.3",
"antd": "^5.1.2",
"axios": "^1.3.1",
"eslint": "8.31.0",
"eslint-config-next": "13.2.4",
"ethers": "^5.7.1",
"get-starknet": "^2.0.0",
"graphql": "^16.6.0",
"graphql-request": "^5.1.0",
"next": "13.2.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-toastify": "^9.1.1",
"recoil": "^0.7.6",
"recoil-persist": "^4.2.0",
"sass": "1.60.0",
"sharp": "^0.32.0",
"typescript": "4.9.4",
"uuid": "^9.0.0",
"web-vitals": "^2.1.4",
"web3": "1.7.4",
"web3modal": "^1.9.12",
"zustand": "^4.3.5"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.20",
"starknet": "^5.4.2",
"tailwindcss": "^3.2.4"
}
}