-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·65 lines (65 loc) · 1.95 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·65 lines (65 loc) · 1.95 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
{
"name": "predinex-front",
"version": "0.1.0",
"private": true,
"description": "Predinex - Prediction Markets on Celo with MiniPay Integration",
"scripts": {
"dev": "next dev -p 8080",
"dev:turbo": "next dev --turbopack -p 8080",
"build": "next build",
"start": "next start",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"pretty": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json}\"",
"install:force": "npm install --legacy-peer-deps"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@openzeppelin/contracts": "^5.4.0",
"@playwright/test": "^1.56.1",
"@react-spring/web": "^10.0.1",
"@reown/appkit": "^1.7.11",
"@reown/appkit-adapter-wagmi": "^1.7.11",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/wallet-adapter-react-ui": "^0.9.35",
"@solana/wallet-adapter-wallets": "^0.19.32",
"@solana/web3.js": "^1.95.5",
"@tanstack/react-query": "^5.81.2",
"@uidotdev/usehooks": "^2.4.1",
"@web3modal/siwe": "^5.1.11",
"@web3modal/wagmi": "^5.1.11",
"chart.js": "^4.4.7",
"date-fns": "^4.1.0",
"ethers": "^6.15.0",
"framer-motion": "^12.19.2",
"lucide-react": "^0.525.0",
"next": "15.3.8",
"puppeteer": "^24.17.1",
"react": "^19.0.0",
"react-chartjs-2": "^5.2.0",
"react-countdown": "^2.3.6",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.5.2",
"react-icons": "^5.5.0",
"recharts": "^3.3.0",
"swiper": "^11.1.15",
"viem": "^2.31.4",
"wagmi": "^2.15.6",
"zustand": "^5.0.2"
},
"devDependencies": {
"@swc/core": "^1.13.5",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^8",
"eslint-config-next": "15.0.3",
"pino-pretty": "^13.0.0",
"postcss": "^8",
"prettier": "^3.4.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"swc-loader": "^0.2.6",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}