-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.72 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.72 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
{
"name": "randy-code",
"version": "1.10.1",
"private": true,
"packageManager": "pnpm@10.7.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"typecheck": "tsc --noEmit",
"test": "vitest",
"e2e": "playwright test --project=chromium",
"e2e:infralens": "playwright test --project=infralens-desktop --project=infralens-mobile --workers=1",
"check": "pnpm lint && pnpm typecheck && pnpm test --run && pnpm build"
},
"dependencies": {
"@radix-ui/react-accordion": "^1.2.20",
"@radix-ui/react-collapsible": "^1.1.20",
"@radix-ui/react-dialog": "^1.1.23",
"@radix-ui/react-separator": "^1.1.15",
"@radix-ui/react-slot": "^1.3.3",
"@radix-ui/react-tooltip": "^1.2.16",
"@upstash/ratelimit": "^2.0.8",
"@upstash/redis": "^1.38.2",
"@vercel/analytics": "^2.0.1",
"@vercel/speed-insights": "^2.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.43.0",
"ip-address": "^10.4.0",
"lucide-react": "^1.28.0",
"nanoid": "^5.1.16",
"next": "16.2.12",
"node-html-parser": "^9.0.1",
"radix-ui": "^1.6.7",
"react": "19.2.8",
"react-dom": "19.2.8",
"resend": "^6.18.1",
"shadcn": "^4.16.1",
"tailwind-merge": "^3.6.0",
"tw-animate-css": "^1.4.0",
"undici": "^8.10.0"
},
"devDependencies": {
"@axe-core/playwright": "^4.12.1",
"@playwright/test": "^1.59.1",
"@tailwindcss/postcss": "^4.3.3",
"@types/node": "^26.1.2",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"eslint": "^9.39.5",
"eslint-config-next": "16.2.12",
"tailwindcss": "^4.3.3",
"typescript": "^6.0.3",
"vitest": "^4.1.5"
}
}