-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
63 lines (63 loc) · 1.88 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": "uniswap-v3-calculator-simulator",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"analyze": "ANALYZE=true next build",
"format": "prettier --write \"./**/*.{js,ts,jsx,tsx,json,md,css,svg}\""
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@headlessui/react": "1.7.19",
"@mui/material": "^5.15.17",
"@next/bundle-analyzer": "^14.1.4",
"@next/third-parties": "^14.1.4",
"@tailwindcss/forms": "^0.5.7",
"@tanstack/react-query": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.10",
"bignumber.js": "^9.1.2",
"clsx": "^2.1.1",
"d3": "^7.9.0",
"ethers": "5.7.2",
"graphql": "^16.8.1",
"graphql-request": "^7.0.1",
"lucide-react": "^0.363.0",
"next": "14.1.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.2.1",
"react-virtualized-auto-sizer": "^1.0.24",
"react-window": "^1.8.10",
"sharp": "^0.33.3",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/d3": "^7",
"@types/node": "^20.12.2",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"@types/react-window": "^1",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-next": "14.1.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-unused-imports": "^3.1.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.13",
"tailwindcss": "^3.4.3",
"typescript": "5.3.3"
},
"packageManager": "yarn@4.2.2"
}