forked from ethereumfollowprotocol/app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.56 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
{
"name": "efp-app",
"version": "1.0.0",
"description": "Ethereum Follow Protocol App",
"repository": "github:ethereumfollowprotocol/app",
"type": "module",
"scripts": {
"clean": "/bin/bash ./scripts/clean.sh",
"build": "NODE_OPTIONS='--no-warnings' NODE_ENV='production' next build",
"dev": "next dev --turbo --port 3443",
"format": "biome format . --write --diagnostic-level=warn",
"fix": "bun lint && bun format",
"lint": "biome check --apply . --diagnostic-level=warn",
"start": "next start",
"typecheck": "tsc --project tsconfig.json --noEmit",
"update-dependencies": "bun ./scripts/update-dependencies.ts"
},
"dependencies": {
"@airstack/airstack-react": "^0.6.4",
"@rainbow-me/rainbowkit": "^2.0.5",
"@sentry/nextjs": "^8",
"@tanstack/react-query": "^5.17.19",
"@tanstack/react-query-next-experimental": "^5.17.19",
"@uidotdev/usehooks": "^2.4.1",
"clsx": "^2.1.0",
"i18next": "^23.11.5",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^2.5.2",
"million": "^2.6.4",
"next": "^14.1.4",
"next-themes": "^0.3.0",
"next-usequerystate": "^1.15.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.1.2",
"react-icons": "^5.3.0",
"server-only": "^0.0.1",
"sonner": "^1.3.1",
"tailwind-merge": "^2.2.1",
"update-browserslist-db": "^1.1.0",
"valibot": "^0.27.0",
"viem": "^2.9.15",
"wagmi": "^2.5.19"
},
"devDependencies": {
"@biomejs/biome": "^1.7.3",
"@next/bundle-analyzer": "^14.1.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.10",
"@tanstack/react-query-devtools": "^5.17.21",
"@total-typescript/ts-reset": "^0.5.1",
"@types/bun": "^1.0.4",
"@types/node": "^20.11.6",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@vercel/analytics": "^1.1.2",
"@vercel/blob": "^0.19.0",
"@vercel/speed-insights": "^1.0.7",
"autoprefixer": "^10.4.17",
"bufferutil": "^4.0.8",
"encoding": "^0.1.13",
"lokijs": "^1.5.12",
"octokit": "^3.1.2",
"pino-pretty": "^10.3.1",
"postcss": "^8.4.33",
"sharp": "^0.33.2",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"tsx": "^4.7.0",
"typed-query-selector": "^2.11.0",
"typescript": "^5.3.3",
"utf-8-validate": "^6.0.3",
"webpack": "^5.90.0"
},
"browser": {
"crypto": false,
"stream": false
},
"bugs": "github:ethereumfollowprotocol/app/issues",
"sideEffects": false
}