-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.83 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
{
"name": "front-aleph-account-page",
"version": "0.10.4",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix"
},
"dependencies": {
"@aleph-front/core": "^1.22.4",
"@aleph-sdk/account": "^1.0.3",
"@aleph-sdk/avalanche": "^1.0.3",
"@aleph-sdk/client": "^1.0.6",
"@aleph-sdk/core": "^1.0.3",
"@aleph-sdk/ethereum": "^1.0.3",
"@aleph-sdk/evm": "^1.0.3",
"@aleph-sdk/message": "^1.0.6",
"@aleph-sdk/solana": "^1.0.3",
"@aleph-sdk/superfluid": "^1.0.6",
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@hookform/resolvers": "^3.1.1",
"@types/node": "18.14.1",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@web3modal/ethers5": "^4.2.1",
"eslint": "8.35.0",
"eslint-config-next": "13.2.1",
"ethers": "^5.7.2",
"jszip": "^3.10.1",
"lottie-react": "^2.4.0",
"next": "^13.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.45.2",
"react-loader-spinner": "^5.3.4",
"recharts": "^2.9.0",
"styled-components": "^5.3.10",
"usehooks-ts": "^2.9.1",
"uuid": "^9.0.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@babel/plugin-syntax-typescript": "^7.24.1",
"@metamask/providers": "^16.1.0",
"@types/styled-components": "^5.1.26",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"babel-loader": "^9.1.3",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-twin": "^1.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"tailwindcss": "^3.3.2",
"twin.macro": "^3.3.1",
"typescript": "^5.4.5"
},
"babelMacros": {
"twin": {
"preset": "styled-components"
}
}
}