-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
87 lines (87 loc) · 2.83 KB
/
package.json
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
{
"name": "skeet-v3-solana-dapp-rc",
"version": "0.1.0",
"author": "ELSOUL LABO B.V.",
"license": "Apache-2.0",
"scripts": {
"dev": "npx next dev --turbopack -p 4242",
"build": "npx next build",
"postbuild": "npx next-sitemap",
"start": "npx next start",
"lint": "npx next lint",
"preview": "npm run build && npx wrangler pages dev ./out",
"deploy": "npm run build && npx wrangler pages deploy"
},
"dependencies": {
"@dialectlabs/blinks": "0.10.1",
"@fortawesome/fontawesome-svg-core": "6.5.2",
"@fortawesome/free-brands-svg-icons": "6.5.2",
"@fortawesome/free-solid-svg-icons": "6.5.2",
"@fortawesome/react-fontawesome": "0.2.2",
"@glitchful-dev/sol-apy-sdk": "3.0.8",
"@radix-ui/react-aspect-ratio": "1.1.1",
"@radix-ui/react-avatar": "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-progress": "1.1.0",
"@radix-ui/react-slot": "1.1.1",
"@radix-ui/react-tabs": "1.1.2",
"@radix-ui/react-toast": "1.2.4",
"@solana/spl-stake-pool": "1.1.0",
"@solana/wallet-adapter-base": "0.9.23",
"@solana/wallet-adapter-react": "0.15.35",
"@solana/wallet-adapter-react-ui": "0.9.35",
"@solana/wallet-standard-features": "1.2.0",
"@solana/wallet-standard-util": "1.1.1",
"@solana/web3.js": "1.98.0",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"date-fns": "4.1.0",
"embla-carousel-autoplay": "8.3.0",
"embla-carousel-react": "8.3.0",
"github-slugger": "2.0.0",
"jotai": "2.10.1",
"lodash.throttle": "4.1.1",
"mdast-util-to-string": "4.0.0",
"next": "15.1.3",
"next-intl": "3.26.3",
"next-themes": "0.4.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-markdown": "9.0.1",
"react-syntax-highlighter": "15.6.1",
"remark": "15.0.1",
"remark-gfm": "4.0.0",
"remark-math": "6.0.0",
"remark-slug": "7.0.1",
"unist-util-visit": "5.0.0"
},
"devDependencies": {
"@tailwindcss/typography": "0.5.14",
"@types/lodash.throttle": "4.1.9",
"@types/node": "20.13.0",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"@types/react-syntax-highlighter": "15.5.13",
"autoprefixer": "10.4.19",
"babel-plugin-react-compiler": "19.0.0-beta-b2e8e9c-20241220",
"eslint": "9.14.0",
"eslint-config-next": "15.1.3",
"eslint-config-prettier": "9.1.0",
"glob": "10.4.3",
"gray-matter": "4.0.3",
"next-sitemap": "4.2.3",
"postcss": "8.4.38",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.1",
"tailwind-merge": "2.3.0",
"tailwind-scrollbar": "3.1.0",
"tailwindcss": "3.4.3",
"tailwindcss-animate": "1.0.7",
"typescript": "5.6.3",
"unified": "11.0.5",
"wrangler": "3.86.0"
}
}