-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.46 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.46 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
{
"author": {
"name": "razgraf",
"url": "https://github.com/razgraf"
},
"repository": {
"url": "https://github.com/razgraf/intel"
},
"name": "intel",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3100 --turbopack",
"build": "next build",
"start": "next start",
"lint": "biome check ./src",
"fix": "biome check --write ./src"
},
"dependencies": {
"@clerk/nextjs": "^7.4.2",
"@number-flow/react": "^0.6.0",
"@tanstack/react-query": "^5",
"@upstash/redis": "^1.38.0",
"@vercel/analytics": "^2.0.1",
"@vercel/speed-insights": "^2.0.0",
"border-beam": "^1.0.1",
"calligraph": "^1.3.0",
"chrono-node": "^2.9.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12",
"liveline": "^0.0.6",
"lucide-react": "^0.577.0",
"next": "^16.2.0",
"qrcode.react": "^4.2.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"tw-animate-css": "^1.4.0",
"yahoo-finance2": "^3.14.2",
"zustand": "^5"
},
"devDependencies": {
"@biomejs/biome": "^1",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"agent-browser": "^0.27.0",
"agentation": "^2.3.3",
"tailwindcss": "^4",
"typescript": "6.0.3"
},
"trustedDependencies": [
"sharp",
"unrs-resolver",
"@biomejs/biome"
]
}