-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
87 lines (87 loc) · 2.58 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "bitcoin-wrap-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky",
"test": "node --experimental-vm-modules ./node_modules/.bin/jest",
"format": "prettier -w --ignore-unknown ."
},
"dependencies": {
"@aioha/aioha": "^1.4.0",
"@apollo/client": "^3.8.7",
"@ceramicnetwork/core": "^2.46.0",
"@ceramicnetwork/http-client": "^2.36.0",
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/media-query": "^3.3.0",
"@chakra-ui/next-js": "^2.1.5",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/ia-writer-quattro": "^5.0.7",
"@fontsource/open-sans": "^5.0.15",
"@hiveio/dhive": "^1.3.0",
"@next/bundle-analyzer": "^14.2.5",
"@stablelib/sha256": "^2.0.0",
"@tanstack/react-query": "^5.18.1",
"@types/node": "20.6.0",
"@types/react": "^18.2.21",
"@types/react-dom": "18.2.7",
"@vercel/analytics": "^1.1.1",
"@vsc.eco/client": "^0.0.7",
"@wagmi/connectors": "^5.1.5",
"@wagmi/core": "^2.13.4",
"@web3modal/wagmi": "^5.0.11",
"apexcharts": "^3.44.2",
"axios": "^1.7.6",
"bitcoinjs-lib": "^6.1.5",
"bs58check": "^3.0.1",
"chart.js": "^4.4.1",
"clipboard-copy": "^4.0.1",
"dids": "^4.0.4",
"eslint": "8.49.0",
"eslint-config-next": "13.4.19",
"framer-motion": "^10.16.4",
"graphql": "^16.8.1",
"key-did-provider-ed25519": "^3.0.2",
"key-did-resolver": "^3.0.0",
"moment": "^2.29.4",
"mongodb": "^6.3.0",
"mongoose": "^6.12.1",
"next": "^14.2.5",
"next-qrcode": "^2.5.1",
"node-cron": "^3.0.3",
"qrcode.react": "^3.1.0",
"react": "18.2.0",
"react-calendar": "^5.0.0",
"react-dom": "18.2.0",
"react-hooks-global-state": "^2.1.0",
"react-router-dom": "^6.26.0",
"recharts": "^2.12.7",
"typescript": "5.2.2",
"viem": "^2.19.4",
"wagmi": "^2.12.5",
"zustand": "^4.4.1"
},
"devDependencies": {
"@babel/preset-typescript": "^7.26.0",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.5.14",
"dotenv": "^16.3.1",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.1.5",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"react-icons": "^4.11.0",
"ts-jest": "^29.2.5"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"engines": {
"yarn": ">= 1.22.22",
"npm": "please-use-yarn"
}
}