-
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.92 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.92 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": "meme-coin-sniper",
"version": "0.1.0",
"private": true,
"engines": {
"node": "20.x"
},
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "eslint",
"postinstall": "prisma generate",
"db:migrate:deploy": "prisma migrate deploy",
"export-docs": "npx --yes @mohtasham/md-to-docx TECH_STACK_AND_APIS.md docs-word/NovaStaris-Tech-Stack-and-APIs.docx && npx --yes @mohtasham/md-to-docx PRD.md docs-word/NovaStaris-PRD.docx && npx --yes @mohtasham/md-to-docx GO_TO_MARKET.md docs-word/NovaStaris-Go-to-Market.docx && npx --yes @mohtasham/md-to-docx JOBS_TO_BE_DONE.md docs-word/NovaStaris-Jobs-to-be-Done.docx && npx --yes @mohtasham/md-to-docx AUTH_SETUP.md docs-word/NovaStaris-Auth-Setup.docx"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.71.2",
"@prisma/client": "^6.19.2",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.13",
"@solana/spl-token": "^0.4.14",
"@solana/web3.js": "^1.98.4",
"@vercel/analytics": "^1.6.1",
"@vercel/blob": "^2.3.1",
"axios": "^1.13.4",
"bcrypt": "^6.0.0",
"bs58": "^6.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^17.2.3",
"ethers": "^6.16.0",
"hyperliquid-ts": "^1.2.1",
"lucide-react": "^0.563.0",
"next": "16.1.6",
"next-auth": "^4.24.13",
"next-themes": "^0.4.6",
"prisma": "^6.19.2",
"react": "19.2.3",
"react-dom": "19.2.3",
"stripe": "^20.4.1",
"tailwind-merge": "^3.4.0",
"tweetnacl": "^1.0.3",
"ws": "^8.19.0"
},
"devDependencies": {
"@mohtasham/md-to-docx": "^2.8.0",
"@tailwindcss/postcss": "^4",
"@types/bcrypt": "^5.0.2",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "^5"
}
}