-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1015 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 1015 Bytes
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
{
"name": "stableflow",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@privy-io/react-auth": "^1.89.0",
"@reduxjs/toolkit": "^2.2.8",
"ethers": "^6.13.3",
"formik": "^2.4.6",
"moralis": "^2.27.2",
"next": "14.2.14",
"privy-sdk": "^2.0.3",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.3.0",
"react-modal": "^3.16.1",
"react-redux": "^9.1.2",
"react-slick": "^0.30.2",
"react-spinners": "^0.14.1",
"react-table": "^7.8.0",
"react-toastify": "^10.0.6",
"redux-persist": "^6.0.0",
"redux-thunk": "^3.1.0",
"slick-carousel": "^1.8.1",
"viem": "^2.21.25",
"wagmi": "^2.12.19",
"web3": "^4.13.0",
"web3modal": "^1.9.12",
"yup": "^1.4.0"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.14",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}