-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.29 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
{
"name": "xeon-dapp",
"version": "0.3.1",
"description": "The frontend for Xeon Protocol",
"license": "See LICENSE.md",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"changelog": "auto-changelog -p && git add CHANGELOG.md"
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@tanstack/react-query": "^5.51.1",
"@teller-protocol/teller-widget": "^1.2.0",
"@teller-protocol/v2-contracts": "^3.1.13",
"@thirdweb-dev/sdk": "^4.0.99",
"@uniswap/token-lists": "^1.0.0-beta.34",
"alchemy-sdk": "^3.3.1",
"ethers": "5",
"framer-motion": "^11.2.12",
"graphql": "^16.9.0",
"graphql-request": "^7.1.0",
"lottie-web": "^5.12.2",
"next": "14.2.4",
"next-sitemap": "^4.2.3",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.2.1",
"react-lottie-player": "^2.0.0",
"recharts": "^2.12.7",
"thirdweb": "^5.48.0",
"wagmi": "^2.11.2"
},
"devDependencies": {
"auto-changelog": "^2.4.0",
"autoprefixer": "^10.4.19",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.4"
}
}