-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
104 lines (104 loc) · 3.04 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "m-interface",
"version": "0.1.0",
"private": true,
"dependencies": {
"@craco/craco": "^7.1.0",
"@ethersproject/abstract-provider": "^5.7.0",
"@ethersproject/contracts": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@graphql-codegen/cli": "^5.0.0",
"@headlessui/react": "^1.7.19",
"@heroicons/react": "^2.1.1",
"@lingui/macro": "^4.10.0",
"@rainbow-me/rainbowkit": "^1.3.0",
"@reduxjs/toolkit": "^2.0.1",
"@rtk-query/graphql-request-base-query": "^2.3.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@tanstack/react-table": "^8.13.2",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.68",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@uniswap/sdk-core": "^4.2.0",
"@uniswap/token-lists": "^1.0.0-beta.34",
"@wagmi/core": "^1.4.12",
"add": "^2.0.6",
"axios": "^1.7.7",
"cids": "^1.1.9",
"copy-to-clipboard": "^3.3.3",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"ethers": "^6.10.0",
"framer-motion": "^11.0.8",
"graphql": "^16.8.1",
"js-big-decimal": "^2.0.7",
"jsbi": "^4.3.0",
"lodash": "^4.17.21",
"multicodec": "^3.2.1",
"multihashes": "^4.0.3",
"prettier": "^3.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^9.0.2",
"react-router-dom": "^6.21.2",
"react-scripts": "^5.0.1",
"react-virtualized-auto-sizer": "^1.0.24",
"react-window": "^1.8.10",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss": "^3.4.1",
"tailwindcss-border-gradient-radius": "^3.0.1",
"typescript": "^4.9.5",
"viem": "1.21.4",
"wagmi": "^1.4.10",
"web-vitals": "^2.1.4",
"yarn": "^1.22.21",
"zod": "^3.22.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"graphql:generate": "graphql-codegen --config codegen.ts",
"pretty": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json}\""
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@graphql-codegen/client-preset": "^4.1.0",
"@graphql-codegen/introspection": "^4.0.0",
"@graphql-codegen/typescript-rtk-query": "^3.1.1",
"@types/lodash": "^4.14.202",
"@types/react-window": "^1.8.8",
"autoprefixer": "^10.4.16",
"css-loader": "^6.9.0",
"postcss": "^8.4.33",
"postcss-loader": "^7.3.4",
"prettier-plugin-tailwindcss": "^0.5.11",
"style-loader": "^3.3.4"
}
}