-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 1.73 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
57
58
59
60
61
62
63
64
65
66
{
"name": "dex-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3002",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install",
"test": ""
},
"dependencies": {
"@hookform/resolvers": "^3.3.2",
"@octokit/rest": "^20.0.2",
"@rainbow-me/rainbowkit": "^1.2.0",
"@reduxjs/toolkit": "^1.9.7",
"@sentry/nextjs": "^7.80.0",
"@types/node": "20.9.0",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"eslint": "8.53.0",
"eslint-config-next": "14.0.2",
"ethers": "^6.8.1",
"husky": "^8.0.3",
"js-cookie": "^3.0.5",
"lazysizes": "^5.3.2",
"lightweight-charts": "^4.1.1",
"lodash.merge": "^4.6.2",
"next": "14.0.2",
"next-pwa": "^5.6.0",
"next-redux-wrapper": "^8.1.0",
"nprogress": "^0.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.48.2",
"react-icons": "^4.12.0",
"react-redux": "^8.1.3",
"react-toastify": "^9.1.3",
"redux": "^4.2.1",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.2",
"sharp": "^0.32.6",
"swiper": "^11.0.5",
"tailwindcss": "3.3.5",
"typescript": "5.2.2",
"viem": "^1.19.3",
"wagmi": "^1.4.7",
"yup": "^1.3.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/js-cookie": "^3.0.6",
"@types/lodash.merge": "^4.6.9",
"@types/nprogress": "^0.2.3",
"@types/react-window": "^1.8.8",
"autoprefixer": "^10.4.16",
"cssnano": "^6.0.1",
"cssnano-preset-advanced": "^6.0.1",
"daisyui": "^4.0.3",
"encoding": "^0.1.13",
"postcss": "^8.4.31",
"postcss-import": "^15.1.0",
"postcss-preset-env": "^9.3.0"
}
}