-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 956 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
35
36
37
{
"name": "lottery-front",
"private": true,
"version": "0.5.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@lacrypta/lottery": "^0.0.7",
"@rainbow-me/rainbowkit": "^0.7.4",
"ethers": "^5.0.0",
"firebase": "^9.13.0",
"firebase-admin": "^11.2.0",
"next": "^12.1.6",
"nodemailer": "^6.8.0",
"react": "^18.1.0",
"react-animated-css": "https://github.com/agustinkassis/react-animated-css",
"react-confetti": "^6.1.0",
"react-dom": "^18.1.0",
"react-use": "^17.4.0",
"styled-components": "^5.3.6",
"wagmi": "^0.7.5",
"zod": "^3.19.1"
},
"devDependencies": {
"@types/node": "^17.0.35",
"@types/nodemailer": "^6.4.6",
"@types/react": "^18.0.9",
"@types/styled-components": "^5.1.26",
"eslint": "^8.15.0",
"eslint-config-next": "^12.1.6",
"typescript": "^4.7.2"
}
}