-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.46 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
{
"name": "tunevibe-fe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --port=3001",
"build": "next build",
"start": "next start --port=3001",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.9.11",
"@ethersproject/contracts": "^5.7.0",
"@tanstack/query-core": "^5.36.1",
"@tanstack/react-query": "^5.37.1",
"@web3modal/ethers5": "^4.1.11",
"antd": "^5.16.4",
"axios": "^1.6.8",
"dayjs": "^1.11.11",
"ethers": "^6.12.1",
"framer-motion": "^11.0.24",
"graphql": "^16.8.1",
"js-file-download": "^0.4.12",
"minidenticons": "^4.2.1",
"next": "14.1.4",
"react": "^18",
"react-beautiful-dnd": "^13.1.1",
"react-chat-widget": "^3.1.4",
"react-countup": "^6.5.3",
"react-dom": "^18",
"react-hook-form": "7.47.0",
"react-icons": "^5.0.1",
"react-parallax-mouse": "^2.1.0",
"react-type-animation": "^3.2.0",
"react-visibility-sensor": "^5.1.1",
"sass": "^1.72.0",
"swiper": "^11.1.0",
"viem": "^2.12.0",
"wagmi": "^2.9.4",
"yup": "^1.4.0",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"postcss": "^8",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}