-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.42 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
{
"name": "veritrust-front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"translations:extract": "lingui extract --clean "
},
"dependencies": {
"@lingui/core": "^4.5.0",
"@lingui/react": "^4.5.0",
"@pinata/sdk": "^2.1.0",
"@tabler/icons-react": "^2.30.0",
"@types/node": "20.4.7",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"@web3modal/ethereum": "^2.7.1",
"@web3modal/react": "^2.7.1",
"alchemy-sdk": "^2.10.0",
"encoding": "^0.1.13",
"eslint": "8.46.0",
"eslint-config-next": "13.4.12",
"ethers": "^6.7.1",
"framer-motion": "^10.15.1",
"lodash": "^4.17.21",
"lokijs": "^1.5.12",
"next": "13.4.12",
"next-intl": "^3.0.0-beta.19",
"pino-pretty": "^10.2.0",
"react": "18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "18.2.0",
"react-loading-skeleton": "^3.3.1",
"react-toastify": "^9.1.3",
"react-world-flags": "^1.5.1",
"sass": "^1.64.2",
"typescript": "5.1.6",
"viem": "^1.5.3",
"wagmi": "^1.3.9",
"web3": "^4.1.1"
},
"devDependencies": {
"@lingui/cli": "^4.5.0",
"@lingui/loader": "^4.5.0",
"@lingui/macro": "^4.5.0",
"@lingui/swc-plugin": "^4.0.4",
"@types/formidable": "^3.4.3",
"@types/lodash": "^4.14.199",
"@types/react-world-flags": "^1.4.2"
}
}