-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 900 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 900 Bytes
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
{
"name": "lockin",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"test:e2e": "npx playwright test"
},
"dependencies": {
"@phosphor-icons/react": "^2.1.10",
"@supabase/ssr": "^0.8.0",
"@supabase/supabase-js": "^2.90.1",
"@vercel/analytics": "^1.6.1",
"@vercel/speed-insights": "^1.3.1",
"canvas-confetti": "^1.9.4",
"framer-motion": "^12.26.2",
"next": "16.1.2",
"react": "19.2.3",
"react-dom": "19.2.3",
"resend": "^6.9.1"
},
"devDependencies": {
"@playwright/test": "^1.58.2",
"@vitest/coverage-v8": "^4.1.0",
"eslint": "^9",
"eslint-config-next": "16.1.2",
"happy-dom": "^20.8.4",
"vitest": "^4.1.0"
}
}