-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.69 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.69 KB
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
{
"name": "foundation",
"version": "1.0.0",
"description": "Ethereum Identity Foundation",
"repository": "github:ethereumidentitykit/foundation",
"type": "module",
"scripts": {
"clean": "/bin/bash ./scripts/clean.sh",
"build": "NODE_OPTIONS='--no-warnings' NODE_ENV='production' next build",
"dev": "next dev --port 6969",
"fix": "bun lint && bun format",
"lint": "eslint .",
"format": "prettier --write .",
"start": "next start",
"typecheck": "tsc --project tsconfig.json --noEmit",
"preinstall": "npm_config_yes=true npm exec --no-package-lock=true only-allow@latest bun"
},
"dependencies": {
"@next/third-parties": "15.1.6",
"@rainbow-me/rainbowkit": "^2.2.1",
"@tailwindcss/postcss": "^4.0.6",
"@tanstack/query-async-storage-persister": "^5.66.0",
"@tanstack/react-query": "^5.17.19",
"@tanstack/react-query-next-experimental": "^5.17.19",
"@tanstack/react-query-persist-client": "^5.66.0",
"@uidotdev/usehooks": "^2.4.1",
"caniuse-lite": "^1.0.30001687",
"clsx": "^2.1.0",
"ethereum-identity-kit": "^0.2.72",
"next": "15.5.7",
"next-themes": "^0.3.0",
"react": "19.2.1",
"react-dom": "19.2.1",
"server-only": "^0.0.1",
"tailwind-merge": "^2.2.1",
"update-browserslist-db": "^1.1.0",
"valibot": "^0.27.0",
"viem": "^2.9.15",
"wagmi": "^2.12.16"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@next/bundle-analyzer": "15.1.6",
"@next/eslint-plugin-next": "^15.2.4",
"@svgr/webpack": "^8.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": "19.2.1",
"@types/react-dom": "19.2.1",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.0.7",
"autoprefixer": "^10.4.17",
"bufferutil": "^4.0.8",
"encoding": "^0.1.13",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-react": "^7.37.4",
"globals": "^15.14.0",
"lokijs": "^1.5.12",
"pino-pretty": "^10.3.1",
"postcss": "^8.4.33",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"sharp": "^0.33.5",
"tailwindcss": "^4.0.6",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-themer": "^4.0.0",
"typed-query-selector": "^2.11.0",
"typescript": "^5.3.3",
"typescript-eslint": "^8.23.0",
"utf-8-validate": "^6.0.3"
},
"browser": {
"crypto": false,
"stream": false
},
"bugs": "github:ethereumfollowprotocol/app/issues",
"sideEffects": false
}