-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
84 lines (84 loc) · 2.33 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
{
"name": "@mento-protocol/mento-web",
"version": "2.3.1",
"description": "A simple DApp for Celo Mento exchanges",
"keywords": [
"Celo",
"Mento",
"Exchange"
],
"author": "J M Rossy",
"repository": {
"type": "git",
"url": "https://github.com/mento-protocol/mento-web"
},
"homepage": "https://app.mento.org",
"license": "Apache-2.0",
"scripts": {
"dev": "next",
"build": "next build",
"typecheck": "tsc",
"start": "next start",
"clean": "rm -rf dist cache .next",
"type-check": "tsc",
"test": "jest",
"lint": "eslint .",
"prettier": "prettier --write ./src"
},
"dependencies": {
"@celo/rainbowkit-celo": "^0.11.0",
"@headlessui-float/react": "^0.11.2",
"@headlessui/react": "^1.7.13",
"@mento-protocol/mento-sdk": "^0.1.5",
"@metamask/jazzicon": "https://github.com/jmrossy/jazzicon#7a8df28",
"@metamask/post-message-stream": "6.1.2",
"@metamask/providers": "10.2.1",
"@rainbow-me/rainbowkit": "0.12.16",
"@reduxjs/toolkit": "^1.9.5",
"@tanstack/react-query": "^4.29.14",
"@vercel/analytics": "^1.0.1",
"big.js": "^6.2.1",
"bignumber.js": "^9.1.1",
"decimal.js-light": "^2.5.1",
"ethers": "^5.7.2",
"formik": "2.2.9",
"frappe-charts": "^1.6.2",
"jsbi": "^4.3.0",
"lottie-react": "^2.4.0",
"next": "13.5.7-canary.37",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.1.0",
"react-toastify": "^9.1.3",
"sharp": "^0.33.0",
"toformat": "^2.0.0",
"wagmi": "0.12.18"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/big.js": "^6.2.0",
"@types/jest": "^29.5.2",
"@types/node": "^18.15.11",
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"@types/react-redux": "^7.1.25",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"autoprefixer": "^10.4.14",
"eslint": "^8.43.0",
"eslint-config-next": "^13.4.6",
"eslint-config-prettier": "^8.8.0",
"jest": "^29.5.0",
"postcss": "^8.4.32",
"prettier": "^2.8.8",
"tailwindcss": "^3.3.2",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.3"
},
"resolutions": {
"bignumber.js": "9.1.1",
"@types/react": "18.0.34"
},
"packageManager": "[email protected]"
}