-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.18 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
{
"author": "Osama Akhter",
"dependencies": {
"@apollo/client": "^3.11.5",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@graphql-tools/mock": "^9.0.4",
"@graphql-tools/schema": "^10.0.6",
"@mui/icons-material": "^5.15.20",
"@mui/material": "^5.15.18",
"@mui/x-charts": "^7.5.1",
"@mui/x-date-pickers": "^7.12.0",
"apollo-server-express": "^3.13.0",
"dayjs": "^1.11.12",
"express": "^4.19.2",
"formik": "^2.4.6",
"graphql": "^16.8.1",
"husky": "^9.0.11",
"yup": "^1.4.0"
},
"description": "UNF backend services monorepo",
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@types/express": "^4.17.21",
"@types/node": "^20.12.12",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-prisma": "^5.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
},
"engines": {
"node": ">=20.12.2",
"pnpm": ">=9.1.1"
},
"keywords": [],
"license": "MIT",
"name": "unf-services",
"scripts": {
"prepare": "husky"
},
"type": "module",
"version": "1.0.0"
}