-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.75 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
{
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint ./",
"analyze": "ANALYZE=true next build"
},
"dependencies": {
"@ant-design/cssinjs": "^1.16.2",
"@tanstack/react-query": "^5.53.3",
"@tanstack/react-query-devtools": "5",
"@wagmi/core": "^2.13.8",
"antd": "^5.20.4",
"bs58": "^6.0.0",
"graphql": "^16.9.0",
"graphql-request": "^7.1.0",
"lodash": "^4.17.21",
"lucide-react": "^0.438.0",
"next": "^13.4.19",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-infinite-scroll-component": "^6.1.0",
"react-jazzicon": "^1.0.4",
"recharts": "^2.13.1",
"styled-components": "^6.0.7",
"viem": "^2.21.1",
"wagmi": "^2.12.16"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/typescript": "^4.0.9",
"@graphql-codegen/typescript-graphql-request": "^6.2.0",
"@next/bundle-analyzer": "^13.4.16",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/lodash": "^4.17.7",
"@types/node": "^22.5.2",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"babel-plugin-import": "^1.13.8",
"babel-plugin-inline-react-svg": "^2.0.2",
"babel-plugin-module-resolver": "^5.0.0",
"babel-plugin-styled-components": "^2.1.4",
"eslint": "^8.56.0",
"eslint-config-next": "^14.2.7",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^4.1.3",
"prettier": "^3.3.3",
"typescript": "5.4.5"
}
}