-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.57 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.57 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
{
"name": "swap-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^2.2.4",
"@heroicons/react": "^2.2.0",
"@heroui/react": "^2.7.8",
"@jup-ag/wallet-adapter": "^0.2.3",
"@solana/wallet-adapter-base": "^0.9.26",
"@solana/wallet-adapter-react": "^0.15.38",
"@solana/wallet-adapter-react-ui": "^0.9.38",
"@solana/wallet-adapter-wallets": "^0.19.36",
"@solana/web3.js": "^1.98.2",
"@subframe/core": "^1.143.0",
"bs58": "^6.0.0",
"class-variance-authority": "^0.7.1",
"framer-motion": "^12.12.1",
"next": "15.3.2",
"node-fetch": "^3.3.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.5.2",
"react-virtuoso": "^4.12.7",
"tailwind-merge": "^3.3.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/babel__core": "^7.20.5",
"@types/babel__generator": "^7.27.0",
"@types/babel__template": "^7.4.4",
"@types/babel__traverse": "^7.20.7",
"@types/istanbul-lib-report": "^3.0.3",
"@types/istanbul-reports": "^3.0.4",
"@types/json-schema": "^7.0.15",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/trusted-types": "^2.0.7",
"@types/w3c-web-usb": "^1.0.10",
"@types/web": "^0.0.239",
"autoprefixer": "^10.4.17",
"eslint": "^9",
"eslint-config-next": "15.3.2",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}