-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.32 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.32 KB
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
{
"name": "syscoin-bridge",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"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",
"@sidhujag/sysweb3-utils": "^1.1.272",
"@sentry/nextjs": "^7.57.0",
"axios": "^1.13.2",
"bitcoin-proof": "^2.0.0",
"date-fns": "^2.30.0",
"eslint-plugin-unused-imports": "^3.0.0",
"iron-session": "^6.3.1",
"mongoose": "^7.5.0",
"next": "13.5.9",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.31.3",
"react-query": "^3.39.1",
"satoshi-bitcoin": "^1.0.5",
"syscoinjs-lib": "^1.0.268",
"web3": "1.10.4"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/node": "17.0.32",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"eslint": "8.57.1",
"eslint-config-next": "13.5.9",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=24.0.0",
"npm": ">=10.0.0"
},
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}