-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 798 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 798 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
{
"name": "nextjs-smartcontract-lottery-fcc",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@material-ui/core": "^4.12.4",
"axios": "^1.2.1",
"lite": "^4.0.5",
"moralis": "^1.8.0",
"moralis-v1": "^1.12.0",
"next": "12.1.5",
"next-auth": "^4.18.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-moralis": "^1.4.2",
"react-twitter-login": "^1.5.0",
"twitter": "^1.7.1",
"twitter-lite": "^1.1.0",
"web3uikit": "^0.1.159"
},
"devDependencies": {
"autoprefixer": "^10.4.4",
"eslint": "8.13.0",
"eslint-config-next": "12.1.5",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.24"
}
}