-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 842 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": "nextjs-smartcontract-lottery-fcc",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"magic-sdk": "^9.0.0",
"moralis": "^1.11.0",
"moralis-v1": "^1.13.0",
"next": "^12.2.5",
"react": "^18.2.0",
"react-countdown-circle-timer": "^3.2.1",
"react-dom": "^18.2.0",
"react-moralis": "^1.3.5",
"react-native-countdown-circle-timer": "^3.2.1",
"react-native-web": "^0.19.4",
"react-scripts": "3.0.1",
"web3uikit": "^0.0.133"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"dotenv": "^16.0.0",
"eslint": "8.14.0",
"eslint-config-next": "12.1.5",
"postcss": "^8.4.12",
"prettier": "^2.8.8",
"tailwindcss": "^3.0.24"
}
}