-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.59 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.59 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
{
"name": "inturank",
"private": true,
"version": "2.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"sync:intuition-skill": "bash scripts/sync-intuition-skill.sh",
"gift:xp": "node scripts/gift-xp.mjs",
"preview": "vite preview",
"start": "node server/index.js",
"email-server": "node server/index.js",
"email-worker": "node server/email-worker.js"
},
"dependencies": {
"@0xintuition/graphql": "^2.0.2",
"@0xintuition/sdk": "^2.0.2",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.1",
"@google/genai": "^1.34.0",
"@mui/icons-material": "7.3.8",
"@mui/material": "7.3.8",
"@rainbow-me/rainbowkit": "^2.2.10",
"@samoris/tns-sdk": "^1.0.1",
"@tanstack/react-query": "^5.90.21",
"@walletconnect/ethereum-provider": "^2.23.6",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"ethers": "^6.16.0",
"express": "^4.21.0",
"framer-motion": "12.34.5",
"html2canvas": "^1.4.1",
"json5": "^2.2.3",
"lenis": "^1.3.23",
"lucide-react": "^0.344.0",
"openai": "^4.104.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^10.1.0",
"react-router-dom": "^6.22.3",
"recharts": "^2.12.2",
"viem": "^2.21.0",
"wagmi": "^2.19.5"
},
"devDependencies": {
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.5.0",
"postcss": "^8.5.15",
"tailwindcss": "^3.4.19",
"typescript": "^5.4.2",
"vite": "^5.1.5"
},
"overrides": {
"axios": "1.13.6"
}
}