-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.97 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.97 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
{
"name": "fungiple-react",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --port=3000",
"start": "vite --port=3000",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"proxy": "https://auth.privy.io",
"dependencies": {
"@crossmint/connect": "^0.11.0-alpha.1",
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.2.0",
"@privy-io/js-sdk-core": "^0.38.0",
"@privy-io/react-auth": "^2.0.1",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-coinbase": "^0.1.19",
"@solana/wallet-adapter-phantom": "^0.9.24",
"@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.98.0",
"@types/lodash": "^4.17.13",
"axios": "^1.7.8",
"echarts": "^5.5.1",
"ethers": "^6.13.4",
"less": "^4.2.2",
"lodash": "^4.17.21",
"lottie-react": "^2.4.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^7.0.1",
"react-svg": "^16.2.0",
"react-toastify": "^11.0.2",
"terser": "^5.36.0",
"zustand": "^5.0.1"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.28",
"@eslint/js": "^9.15.0",
"@types/chrome": "^0.0.287",
"@types/mockjs": "^1.0.10",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-modal": "^3.16.3",
"@unocss/preset-attributify": "^0.65.0",
"@unocss/preset-icons": "^0.65.0",
"@unocss/preset-uno": "^0.65.0",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"eslint": "^9.15.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.12.0",
"mockjs": "^1.1.0",
"postcss": "^8.4.49",
"typescript": "~5.6.2",
"typescript-eslint": "^8.15.0",
"unocss": "^0.65.0",
"vite": "^6.0.1"
}
}