-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.35 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
{
"name": "pap3rs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.6.9",
"@mantine/core": "^4.2.12",
"@mantine/dropzone": "^4.2.12",
"@mantine/form": "^4.2.12",
"@mantine/hooks": "^4.2.12",
"@mantine/next": "^4.2.12",
"@mantine/notifications": "^4.2.12",
"@openzeppelin/contracts": "^4.7.0",
"@rainbow-me/rainbowkit": "^0.4.2",
"@tableland/evm": "^2.0.2",
"@tableland/sdk": "^2.0.2",
"dotenv": "^16.0.1",
"ethers": "^5.6.9",
"graphql": "^16.5.0",
"next": "12.2.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-use": "^17.4.0",
"tabler-icons-react": "^1.52.0",
"upper-case-first": "^2.0.2",
"uuid": "^8.3.2",
"wagmi": "^0.5.9",
"web3.storage": "^4.3.0"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.6",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@types/node": "18.0.3",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"chai": "^4.3.6",
"eslint": "8.19.0",
"eslint-config-next": "12.2.2",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.6.9",
"hardhat": "^2.9.9",
"husky": "^4.2.5",
"typescript": "4.7.4"
}
}