-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.63 KB
/
Copy pathpackage.json
File metadata and controls
87 lines (87 loc) · 2.63 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "getlancer",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:headed": "playwright test --headed"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.975.0",
"@aws-sdk/s3-request-presigner": "^3.859.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@tailwindcss/postcss": "^4.3.0",
"axios": "^1.7.7",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cookies-next": "^4.3.0",
"date-fns": "^4.4.0",
"dotenv": "^17.3.1",
"firebase": "^12.10.0",
"font-awesome": "^4.7.0",
"fontawesome": "^5.6.3",
"ioredis": "^5.8.1",
"lucide-react": "^1.17.0",
"mongodb": "^6.9.0",
"mongoose": "^8.6.3",
"next": "^16.0.7",
"next-auth": "^4.24.13",
"next-themes": "^0.4.6",
"nodemailer": "^7.0.13",
"radix-ui": "^1.4.3",
"react": "^19.2.1",
"react-big-calendar": "^1.19.4",
"react-day-picker": "^10.0.1",
"react-dom": "^19.2.1",
"react-icons": "^5.5.0",
"redis": "^5.6.0",
"shadcn": "^4.8.3",
"sonner": "^2.0.7",
"tailwind-merge": "^3.6.0",
"tw-animate-css": "^1.4.0",
"uuid": "^11.1.0"
},
"devDependencies": {
"@playwright/test": "^1.49.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/bcryptjs": "^2.4.6",
"@types/jest": "^30.0.0",
"@types/node": "^25.9.1",
"@types/nodemailer": "^8.0.1",
"@types/react": "^19.2.15",
"@typescript-eslint/eslint-plugin": "^8.48.1",
"@typescript-eslint/parser": "^8.48.1",
"eslint": "^9.39.1",
"eslint-config-next": "^16.0.7",
"jest": "30.4.1",
"jest-environment-jsdom": "30.4.1",
"postcss": "^8",
"tailwindcss": "^4.3.0",
"ts-node": "^10.9.2",
"typescript": "^6.0.3"
},
"description": "This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).",
"main": "tailwind.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/prathmesh796/getlancer.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/prathmesh796/getlancer/issues"
},
"homepage": "https://github.com/prathmesh796/getlancer#readme"
}