-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.33 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
{
"name": "secplus-quest",
"version": "0.1.0",
"private": true,
"overrides": {
"@babel/core": "7.29.6",
"hono": "4.12.25",
"js-yaml": "4.2.0",
"postcss": ">=8.5.10"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"e2e": "playwright test",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@base-ui/react": "^1.5.0",
"@supabase/ssr": "^0.10.3",
"@supabase/supabase-js": "^2.106.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dexie": "^4.4.2",
"driver.js": "^1.4.0",
"lucide-react": "^1.16.0",
"next": "16.2.6",
"next-themes": "^0.4.6",
"react": "19.2.4",
"react-dom": "19.2.4",
"shadcn": "^4.8.0",
"tailwind-merge": "^3.6.0",
"ts-fsrs": "^5.4.1",
"tw-animate-css": "^1.4.0",
"web-push": "^3.6.7"
},
"devDependencies": {
"@playwright/test": "^1.61.0",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/web-push": "^3.6.4",
"@vitejs/plugin-react": "^6.0.2",
"dotenv-cli": "^11.0.0",
"eslint": "^9",
"eslint-config-next": "16.2.6",
"sharp": "^0.34.5",
"tailwindcss": "^4",
"tsx": "^4.22.3",
"typescript": "^5",
"vitest": "^4.1.7"
}
}