-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·126 lines (126 loc) · 4.11 KB
/
package.json
File metadata and controls
executable file
·126 lines (126 loc) · 4.11 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "bloom-protocol-fe",
"version": "0.2.0",
"private": true,
"engines": {
"node": ">=20.0.0",
"npm": ">=10.0.0"
},
"scripts": {
"dev": "next dev --turbo --turbopack -p 3000",
"build": "next build --webpack && npm run critical-css",
"postbuild": "echo '✨ Build completed with Critical CSS optimization'",
"start": "next start",
"lint": "next lint",
"critical-css": "node scripts/critical-css.js",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:menu": "jest --testMatch=\"**/menu*.test.*\"",
"test:snapshots": "jest --testMatch=\"**/*snapshots.test.*\"",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:debug": "playwright test --debug",
"test:e2e:headed": "playwright test --headed",
"test:clean": "scripts/clean-test-artifacts.sh",
"discover:prediction-market": "npx tsx scripts/discover-prediction-market-skills.ts",
"prepare": "husky"
},
"dependencies": {
"@aptos-connect/wallet-adapter-plugin": "^2.4.3",
"@gemini-wallet/core": "^0.3.2",
"@grafana/faro-web-sdk": "^2.0.2",
"@grafana/faro-web-tracing": "^2.0.2",
"@metamask/sdk": "^0.34.0",
"@okxconnect/solana-provider": "^1.8.6",
"@okxconnect/ui": "^1.8.6",
"@okxconnect/universal-provider": "^1.8.6",
"@phantom/browser-sdk": "^0.0.6",
"@phantom/react-sdk": "^0.0.6",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-select": "^2.2.5",
"@reown/appkit": "^1.8.14",
"@reown/appkit-adapter-solana": "^1.8.14",
"@reown/appkit-adapter-wagmi": "^1.8.14",
"@reown/appkit-siwx": "^1.8.14",
"@reown/appkit-wallet-button": "^1.8.14",
"@solana-program/memo": "^0.10.0",
"@solana-program/system": "^0.10.0",
"@solana-program/token": "^0.9.0",
"@solana/kit": "^5.1.0",
"@solana/spl-token": "^0.4.13",
"@solana/wallet-adapter-base": "^0.9.27",
"@solana/wallet-adapter-react": "^0.15.39",
"@solana/web3.js": "^1.98.2",
"@tailwindcss/postcss": "^4.1.5",
"@tanstack/react-query": "^5.90.11",
"@tanstack/react-query-devtools": "^5.76.1",
"@thumbmarkjs/thumbmarkjs": "^0.20.2",
"@types/bs58": "^4.0.4",
"@types/jsonwebtoken": "^9.0.10",
"@types/react-datepicker": "^6.2.0",
"@vercel/og": "^0.8.6",
"@wallet-standard/app": "^1.1.0",
"@web3icons/react": "^4.0.15",
"@worldcoin/agentkit": "^0.1.6",
"@worldcoin/idkit": "^4.0.11",
"@x402/evm": "^2.8.0",
"@x402/fetch": "^2.8.0",
"axios": "^1.9.0",
"beasties": "^0.3.4",
"bs58": "^6.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cookies-next": "^5.1.0",
"ethers": "^6.16.0",
"gray-matter": "^4.0.3",
"html2canvas": "^1.4.1",
"isomorphic-dompurify": "^2.34.0",
"jsonwebtoken": "^9.0.3",
"lucide-react": "^0.513.0",
"next": "^16.1.1",
"next-themes": "^0.4.6",
"porto": "^0.2.37",
"postcss": "^8.5.3",
"postcss-import": "^16.1.0",
"react": "^19.2.1",
"react-datepicker": "^8.10.0",
"react-dom": "^19.2.1",
"react-markdown": "^10.1.0",
"react-server-dom-webpack": "^19.2.3",
"recharts": "^2.15.3",
"sonner": "^2.0.5",
"tailwind-merge": "^3.3.0",
"thirdweb": "^5.119.1",
"tweetnacl": "^1.0.3",
"viem": "^2.40.3",
"wagmi": "^3.0.2"
},
"devDependencies": {
"@mswjs/data": "^0.16.2",
"@playwright/test": "^1.53.1",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/dompurify": "^3.0.5",
"@types/jest": "^30.0.0",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "9.26.0",
"eslint-config-next": "15.3.5",
"glob": "^11.0.0",
"husky": "^9.1.7",
"identity-obj-proxy": "^3.0.0",
"jest": "^30.0.0",
"jest-environment-jsdom": "^30.0.0",
"jest-watch-typeahead": "^3.0.1",
"msw": "^2.10.2",
"sharp": "^0.34.5",
"tailwindcss": "^4.1.5",
"tw-animate-css": "^1.3.4",
"typescript": "5.9.2",
"whatwg-fetch": "^3.6.20"
}
}