-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.5 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.5 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
{
"name": "crambrain-web",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"dependencies": {
"next": "14.0.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.3.3",
"@types/node": "20.10.5",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.18",
"tailwindcss": "3.3.6",
"autoprefixer": "10.4.16",
"postcss": "8.4.32",
"@tailwindcss/typography": "0.5.10",
"class-variance-authority": "0.7.0",
"clsx": "2.0.0",
"tailwind-merge": "2.2.0",
"lucide-react": "0.294.0",
"@radix-ui/react-slot": "1.0.2",
"@radix-ui/react-dialog": "1.0.5",
"@radix-ui/react-toast": "1.1.5",
"@radix-ui/react-dropdown-menu": "2.0.6",
"@radix-ui/react-progress": "1.0.3",
"react-dropzone": "14.2.3",
"pdfjs-dist": "3.11.174",
"react-pdf": "7.6.0",
"zod": "3.22.4",
"react-hook-form": "7.48.2",
"@hookform/resolvers": "3.3.2",
"sonner": "1.2.4",
"framer-motion": "10.16.16"
},
"devDependencies": {
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"@testing-library/react": "^14.1.2",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/user-event": "^14.5.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"@types/jest": "^29.5.11"
}
}