-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.82 KB
/
package.json
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
{
"name": "CareBridge",
"version": "1.0.0",
"description": "A place where hire trusted Baby Sitters for your children and Family Care services",
"main": "index.js",
"scripts": {
"dev": "pnpm run --filter server start:dev & pnpm run --filter web dev",
"prepare": "husky install && pnpm --filter api-contract build",
"build:web": "pnpm run --filter web build",
"build:server": "pnpm run --filter server build"
},
"keywords": [
"Trusted babysitters",
"Family care services",
"Childcare solutions",
"Professional caregivers",
"Reliable nanny services",
"Experienced childminders",
"In-home care providers",
"Quality babysitting services",
"Personalized caregiver matching",
"Safe and secure childcare options"
],
"author": "Bhaskar Khoraaja<[email protected]>",
"license": "ISC",
"devDependencies": {
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.3",
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-tailwindcss": "^3.15.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"typescript": "^5.4.5"
},
"dependencies": {
"@ts-rest/core": "^3.45.2",
"@types/uuid": "^9.0.8",
"api-contract": "workspace:*",
"axios": "^1.6.8",
"concurrently": "^8.2.2",
"date-fns": "^3.6.0",
"dotenv-cli": "^7.4.2",
"jiti": "^1.21.0",
"next-auth": "^4.24.7",
"nodemailer": "^6.9.13",
"socket.io": "^4.7.5",
"uuid": "^9.0.1",
"zod": "^3.23.8"
},
"pnpm": {
"overrides": {
"@opentelemetry/api": "^1.8.0",
"esbuild": "^0.20.0",
"next": "^14.1.0"
}
}
}