-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.6 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.6 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": "solid-nextjs",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@dialectlabs/blinks": "^0.8.0",
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.1.3",
"@solana/actions": "^1.6.1",
"@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.95.2",
"@supabase/ssr": "latest",
"@supabase/supabase-js": "latest",
"@types/bcrypt": "^5.0.2",
"@types/node": "^20.12.11",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"autoprefixer": "^10.4.19",
"axios": "^1.6.8",
"blinksights-sdk": "^1.0.19",
"cloudinary": "^2.2.0",
"dotenv": "^16.4.5",
"eslint": "8.41.0",
"eslint-config-next": "13.4.4",
"framer-motion": "^11.2.3",
"geist": "^1.3.0",
"next": "latest",
"next-ga": "^2.3.4",
"next-sitemap": "^4.2.3",
"next-themes": "^0.2.1",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.2.1",
"react-iframe": "^1.8.5",
"react-quill": "^2.0.0",
"react-select": "^5.8.0",
"swiper": "^9.4.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
"devDependencies": {
"encoding": "^0.1.13"
}
}