-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.42 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.42 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
{
"name": "lap-docs",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test:e2e": "playwright test",
"prepare": "husky"
},
"dependencies": {
"@axe-core/playwright": "^4.10.1",
"@hookform/resolvers": "^4.1.2",
"@radix-ui/react-dialog": "1.1.6",
"@radix-ui/react-separator": "^1.1.2",
"@radix-ui/react-slot": "^1.1.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dompurify": "^3.2.4",
"fast-xml-parser": "^5.3.5",
"firebase": "^11.4.0",
"firebase-admin": "^13.1.0",
"gsap": "^3.12.7",
"lucide-react": "^0.477.0",
"marked": "^15.0.7",
"next": "^15.5.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.54.2",
"react-icons": "^5.5.0",
"sanitize-html": "^2.17.0",
"shadcn-ui": "^0.9.5",
"tailwind-merge": "^3.0.2",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.24.2"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^5.9.4",
"@playwright/test": "^1.50.1",
"@types/node": "^22.13.8",
"@types/react": "^18.2.24",
"@types/react-dom": "^18.2.8",
"@types/sanitize-html": "^2.16.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.50.0",
"eslint-config-next": "^13.5.4",
"husky": "^9.1.7",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2"
}
}