-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.28 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": "fragments",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
"format:check": "prettier --check \"src/**/*.{js,jsx,ts,tsx}\""
},
"dependencies": {
"@apollo/client": "^3.11.8",
"@ensdomains/react-ens-address": "^0.0.31",
"@moralisweb3/common-evm-utils": "^2.27.2",
"@nouns/assets": "^0.8.0",
"@nouns/contracts": "^0.3.0",
"@nouns/sdk": "^0.4.0",
"@rainbow-me/rainbowkit": "^2.1.5",
"@tanstack/react-query": "^5.52.1",
"@uniswap/widgets": "^2.59.0",
"ethers": "^6.13.2",
"fonts.css": "link:@uniswap/widgets/fonts.css",
"graphql": "^16.9.0",
"i18next": "^23.14.0",
"moralis": "^2.27.2",
"next": "^14.2.3",
"next-transpile-modules": "^10.0.1",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react-ens-name": "^0.2.5",
"react-i18next": "^15.0.1",
"react-modal-hook": "^3.0.2",
"react-redux": "^9.1.2",
"viem": "2.17.0",
"wagmi": "^2.12.7"
},
"devDependencies": {
"@types/node": "^18.19.3",
"@types/qs": "^6.9.15",
"@types/react": "^18.3.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.3.3",
"typescript": "5.4.2"
}
}