-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.21 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
{
"name": "allyu",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --write .",
"typecheck": "tsc --pretty --noEmit",
"eth-sdk": "eth-sdk -p ./src/eth-sdk",
"prepare": "eth-sdk -p ./src/eth-sdk"
},
"dependencies": {
"@headlessui/react": "^1.7.3",
"@headlessui/tailwindcss": "^0.1.1",
"@rainbow-me/rainbowkit": "^0.7.1",
"ethers": "^5.7.1",
"keccak256": "^1.0.6",
"next": "12.3.1",
"party-js": "^2.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.4.0",
"wagmi": "^0.6.8"
},
"devDependencies": {
"@dethcrypto/eth-sdk": "^0.3.3",
"@dethcrypto/eth-sdk-client": "^0.1.6",
"@typechain/ethers-v5": "^10.1.0",
"@types/node": "18.8.3",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.12",
"eslint": "8.25.0",
"eslint-config-next": "12.3.1",
"eslint-config-prettier": "^8.5.0",
"postcss": "^8.4.17",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.1.8",
"ts-node": "^10.9.1",
"typescript": "4.8.4"
}
}