-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
105 lines (105 loc) · 3.2 KB
/
package.json
File metadata and controls
105 lines (105 loc) · 3.2 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "smol",
"scripts": {
"dev": "next",
"dev:ts": "tsc --watch",
"start": "tsc && next build && next start",
"build": "next build --webpack",
"export": "tsc && next build && next export -o ipfs",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"prettier-format": "prettier --config .prettierrc ./packages/**/**/*.{json,js,ts,tsx,css,md} --write"
},
"dependencies": {
"@clustersxyz/sdk": "^1.0.2",
"@gnosis.pm/safe-apps-react-sdk": "^4.6.2",
"@gnosis.pm/safe-apps-sdk": "^7.8.0",
"@headlessui/react": "^2.2.7",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-tooltip": "^1.2.8",
"@rainbow-me/rainbowkit": "^2.2.8",
"@react-hookz/web": "^25.1.1",
"@rive-app/canvas": "^2.31.2",
"@rive-app/react-canvas": "^4.23.1",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"@tanem/react-nprogress": "^5.0.55",
"@tanstack/react-query": "^5.85.3",
"@types/dompurify": "^3.0.5",
"@types/qrcode": "^1.5.5",
"@wagmi/core": "^2.19.0",
"axios": "^1.11.0",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"dompurify": "^3.2.6",
"formidable": "^3.5.4",
"framer-motion": "^12.23.12",
"graphql-request": "^7.2.0",
"identicon.js": "^2.3.3",
"lottie-react": "^2.4.1",
"next": "16.0.10",
"next-plausible": "^3.12.4",
"next-pwa": "^5.6.0",
"next-seo": "^6.8.0",
"ox": "^0.8.8",
"papaparse": "^5.5.3",
"qrcode": "^1.5.4",
"rc-input-number": "^9.5.0",
"react": "^19.2.1",
"react-day-picker": "^9.9.0",
"react-dom": "^19.2.1",
"react-dom-confetti": "^0.2.0",
"react-hot-toast": "^2.6.0",
"react-popper": "^2.3.0",
"swr": "^2.3.6",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"telegraf": "^4.16.3",
"use-indexeddb": "^2.0.2",
"usehooks-ts": "^3.1.1",
"vaul": "^1.1.2",
"viem": "^2.34.0",
"wagmi": "^2.16.4",
"web3-eth-abi": "^4.4.1",
"xxhashjs": "^0.2.2"
},
"devDependencies": {
"@total-typescript/ts-reset": "^0.6.1",
"@types/bun": "latest",
"@types/node": "^24.3.0",
"@types/nprogress": "^0.2.3",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@typescript-eslint/parser": "^8.40.0",
"autoprefixer": "^10.4.21",
"bun-types": "^1.2.20",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-brackets": "^0.1.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-tailwindcss": "^3.18.0",
"eslint-plugin-unused-imports": "3.2.0",
"husky": "^9.1.7",
"lint-staged": "^16.1.5",
"pino-pretty": "^13.1.1",
"postcss": "^8.5.6",
"postcss-import": "^16.1.1",
"postcss-nesting": "^13.0.2",
"prettier": "^3.6.2",
"sass": "^1.90.0",
"sharp": "^0.34.3",
"ts-loader": "^9.5.2",
"typescript": "^5.9.2"
},
"resolutions": {
"elliptic": "6.6.1",
"tailwindcss": "3.4.17"
}
}