-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 2.43 KB
/
package.json
File metadata and controls
98 lines (98 loc) · 2.43 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
{
"name": "Stock Sentinel",
"description": "Track real-time stock prices, get personalized stock alerts, and stay informed with the latest news and insights.",
"author": "Poojan38380",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Poojan38380/StockSentinel"
},
"homepage": "https://stock-sentinel-umber.vercel.app",
"keywords": [
"stock",
"sentinel",
"trading",
"trading-view",
"stock-market",
"stock-alerts",
"stock-news",
"stock-insights",
"inngest",
"nodemailer",
"next-themes",
"react",
"react-dom",
"react-hook-form",
"react-select-country-list",
"sonner",
"tailwind-merge",
"better-auth",
"class-variance-authority",
"clsx",
"cmdk",
"dotenv",
"inngest",
"lucide-react",
"mongodb",
"mongoose",
"next",
"next-themes",
"nodemailer",
"react",
"react-dom",
"react-hook-form",
"react-select-country-list",
"sonner",
"tailwind-merge"
],
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "eslint",
"test:db": "node src/scripts/test-db.mjs"
},
"dependencies": {
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.3",
"better-auth": "^1.3.26",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"dotenv": "^17.2.3",
"inngest": "^3.44.1",
"lucide-react": "^0.544.0",
"mongodb": "^6.20.0",
"mongoose": "^8.19.0",
"next": "15.5.4",
"next-themes": "^0.4.6",
"nodemailer": "^7.0.7",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.64.0",
"react-select-country-list": "^2.2.3",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/nodemailer": "^7.0.2",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-select-country-list": "^2.2.3",
"eslint": "^9",
"eslint-config-next": "15.5.4",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "^5"
}
}