-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.48 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.48 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": "self.tools",
"version": "1.0.0",
"description": "A powerful Next.js platform for creating and managing custom subdomains with Redis-backed storage and Farcaster frame support",
"private": false,
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/compusophy/self.tools.git"
},
"homepage": "https://self.tools",
"author": "compusophy",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@farcaster/frame-sdk": "^0.0.53",
"@radix-ui/react-dialog": "^1.1.13",
"@radix-ui/react-label": "^2.1.6",
"@radix-ui/react-slot": "^1.2.2",
"@upstash/redis": "^1.34.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"ethers": "^6.13.4",
"lucide-react": "^0.510.0",
"next": "15.3.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"tailwind-merge": "^3.3.0",
"vercel": "^42.1.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.6",
"@types/node": "^22.15.17",
"@types/react": "^19.1.4",
"@types/react-dom": "^19.1.5",
"eslint": "^8.57.0",
"eslint-config-next": "15.3.2",
"tailwindcss": "^4.1.6",
"tw-animate-css": "^1.2.9",
"typescript": "^5.8.3"
},
"keywords": [
"nextjs",
"subdomain",
"multi-tenant",
"redis",
"cms",
"platform",
"farcaster",
"frames",
"web3",
"open-source"
]
}