generated from netlify-templates/next-netlify-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 815 Bytes
/
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
{
"name": "web3-liquidity-rewards-ui",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"lint": "next lint",
"export": "next export"
},
"dependencies": {
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@mui/material": "^5.9.3",
"@netlify/plugin-nextjs": "^4.29.2",
"eslint": "^8.24.0",
"eslint-config-next": "^12.2.5",
"ethers": "^5.6.9",
"next": "^13.4.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"viem": "^1.0.2",
"wagmi": "^1.1.1"
},
"devDependencies": {
"@types/node": "^20.3.0",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.7",
"typescript": "^5.1.3"
}
}