-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
63 lines (63 loc) · 1.87 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
{
"name": "@absurd-finance/frontend",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/next-js": "^2.1.5",
"@chakra-ui/react": "^2.8.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@ethereum-attestation-service/eas-sdk": "^1.1.0-beta.2",
"@rainbow-me/rainbowkit": "^1.0.7",
"@types/node": "20.4.5",
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7",
"@typescript-eslint/parser": "^6.3.0",
"axios": "^1.4.0",
"coingecko-api": "^1.0.10",
"encoding": "^0.1.13",
"ethers": "^6.7.0",
"framer-motion": "^10.15.0",
"lokijs": "^1.5.12",
"next": "13.4.12",
"next-auth": "^4.23.1",
"next-images": "^1.8.5",
"pino-pretty": "^10.2.0",
"posthog-js": "^1.77.0",
"react": "18.2.0",
"react-confetti": "^6.1.0",
"react-dom": "18.2.0",
"react-icons": "^4.10.1",
"recharts": "^2.7.3",
"simple-statistics": "^7.8.3",
"typescript": "5.1.6",
"viem": "^1.5.0",
"wagmi": "^1.3.9"
},
"devDependencies": {
"@cspell/eslint-plugin": "^7.0.0",
"@rushstack/eslint-patch": "^1.3.3",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/coingecko-api": "^1.0.10",
"@types/confusing-browser-globals": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"confusing-browser-globals": "^1.0.11",
"eslint": "8.46.0",
"eslint-config-next": "13.4.12",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-chakra-ui": "^0.9.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-sonarjs": "^0.20.0",
"eslint-plugin-testing-library": "^6.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"prettier": "^3.0.1"
}
}