-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.77 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.77 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
59
60
61
62
63
64
65
66
{
"name": "career-top",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@ant-design/icons": "^6.1.0",
"@arcjet/inspect": "^1.0.0-beta.15",
"@arcjet/next": "^1.0.0-beta.15",
"@google/genai": "^1.34.0",
"@hookform/resolvers": "^5.2.2",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.4",
"@tanstack/react-query": "^5.90.10",
"antd": "^6.1.1",
"axios": "^1.15.2",
"chart.js": "^4.5.1",
"chartjs-chart-sankey": "^0.14.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.19",
"firebase": "^12.7.0",
"firebase-admin": "^13.6.0",
"html-to-react": "^1.7.0",
"html2pdf.js": "^0.14.0",
"inngest": "^3.54.1",
"lucide-react": "^0.553.0",
"motion": "^12.35.2",
"next": "^16.0.7",
"next-themes": "^0.4.6",
"puppeteer-core": "^24.41.0",
"quill": "^2.0.3",
"react": "19.2.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "19.2.0",
"react-hook-form": "^7.68.0",
"react-simple-wysiwyg": "^3.4.1",
"react-spring": "^10.0.3",
"recharts": "^2.15.4",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"ts-jobspy": "^2.0.3",
"uuid": "^14.0.0",
"zod": "^4.1.13"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.0.1",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "^5"
}
}