-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.32 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
{
"name": "syscoin-bridge",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"firebase:dev": "firebase emulators:start"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.8.0",
"@mui/lab": "^5.0.0-alpha.89",
"@mui/material": "^5.7.0",
"@mui/x-data-grid": "^5.11.1",
"@pollum-io/sysweb3-utils": "^1.1.223",
"@sentry/nextjs": "^7.57.0",
"axios": "^0.27.2",
"bitcoin-proof": "^2.0.0",
"bitcoinjs-lib": "^6.0.1",
"date-fns": "^2.30.0",
"eslint-plugin-unused-imports": "^3.0.0",
"firebase": "^9.22.1",
"firebase-admin": "^10.2.0",
"iron-session": "^6.3.1",
"mongoose": "^7.5.0",
"next": "13.2.4",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-hook-form": "^7.31.3",
"react-query": "^3.39.1",
"satoshi-bitcoin": "^1.0.5",
"syscoinjs-lib": "1.0.218"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/node": "17.0.32",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.3",
"eslint": "8.15.0",
"eslint-config-next": "12.1.6",
"firebase-tools": "^11.0.1",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "4.6.4"
}
}