-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
60 lines (60 loc) · 1.8 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
{
"name": "da-explorer",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"codegen": "graphql-codegen",
"typecheck": "tsc --pretty --noEmit",
"lint": "eslint . --ext .js,.ts,.tsx",
"lint:fix": "eslint . --fix --ext .js,.ts,.tsx"
},
"dependencies": {
"@apollo/client": "^3.7.17",
"@headlessui/react": "^1.7.16",
"@heroicons/react": "^2.0.18",
"@lens-protocol/momoka": "^2.1.1",
"@rainbow-me/rainbowkit": "^1.0.7",
"@tailwindcss/forms": "^0.5.4",
"@tailwindcss/typography": "^0.5.9",
"@types/react": "18.0.35",
"@types/react-dom": "18.0.11",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"clsx": "^1.2.1",
"dayjs": "^1.11.9",
"next": "13.3.0",
"next-themes": "^0.2.1",
"postcss": "8.4.21",
"react": "18.2.0",
"react-cool-inview": "^3.0.1",
"react-dom": "18.2.0",
"react-json-view": "^1.21.3",
"react-use-websocket": "^4.3.1",
"tailwindcss": "3.3.1",
"typescript": "5.0.4",
"viem": "^1.5.0",
"wagmi": "^1.3.9",
"zustand": "^4.4.0"
},
"devDependencies": {
"@graphql-codegen/cli": "^3.3.1",
"@graphql-codegen/fragment-matcher": "^4.0.1",
"@graphql-codegen/typescript": "^3.0.4",
"@graphql-codegen/typescript-operations": "^3.0.4",
"@graphql-codegen/typescript-react-apollo": "^3.3.7",
"@types/node": "18.15.11",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unicorn": "^46.0.1",
"eslint-plugin-unused-imports": "^2.0.0",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8"
},
"packageManager": "[email protected]"
}