-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.36 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.36 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": "hireloop",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@google/generative-ai": "^0.24.1",
"@opentelemetry/api": "^1.9.1",
"@tailwindcss/postcss": "^4.2.2",
"axios": "^1.15.0",
"clsx": "^2.1.1",
"cors": "^2.8.6",
"csv-parser": "^3.2.0",
"dotenv": "^17.4.1",
"express": "^5.2.1",
"firebase": "^12.11.0",
"firebase-admin": "^13.8.0",
"fs": "^0.0.1-security",
"lucide-react": "^1.8.0",
"multer": "^2.1.1",
"next": "latest",
"papaparse": "^5.5.3",
"pdf-parse": "^2.4.5",
"pdfjs-dist": "^5.6.205",
"postcss": "^8.5.9",
"razorpay": "^2.9.6",
"react": "latest",
"react-dom": "latest",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.2",
"unpdf": "^1.4.0"
},
"devDependencies": {
"@types/node": "25.5.2",
"@types/react": "19.2.14",
"typescript": "6.0.2"
},
"description": "Simple Next.js scaffold with a basic landing page.",
"main": "next.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/YTFL/HireLoop.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"bugs": {
"url": "https://github.com/YTFL/HireLoop/issues"
},
"homepage": "https://github.com/YTFL/HireLoop#readme"
}