-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.38 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
{
"name": "q-acc",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write ."
},
"dependencies": {
"@lifi/widget": "^3.12.1",
"@next/third-parties": "^15.0.3",
"@reown/appkit": "^1.3.2",
"@reown/appkit-adapter-wagmi": "^1.3.2",
"@tanstack/react-query": "^5.59.20",
"@wagmi/core": "^2.14.5",
"@web3modal/wagmi": "^5.1.11",
"axios": "^1.7.7",
"ethers": "^6.13.4",
"lodash": "^4.17.21",
"mongodb": "^6.10.0",
"next": "14.2.5",
"quill": "^2.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.3.5",
"react-hook-form": "^7.53.2",
"react-quill": "^2.0.0",
"react-share": "^5.1.1",
"siwe": "^2.3.2",
"swiper": "^11.1.14",
"viem": "^2.21.45",
"wagmi": "^2.12.31"
},
"devDependencies": {
"@types/lodash": "^4.17.13",
"@types/node": "^20.17.6",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.17",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-unused-imports": "^4.1.4",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
}
}