-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
126 lines (126 loc) · 4.1 KB
/
package.json
File metadata and controls
126 lines (126 loc) · 4.1 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": "paystream",
"version": "1.0.0",
"author": "ceeriil",
"license": "MIT",
"private": true,
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"analyze": "ANALYZE=true next build",
"eslint": "next lint --fix --dir src",
"prettier": "prettier --write .",
"lint": "yarn eslint && yarn prettier",
"format": "next lint --fix && prettier '**/*.{json,yaml}' --write --ignore-path .gitignore",
"postbuild": "next-sitemap && yarn prisma generate",
"postinstall": "yarn prisma generate"
},
"lint-staged": {
"*.{js,jsx,md,ts,tsx,html,css,scss}": "yarn prettier",
"*.{js,jsx,ts,tsx}": "eslint --cache --fix --cache-location ./node_modules/.cache/.eslintcache"
},
"dependencies": {
"@dicebear/collection": "^9.2.2",
"@dicebear/core": "^9.2.2",
"@heroicons/react": "^2.2.0",
"@hookform/resolvers": "^4.1.3",
"@jup-ag/jup-mobile-adapter": "^0.0.1",
"@mysten/dapp-kit": "^0.14.49",
"@mysten/sui": "^1.21.1",
"@mysten/wallet-standard": "^0.13.25",
"@next-auth/prisma-adapter": "^1.0.7",
"@next/bundle-analyzer": "^15.0.1",
"@prisma/client": "^5.21.1",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-collapsible": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.2",
"@radix-ui/react-toast": "^1.2.5",
"@radix-ui/react-tooltip": "^1.1.7",
"@rainbow-me/rainbowkit": "^2.2.0",
"@reown/appkit": "^1.6.4",
"@reown/appkit-adapter-solana": "^1.6.4",
"@reown/appkit-adapter-wagmi": "^1.6.4",
"@solana/spl-token-registry": "^0.2.4574",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/wallet-adapter-react-ui": "^0.9.35",
"@solana/wallet-adapter-wallets": "^0.19.32",
"@streamflow/stream": "^6.3.5",
"@suiet/wallet-adapter": "^0.0.19",
"@tanstack/react-query": "^5.59.16",
"@tanstack/react-query-devtools": "^5.59.16",
"@types/numeral": "^2.0.5",
"axios": "^1.7.7",
"bn.js": "^5.2.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"config": "^3.3.12",
"date-fns": "^4.1.0",
"encoding": "^0.1.13",
"ethers": "^6.13.5",
"firebase": "^11.2.0",
"firebase-admin": "^13.0.2",
"gsap": "^3.12.7",
"lokijs": "^1.5.12",
"lucide-react": "^0.471.1",
"next": "15.0.3",
"next-themes": "^0.4.6",
"numeral": "^2.0.6",
"outline": "link:@heroicons/react/24/outline",
"pino-pretty": "^13.0.0",
"react": "19.0.0-rc-69d4b800-20241021",
"react-copy-to-clipboard": "^5.1.0",
"react-day-picker": "8.10.1",
"react-dom": "19.0.0-rc-69d4b800-20241021",
"react-hook-form": "^7.53.1",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.4.0",
"react-parallax-tilt": "^1.7.287",
"recharts": "^2.15.0",
"rpc-websockets": "7.11.0",
"swr": "^2.3.0",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.14",
"tailwindcss-animate": "^1.0.7",
"typesaurus": "^10.7.0",
"wagmi": "^2.14.8",
"winston": "^3.14.1"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@types/bn.js": "^5.1.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "7.12.0",
"autoprefixer": "^10.4.20",
"cypress": "^14.0.3",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "14.1.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.0.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"next-sitemap": "^4.2.3",
"null-loader": "^4.0.1",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prisma": "^5.21.1",
"source-map-loader": "^5.0.0",
"typescript": "^5.5.4"
}
}