forked from peronio-ar/peronio-feeless
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.64 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "lacrypta-barmenu",
"private": true,
"version": "0.6.7",
"scripts": {
"dev": "next dev",
"build": "next build && tsc --project tsconfig.server.json",
"start": "node build/server.js",
"lint": "eslint ./ --ext js,jsx,ts,tsx",
"fix": "yarn lint --fix"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@ethereumjs/common": "^3.0.1",
"@ethereumjs/tx": "^4.0.1",
"@ethersproject/bytes": "^5.7.0",
"@firebase/firestore": "^3.8.0",
"@lacrypta/bar-gateway": "^0.9.8",
"@mui/icons-material": "^5.10.16",
"@mui/material": "^5.10.17",
"@rainbow-me/rainbowkit": "^0.7.4",
"debug": "^4.3.4",
"ethers": "^5.7.2",
"firebase": "^9.12.1",
"firebase-admin": "^11.4.1",
"mercadopago": "^1.5.14",
"next": "^13.0.4",
"nodemailer": "^6.8.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-qr-code": "^2.0.8",
"react-sdk-mercadopago": "^1.1.1",
"wagmi": "0.6.8",
"zod": "^3.19.1"
},
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/mercadopago": "^1.5.8",
"@types/node": "^18.11.9",
"@types/nodemailer": "^6.4.6",
"@types/react": "^18.0.26",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"eslint": "^8.31.0",
"eslint-config-next": "^13.0.6",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.1.0",
"eslint-plugin-react": "^7.31.11",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
}
}